Browse Source

style: fix text wrap

cuiyalong 3 years ago
parent
commit
50cc6f964f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/components/coupon/CouponCardList.vue

+ 2 - 0
src/components/coupon/CouponCardList.vue

@@ -239,9 +239,11 @@ export default {
   border-bottom-right-radius: 6px;
   .spec-time {
     color: #686868;
+    white-space: nowrap;
   }
   .spec-right {
     margin-left: 10px;
+    white-space: nowrap;
   }
   .spec-available {
     color: #999;