feat: 消息ui优化

This commit is contained in:
Gsh
2026-02-01 20:31:31 +08:00
parent 67b215ce7a
commit 70c7e0c331

View File

@@ -323,12 +323,17 @@ function handleThinkingChange(payload: { value: boolean; status: ThinkingStatus
} }
} }
// 用户消息:操作栏在右侧 // 用户消息:操作栏在右侧,时间和操作按钮一起
&--user { &--user {
justify-content: flex-end; justify-content: flex-end;
.message-wrapper__info { .message-wrapper__info {
margin-right: auto; margin-right: 0;
order: 1;
}
.message-wrapper__actions {
order: 0;
} }
} }
} }