From 8ebf12dcc602a146aa0dfc7bb084ff8f980ec78f Mon Sep 17 00:00:00 2001 From: modendeveloper Date: Sat, 14 Sep 2024 00:52:12 +0800 Subject: [PATCH] =?UTF-8?q?Fix:=E3=80=90=E5=95=86=E5=9F=8E=E5=B0=8F?= =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E3=80=91=E5=95=86=E5=93=81=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E9=A1=B5=E2=80=94=E4=BC=98=E6=83=A0=E8=AF=A6=E6=83=85=E2=80=94?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E8=A7=84=E5=88=99=E5=B1=95=E5=BC=80/?= =?UTF-8?q?=E6=94=B6=E8=B5=B7=E6=8C=89=E9=92=AE=E6=B2=A1=E6=9C=89=E5=8F=8D?= =?UTF-8?q?=E5=BA=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/Coupons.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/components/Coupons.vue b/components/Coupons.vue index 4001a56..d64046c 100644 --- a/components/Coupons.vue +++ b/components/Coupons.vue @@ -178,9 +178,10 @@ export default { } .coupon-html { overflow: hidden; - transition: all .3s; + transition: all .3s ease-in-out; + height: 60rpx; &.auto-height { - height: auto; + height: auto !important; } } }