style(web): 调整 AI 模式用户消息气泡布局与引用图标
- 用户消息气泡的操作区与时间右对齐 - 引用按钮图标由 mdi-reply 改为 mdi-format-quote-open
This commit is contained in:
@@ -1085,6 +1085,14 @@
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
.workbench-ai-message.is-user .workbench-ai-message-actions {
|
||||
justify-self: end;
|
||||
}
|
||||
|
||||
.workbench-ai-message.is-user .workbench-ai-message-time {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
.workbench-ai-conversation-bottom {
|
||||
position: relative;
|
||||
z-index: 6;
|
||||
|
||||
Reference in New Issue
Block a user