mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 10:07:07 +00:00
style(GoodsActionButton): improve test size adjust
This commit is contained in:
@@ -5,19 +5,16 @@
|
|||||||
height: @goods-action-button-height;
|
height: @goods-action-button-height;
|
||||||
font-weight: @font-weight-bold;
|
font-weight: @font-weight-bold;
|
||||||
font-size: @font-size-md;
|
font-size: @font-size-md;
|
||||||
line-height: @goods-action-button-height;
|
|
||||||
border: none;
|
border: none;
|
||||||
|
|
||||||
&--first {
|
&--first {
|
||||||
margin-left: 5px;
|
margin-left: 5px;
|
||||||
border-top-left-radius: @goods-action-button-height / 2;
|
border-radius: @border-radius-max 0 0 @border-radius-max;
|
||||||
border-bottom-left-radius: @goods-action-button-height / 2;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&--last {
|
&--last {
|
||||||
margin-right: 5px;
|
margin-right: 5px;
|
||||||
border-top-right-radius: @goods-action-button-height / 2;
|
border-radius: 0 @border-radius-max @border-radius-max 0;
|
||||||
border-bottom-right-radius: @goods-action-button-height / 2;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&--warning {
|
&--warning {
|
||||||
|
Reference in New Issue
Block a user