Skip to content

Commit ecb7df9

Browse files
committed
feat: chat list css
1 parent b520a4e commit ecb7df9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

frontend/src/views/chat/ChatList.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,10 @@ function handleCommand(command: string | number | object, chat: Chat) {
165165
166166
.title {
167167
flex: 1;
168+
width: 0;
169+
overflow: hidden;
170+
text-overflow: ellipsis;
171+
white-space: nowrap;
168172
}
169173
170174
.icon-more {

0 commit comments

Comments
 (0)