feat: 聊天侧边栏新对话按钮统一为 antd Button 样式

This commit is contained in:
2026-06-03 15:17:05 +08:00
parent 02a202290f
commit 714da2d633
2 changed files with 32 additions and 14 deletions

View File

@@ -90,6 +90,16 @@ body {
background: var(--ant-color-bg-container);
}
.app-chat-conversations-header {
padding: var(--ant-padding-sm);
border-bottom: 1px solid var(--ant-color-border-secondary);
}
.app-chat-conversations-list {
flex: 1;
min-height: 0;
}
.app-chat-panel {
display: flex;
flex: 1;