feat(Uploader): support uploading status (#5625)

This commit is contained in:
neverland
2020-02-05 15:32:00 +08:00
committed by GitHub
parent 26cf84faf0
commit 1039db5496
7 changed files with 113 additions and 31 deletions
+6
View File
@@ -102,6 +102,12 @@
}
}
&__loading {
width: @uploader-loading-icon-size;
height: @uploader-loading-icon-size;
color: @uploader-loading-icon-color;
}
&__file {
display: flex;
flex-direction: column;