mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
feat(CouponList): add @coupon-list-close-button-height less var
This commit is contained in:
@@ -67,8 +67,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
&__close {
|
&__close {
|
||||||
height: 40px;
|
height: @coupon-list-close-button-height;
|
||||||
line-height: 38px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&__empty {
|
&__empty {
|
||||||
|
@@ -286,6 +286,7 @@
|
|||||||
@coupon-list-background-color: @background-color;
|
@coupon-list-background-color: @background-color;
|
||||||
@coupon-list-field-padding: 5px 0 5px @padding-md;
|
@coupon-list-field-padding: 5px 0 5px @padding-md;
|
||||||
@coupon-list-exchange-button-height: 32px;
|
@coupon-list-exchange-button-height: 32px;
|
||||||
|
@coupon-list-close-button-height: 40px;
|
||||||
@coupon-list-empty-image-size: 200px;
|
@coupon-list-empty-image-size: 200px;
|
||||||
@coupon-list-empty-tip-color: @gray-6;
|
@coupon-list-empty-tip-color: @gray-6;
|
||||||
@coupon-list-empty-tip-font-size: @font-size-md;
|
@coupon-list-empty-tip-font-size: @font-size-md;
|
||||||
|
Reference in New Issue
Block a user