多文件上传累积模式,前端文件列表支持删除,后端接收前端指定的文件列表

This commit is contained in:
2026-04-20 13:50:59 +08:00
parent c7224153b1
commit c0879765fd
3 changed files with 51 additions and 10 deletions

View File

@@ -409,6 +409,18 @@ body {
border-radius: 0.25rem;
}
.file-remove {
margin-left: auto;
cursor: pointer;
color: #9CA3AF;
font-size: 1.1rem;
line-height: 1;
padding: 0 0.25rem;
}
.file-remove:hover {
color: #EF4444;
}
/* Tabs */
.tabs {
display: flex;