mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
style: reduce calculation (#9479)
This commit is contained in:
parent
211c3bff19
commit
ba5a70d5bc
@ -61,7 +61,7 @@
|
||||
-webkit-overflow-scrolling: touch;
|
||||
|
||||
&--with-bottom {
|
||||
padding-bottom: calc(var(--van-padding-md) + 50px);
|
||||
padding-bottom: 50px;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -40,7 +40,7 @@
|
||||
}
|
||||
|
||||
&__tip-icon {
|
||||
min-width: calc(var(--van-submit-bar-tip-icon-size) * 1.5);
|
||||
margin-right: var(--van-padding-base);
|
||||
font-size: var(--van-submit-bar-tip-icon-size);
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
@ -117,7 +117,6 @@
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
color: #fff;
|
||||
color: var(--van-uploader-delete-color);
|
||||
font-size: var(--van-uploader-delete-icon-size);
|
||||
transform: scale(0.7) translate(10%, -10%);
|
||||
|
Loading…
x
Reference in New Issue
Block a user