feat(Uploader): increase border-radius to 8px

This commit is contained in:
chenjiahan
2020-02-29 10:49:52 +08:00
parent bd4e64190e
commit c6791841f4
6 changed files with 14 additions and 13 deletions
+2
View File
@@ -70,6 +70,8 @@
display: block;
width: @uploader-size;
height: @uploader-size;
overflow: hidden;
border-radius: @uploader-upload-border-radius;
}
&-delete {