ui: 知识库导入区域增加间距样式

This commit is contained in:
2026-07-09 10:19:21 +08:00
parent 67048a14e8
commit 1c73e8dee6

View File

@@ -293,6 +293,13 @@ textarea {
justify-content: flex-end; justify-content: flex-end;
} }
.batch-import-row {
display: flex;
align-items: center;
gap: 12px;
margin: 10px 0 20px;
}
.model-config-panel { .model-config-panel {
margin-bottom: 18px; margin-bottom: 18px;
padding: 18px; padding: 18px;