mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 10:07:07 +00:00
fix(CouponList): incorrect click feedback (#5521)
This commit is contained in:
@@ -85,7 +85,6 @@
|
|||||||
&__description {
|
&__description {
|
||||||
padding: @coupon-description-padding;
|
padding: @coupon-description-padding;
|
||||||
font-size: @font-size-sm;
|
font-size: @font-size-sm;
|
||||||
background-color: @coupon-description-background-color;
|
|
||||||
border-top: 1px dashed @coupon-description-border-color;
|
border-top: 1px dashed @coupon-description-border-color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -272,7 +272,6 @@
|
|||||||
@coupon-name-font-size: @font-size-md;
|
@coupon-name-font-size: @font-size-md;
|
||||||
@coupon-disabled-text-color: @gray-6;
|
@coupon-disabled-text-color: @gray-6;
|
||||||
@coupon-description-padding: @padding-xs @padding-md;
|
@coupon-description-padding: @padding-xs @padding-md;
|
||||||
@coupon-description-background-color: @white;
|
|
||||||
@coupon-description-border-color: @border-color;
|
@coupon-description-border-color: @border-color;
|
||||||
|
|
||||||
// CouponCell
|
// CouponCell
|
||||||
|
Reference in New Issue
Block a user