优化批量上传模型提示

This commit is contained in:
zhangshun
2026-07-08 18:18:11 +08:00
parent a3e7d93872
commit 025835c5b3
2 changed files with 65 additions and 10 deletions

View File

@@ -79,6 +79,22 @@
word-break: break-all;
}
.upload-status {
padding: 8px 10px;
border: 1px solid #b9d7c1;
border-radius: 6px;
background: #eef8f1;
color: #27613a;
font-size: 13px;
line-height: 1.45;
word-break: break-all;
}
.upload-popup-form.is-uploading .drop-zone {
cursor: progress;
opacity: 0.72;
}
.upload-target-path {
display: grid;
grid-template-columns: 64px minmax(0, 1fr);