fix(Uploader): file preview border radius (#4846)

This commit is contained in:
neverland 2019-10-26 15:39:57 +08:00 committed by GitHub
parent 9033a968ec
commit 3784dd064e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,6 +79,7 @@
width: @uploader-size;
height: @uploader-size;
background-color: @uploader-file-background-color;
border-radius: @uploader-upload-border-radius;
&-icon {
color: @uploader-file-icon-color;