style(Coupon): fix the style of coupon checkbox (#11153)

This commit is contained in:
Gavin 2022-10-20 16:37:57 +08:00 committed by GitHub
parent d2abde3fbd
commit c6a6b5fe17
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,7 @@
&__content {
display: flex;
align-items: center;
position: relative;
box-sizing: border-box;
min-height: var(--van-coupon-content-height);
padding: var(--van-coupon-content-padding);