feat(Uploader): improve disabled cursor

This commit is contained in:
陈嘉涵
2020-02-04 14:45:30 +08:00
parent 52aa9e8559
commit 90409a7fad
+4
View File
@@ -22,6 +22,10 @@
&-wrapper {
position: relative;
}
&:disabled {
cursor: not-allowed;
}
}
&__upload {