支持批量导入模型

This commit is contained in:
zhangshun
2026-07-08 18:03:24 +08:00
parent e2e7aa5f06
commit a3e7d93872
2 changed files with 76 additions and 28 deletions

View File

@@ -64,6 +64,21 @@
color: #405469;
}
.selected-file-summary {
display: block;
color: #1f6f8b;
font-weight: 600;
}
.selected-file-list {
display: block;
max-height: 58px;
overflow: auto;
color: #405469;
line-height: 1.45;
word-break: break-all;
}
.upload-target-path {
display: grid;
grid-template-columns: 64px minmax(0, 1fr);