From c6a6b5fe17ea22ebd9ac51520b8b89a2c5151370 Mon Sep 17 00:00:00 2001 From: Gavin <19986739+wjw-gavin@users.noreply.github.com> Date: Thu, 20 Oct 2022 16:37:57 +0800 Subject: [PATCH] style(Coupon): fix the style of coupon checkbox (#11153) --- packages/vant/src/coupon/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/vant/src/coupon/index.less b/packages/vant/src/coupon/index.less index c646fb5bb..ceb4035b2 100644 --- a/packages/vant/src/coupon/index.less +++ b/packages/vant/src/coupon/index.less @@ -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);