From 5a8ecb8e0208894526f30948aeace796b14d2e49 Mon Sep 17 00:00:00 2001 From: Wenjie Zhang Date: Wed, 3 Jun 2026 23:33:01 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=B0=83=E6=95=B4=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E5=B7=A5=E5=85=B7=E6=A0=8F=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/components/AgentChatComponent.vue | 1 + web/src/components/FileTable.vue | 37 ++++++++++++----------- web/src/views/DataBaseInfoView.vue | 36 ++++++---------------- 3 files changed, 29 insertions(+), 45 deletions(-) diff --git a/web/src/components/AgentChatComponent.vue b/web/src/components/AgentChatComponent.vue index d78daf9f..fffd9885 100644 --- a/web/src/components/AgentChatComponent.vue +++ b/web/src/components/AgentChatComponent.vue @@ -2465,6 +2465,7 @@ watch(currentChatId, (threadId, oldThreadId) => { margin: 0 auto; flex-grow: 1; padding: 1rem var(--page-padding); + padding-right: 30px; display: flex; flex-direction: column; } diff --git a/web/src/components/FileTable.vue b/web/src/components/FileTable.vue index ea5e64b1..240fe555 100644 --- a/web/src/components/FileTable.vue +++ b/web/src/components/FileTable.vue @@ -2,21 +2,20 @@
- -
- - - + + + +
上传 +
@@ -134,20 +142,7 @@
- - - +
@@ -1036,14 +1031,6 @@ onMounted(() => { white-space: nowrap; } -.file-panel-actions { - display: flex; - align-items: center; - justify-content: flex-end; - gap: 8px; - flex-wrap: wrap; -} - .file-management-info { display: flex; flex-wrap: wrap; @@ -1237,11 +1224,6 @@ onMounted(() => { align-items: flex-start; flex-direction: column; } - - .file-panel-actions { - width: 100%; - justify-content: flex-start; - } }