mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
feat(GoodsActionButton): increase height (#4461)
This commit is contained in:
parent
d4335d26af
commit
71941c9816
@ -2,16 +2,16 @@
|
||||
|
||||
.van-goods-action-button {
|
||||
flex: 1;
|
||||
height: 36px;
|
||||
height: @goods-action-button-height;
|
||||
font-weight: 500;
|
||||
font-size: @font-size-md;
|
||||
line-height: 34px;
|
||||
line-height: normal;
|
||||
border: none;
|
||||
|
||||
&--first {
|
||||
margin-left: 5px;
|
||||
border-top-left-radius: 18px;
|
||||
border-bottom-left-radius: 18px;
|
||||
border-top-left-radius: @goods-action-button-height / 2;
|
||||
border-bottom-left-radius: @goods-action-button-height / 2;
|
||||
}
|
||||
|
||||
&--last {
|
||||
|
@ -296,6 +296,7 @@
|
||||
@goods-action-icon-font-size: @font-size-xs;
|
||||
@goods-action-icon-active-color: @active-color;
|
||||
@goods-action-icon-text-color: @gray-darker;
|
||||
@goods-action-button-height: 40px;
|
||||
|
||||
// IndexAnchor
|
||||
@index-anchor-padding: 0 @padding-md;
|
||||
|
Loading…
x
Reference in New Issue
Block a user