feat(Uploader): update border radius (#2408)

This commit is contained in:
neverland 2019-11-27 16:05:38 +08:00 committed by GitHub
parent 8f6f61e208
commit a320d083b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -508,6 +508,7 @@
@uploader-text-color: @gray-6;
@uploader-text-font-size: @font-size-sm;
@uploader-upload-border-color: @gray-3;
@uploader-upload-border-radius: 4px;
@uploader-upload-background-color: @white;
@uploader-delete-color: @white;
@uploader-delete-background-color: rgba(0, 0, 0, .45);

View File

@ -21,6 +21,7 @@
margin: 0 @padding-xs @padding-xs 0;
background-color: @uploader-upload-background-color;
border: 1px dashed @uploader-upload-border-color;
border-radius: @uploader-upload-border-radius;
&-icon {
display: inline-block;
@ -45,6 +46,7 @@
display: block;
width: @uploader-size;
height: @uploader-size;
border-radius: @uploader-upload-border-radius;
}
&-delete {
@ -69,6 +71,7 @@
width: @uploader-size;
height: @uploader-size;
background-color: @uploader-file-background-color;
border-radius: @uploader-upload-border-radius;
&-icon {
display: inline-block;