新增进件管理

This commit is contained in:
gyq
2026-01-12 10:25:03 +08:00
parent 8b3a802092
commit b28fdeaf11
11 changed files with 1978 additions and 6 deletions

View File

@@ -172,12 +172,12 @@ const onError = (error: any) => {
position: relative;
overflow: hidden;
cursor: pointer;
border: 1px var(--el-border-color) solid;
border-radius: 5px;
// border: 1px var(--el-border-color) solid;
// border-radius: 5px;
&:hover {
border-color: var(--el-color-primary);
}
// &:hover {
// border-color: var(--el-color-primary);
// }
&__delete-btn {
position: absolute;