feat(Uploader): add border-radius (#4709)

This commit is contained in:
neverland
2019-10-14 11:54:24 +08:00
committed by GitHub
parent 6b23b2c4b8
commit bed2ca5063
5 changed files with 9 additions and 6 deletions
+1
View File
@@ -682,6 +682,7 @@
@uploader-text-color: @gray-dark;
@uploader-text-font-size: @font-size-sm;
@uploader-upload-border-color: @gray-light;
@uploader-upload-border-radius: 4px;
@uploader-upload-background-color: @white;
@uploader-delete-color: @white;
@uploader-delete-background-color: rgba(0, 0, 0, .45);