Эх сурвалжийг харах

fix: 修复优惠券 iphone6 等机型偶现白屏无文字问题

zhangyuhan 3 жил өмнө
parent
commit
b73351fd1b

+ 3 - 0
src/jfw/modules/app/src/web/templates/frontRouter/coupon/free/selectCoupon.html

@@ -58,6 +58,9 @@
         min-height: 60vh;
         background: #fff;
       }
+      #selectCoupon {
+        height: 100%;
+      }
     </style>
 </head>
 

+ 3 - 0
src/web/templates/frontRouter/wx/coupon/free/selectCoupon.html

@@ -72,6 +72,9 @@
           min-height: 60vh;
           background: #fff;
       }
+      #selectCoupon {
+          height: 100%;
+      }
     </style>
 </head>