提交 9611d47a 作者: ZhangLingKun

功能:消息管理-客服消息切换客服问题修复

上级 84dbd46b
流水线 #9049 已通过 于阶段
in 1 分 2 秒
...@@ -99,7 +99,8 @@ ...@@ -99,7 +99,8 @@
height: 45px; height: 45px;
border-radius: 50%; border-radius: 50%;
margin-right: 8px; margin-right: 8px;
object-fit: fill; object-fit: contain;
background: #fff;
} }
.item-content { .item-content {
...@@ -112,7 +113,8 @@ ...@@ -112,7 +113,8 @@
font-weight: bold; font-weight: bold;
margin-bottom: 8px; margin-bottom: 8px;
.text{ .text{
width: 110px; width: auto;
max-width: 110px;
} }
} }
...@@ -204,7 +206,8 @@ ...@@ -204,7 +206,8 @@
height: 40px; height: 40px;
border-radius: 50%; border-radius: 50%;
margin-right: 10px; margin-right: 10px;
object-fit: fill; object-fit: contain;
background: #fff;
} }
.title { .title {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论