Browse Source

修复聊天列表时间显示不全的问题

master
xie.bx 3 years ago
parent
commit
18c6bc7409
  1. 2
      im-ui/src/components/chat/ChatItem.vue

2
im-ui/src/components/chat/ChatItem.vue

@ -103,7 +103,7 @@
.mid { .mid {
margin-left: 15px; margin-left: 15px;
flex: 3; flex: 2;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
height: 100%; height: 100%;

Loading…
Cancel
Save