Fix:【商城小程序】商品详情页—优惠详情—使用规则展开/收起按钮没有反应

This commit is contained in:
modendeveloper
2024-09-14 00:52:12 +08:00
parent 9e0bc48135
commit 8ebf12dcc6
+3 -2
View File
@@ -178,9 +178,10 @@ export default {
} }
.coupon-html { .coupon-html {
overflow: hidden; overflow: hidden;
transition: all .3s; transition: all .3s ease-in-out;
height: 60rpx;
&.auto-height { &.auto-height {
height: auto; height: auto !important;
} }
} }
} }