feat(CouponList): add @coupon-list-close-button-height less var

This commit is contained in:
chenjiahan 2020-05-04 17:25:48 +08:00
parent 3913f56bae
commit 18a0c545ec
2 changed files with 2 additions and 2 deletions

View File

@ -67,8 +67,7 @@
}
&__close {
height: 40px;
line-height: 38px;
height: @coupon-list-close-button-height;
}
&__empty {

View File

@ -286,6 +286,7 @@
@coupon-list-background-color: @background-color;
@coupon-list-field-padding: 5px 0 5px @padding-md;
@coupon-list-exchange-button-height: 32px;
@coupon-list-close-button-height: 40px;
@coupon-list-empty-image-size: 200px;
@coupon-list-empty-tip-color: @gray-6;
@coupon-list-empty-tip-font-size: @font-size-md;