mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
style(Uploader): remove round border radius (#6748)
This commit is contained in:
parent
53e64d229f
commit
1824389276
@ -812,7 +812,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;
|
||||||
|
@ -43,7 +43,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;
|
||||||
@ -71,7 +70,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 {
|
||||||
@ -105,7 +103,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;
|
||||||
@ -133,7 +130,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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user