支持批量导入模型
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user