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