mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
style(GoodsActionButton): improve test size adjust
This commit is contained in:
parent
8c53db040d
commit
b1dcf36263
@ -5,19 +5,16 @@
|
||||
height: @goods-action-button-height;
|
||||
font-weight: @font-weight-bold;
|
||||
font-size: @font-size-md;
|
||||
line-height: @goods-action-button-height;
|
||||
border: none;
|
||||
|
||||
&--first {
|
||||
margin-left: 5px;
|
||||
border-top-left-radius: @goods-action-button-height / 2;
|
||||
border-bottom-left-radius: @goods-action-button-height / 2;
|
||||
border-radius: @border-radius-max 0 0 @border-radius-max;
|
||||
}
|
||||
|
||||
&--last {
|
||||
margin-right: 5px;
|
||||
border-top-right-radius: @goods-action-button-height / 2;
|
||||
border-bottom-right-radius: @goods-action-button-height / 2;
|
||||
border-radius: 0 @border-radius-max @border-radius-max 0;
|
||||
}
|
||||
|
||||
&--warning {
|
||||
|
Loading…
x
Reference in New Issue
Block a user