feat(Uploader): support failed status (#5624)

This commit is contained in:
neverland
2020-02-05 15:09:43 +08:00
committed by GitHub
parent 51f62b86b8
commit 26cf84faf0
8 changed files with 132 additions and 5 deletions
+26
View File
@@ -76,6 +76,32 @@
}
}
&__mask {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
color: @white;
background-color: @uploader-mask-background-color;
border-radius: @uploader-upload-border-radius;
&-icon {
font-size: @uploader-mask-icon-size;
}
&-message {
margin-top: 6px;
padding: 0 @padding-base;
font-size: @uploader-mask-message-font-size;
line-height: @uploader-mask-message-line-height;
}
}
&__file {
display: flex;
flex-direction: column;