feat: 消息ui优化
This commit is contained in:
@@ -323,12 +323,17 @@ function handleThinkingChange(payload: { value: boolean; status: ThinkingStatus
|
||||
}
|
||||
}
|
||||
|
||||
// 用户消息:操作栏在右侧
|
||||
// 用户消息:操作栏在右侧,时间和操作按钮一起
|
||||
&--user {
|
||||
justify-content: flex-end;
|
||||
|
||||
.message-wrapper__info {
|
||||
margin-right: auto;
|
||||
margin-right: 0;
|
||||
order: 1;
|
||||
}
|
||||
|
||||
.message-wrapper__actions {
|
||||
order: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user