From 427cc7053b8633f07862fff36871124b2099b630 Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Sat, 2 Mar 2024 12:24:57 +0800 Subject: [PATCH] =?UTF-8?q?Fix(=E6=88=91=E7=9A=84=E4=BC=98=E6=83=A0?= =?UTF-8?q?=E5=88=B8):[#969]=E4=BC=98=E6=83=A0=E5=88=B8=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E8=AF=B4=E6=98=8E=EF=BC=8C=E6=94=B6=E8=B5=B7=E5=92=8C=E5=B1=95?= =?UTF-8?q?=E5=BC=80=E7=82=B9=E5=87=BB=E6=97=A0=E6=B3=95=E7=94=9F=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Coupons.vue | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/components/Coupons.vue b/components/Coupons.vue index 54ba702..bd82d9e 100644 --- a/components/Coupons.vue +++ b/components/Coupons.vue @@ -17,7 +17,12 @@ 使用规则 - + + + @@ -124,6 +129,14 @@ export default { transform: rotate(180deg); } } + .coupon-html { + height: 80rpx; + overflow: hidden; + transition: all .3s; + &.auto-height { + height: auto; + } + } } } \ No newline at end of file