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;