style:调整dify内嵌侧边栏、召回测试、预览块样式

This commit is contained in:
PingChuan
2025-12-09 16:30:33 +08:00
parent de923f6521
commit eb05318074
5 changed files with 67 additions and 106 deletions
+2 -2
View File
@@ -407,7 +407,7 @@ const ChatSidebar = forwardRef<ChatSidebarRef, ChatSidebarProps>(({
confirmLoading={renameLoading}
okText="确定"
cancelText="取消"
destroyOnClose
destroyOnHidden
>
<div className="py-4">
<Input
@@ -437,7 +437,7 @@ const ChatSidebar = forwardRef<ChatSidebarRef, ChatSidebarProps>(({
okText="删除"
cancelText="取消"
okType="danger"
destroyOnClose
destroyOnHidden
>
<div className="py-4">
<p> <strong>"{deletingConversation?.name}"</strong> </p>