Fix:【商城小程序】商品详情页—优惠详情—使用规则展开/收起按钮没有反应
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user