fix: 🐛 x-attachment style

This commit is contained in:
“chenhuachun”
2025-08-15 10:06:40 +08:00
parent 2a94e1746b
commit d634c9cd5f

View File

@@ -4,6 +4,11 @@
.el-upload-list__item {
transition: none;
}
@include e(upload) {
line-height: 1;
}
@include when(disabled) {
.el-upload {
display: none;