diff --git a/src/components/ChatList.vue b/src/components/ChatList.vue index c416624..6514e60 100644 --- a/src/components/ChatList.vue +++ b/src/components/ChatList.vue @@ -199,6 +199,8 @@ const handleActionClick = async (action) => { .chat .select { margin-left: 16px; + text-align: right; + flex: 1; }