Commit 5d29471e by lijiabin

【线上优化】 ui: 优化ui

parent e5423d33
...@@ -338,8 +338,9 @@ onActivated(async () => { ...@@ -338,8 +338,9 @@ onActivated(async () => {
> >
{{ item.chat_type_desc }} {{ item.chat_type_desc }}
</span> </span>
<!-- 省略号 -->
<span <span
class="truncate text-base text-[#7890aa]" class="truncate text-base text-[#7890aa] max-w-[150px]"
v-html="parseEmoji(item.last_message)" v-html="parseEmoji(item.last_message)"
></span> ></span>
<span <span
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment