mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-08-07 22:01:15 +08:00
fix(Uploader): remove round border radius (#3384)
This commit is contained in:
parent
75c7a6151c
commit
0f65ed110c
@ -573,7 +573,6 @@
|
|||||||
@uploader-icon-color: @gray-4;
|
@uploader-icon-color: @gray-4;
|
||||||
@uploader-text-color: @gray-6;
|
@uploader-text-color: @gray-6;
|
||||||
@uploader-text-font-size: @font-size-sm;
|
@uploader-text-font-size: @font-size-sm;
|
||||||
@uploader-upload-border-radius: 8px;
|
|
||||||
@uploader-upload-background-color: @gray-1;
|
@uploader-upload-background-color: @gray-1;
|
||||||
@uploader-upload-active-color: @active-color;
|
@uploader-upload-active-color: @active-color;
|
||||||
@uploader-delete-color: @gray-6;
|
@uploader-delete-color: @gray-6;
|
||||||
|
@ -29,7 +29,6 @@
|
|||||||
height: @uploader-size;
|
height: @uploader-size;
|
||||||
margin: 0 @padding-xs @padding-xs 0;
|
margin: 0 @padding-xs @padding-xs 0;
|
||||||
background-color: @uploader-upload-background-color;
|
background-color: @uploader-upload-background-color;
|
||||||
border-radius: @uploader-upload-border-radius;
|
|
||||||
|
|
||||||
&:active {
|
&:active {
|
||||||
background-color: @uploader-upload-active-color;
|
background-color: @uploader-upload-active-color;
|
||||||
@ -61,7 +60,6 @@
|
|||||||
width: @uploader-size;
|
width: @uploader-size;
|
||||||
height: @uploader-size;
|
height: @uploader-size;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border-radius: @uploader-upload-border-radius;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&-delete {
|
&-delete {
|
||||||
@ -91,7 +89,6 @@
|
|||||||
width: @uploader-size;
|
width: @uploader-size;
|
||||||
height: @uploader-size;
|
height: @uploader-size;
|
||||||
background-color: @uploader-file-background-color;
|
background-color: @uploader-file-background-color;
|
||||||
border-radius: @uploader-upload-border-radius;
|
|
||||||
|
|
||||||
&-icon {
|
&-icon {
|
||||||
color: @uploader-file-icon-color;
|
color: @uploader-file-icon-color;
|
||||||
@ -121,7 +118,6 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
color: @white;
|
color: @white;
|
||||||
background-color: @uploader-mask-background-color;
|
background-color: @uploader-mask-background-color;
|
||||||
border-radius: @uploader-upload-border-radius;
|
|
||||||
|
|
||||||
&-icon {
|
&-icon {
|
||||||
font-size: @uploader-mask-icon-size;
|
font-size: @uploader-mask-icon-size;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user