Commit 024a8751 by 王立鹏

Merge branch '线上优化/优化UI' into 'master'

【线上优化】 ui: 优化ui

See merge request !27
parents e5423d33 5d29471e
...@@ -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