feat(Uploader): support failed status (#5624)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user