fix(web): file upalod add class

This commit is contained in:
zhaoying
2026-03-27 18:25:37 +08:00
parent c3e5c8b8bb
commit 8224848ce1
2 changed files with 7 additions and 3 deletions

View File

@@ -399,4 +399,8 @@ body {
.spin.ant-spin-nested-loading .ant-spin-container::after {
background: transparent;
}
.upload-block,
.upload-block.ant-upload-wrapper .ant-upload-select {
display: block;
}