fix(Uploader): uploader-delete-icon-size should affect icon size (#9453)

This commit is contained in:
neverland
2021-09-12 09:39:45 +08:00
committed by GitHub
parent 89d08f2d06
commit 96a077e388
+4 -4
View File
@@ -115,12 +115,12 @@
&-icon {
position: absolute;
top: -2px;
right: -2px;
top: 0;
right: 0;
color: #fff;
color: var(--van-uploader-delete-color);
font-size: 16px;
transform: scale(0.5);
font-size: var(--van-uploader-delete-icon-size);
transform: scale(0.7) translate(10%, -10%);
}
}