From 1c73e8dee6f424f836baa74f4cbee990cd4ebd8b Mon Sep 17 00:00:00 2001 From: Nelson <1475262689@qq.com> Date: Thu, 9 Jul 2026 10:19:21 +0800 Subject: [PATCH] =?UTF-8?q?ui:=20=E7=9F=A5=E8=AF=86=E5=BA=93=E5=AF=BC?= =?UTF-8?q?=E5=85=A5=E5=8C=BA=E5=9F=9F=E5=A2=9E=E5=8A=A0=E9=97=B4=E8=B7=9D?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ai_knowledge_base_v2/apps/admin-web/src/styles.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ai_knowledge_base_v2/apps/admin-web/src/styles.css b/ai_knowledge_base_v2/apps/admin-web/src/styles.css index 80ebe87..19fb904 100644 --- a/ai_knowledge_base_v2/apps/admin-web/src/styles.css +++ b/ai_knowledge_base_v2/apps/admin-web/src/styles.css @@ -293,6 +293,13 @@ textarea { justify-content: flex-end; } +.batch-import-row { + display: flex; + align-items: center; + gap: 12px; + margin: 10px 0 20px; +} + .model-config-panel { margin-bottom: 18px; padding: 18px;