Ver Fonte

fix: 修复微信换行

zhangyuhan há 4 anos atrás
pai
commit
4ff72b27c4

+ 3 - 2
src/web/templates/big-member/wx/page_open_app_active.html

@@ -61,6 +61,7 @@
             color: #F7F9FA;
             background-color: #2cb7ca;
             border-radius: 0.08rem;
+            white-space: nowrap;
         }
         .wx-launch-app-btn {
             padding: .16rem .58rem;
@@ -263,7 +264,7 @@
                     })
                 }, 4500)
             }
-            
+
             if (this.isIos) {
                 if (e) {
                     e.preventDefault()
@@ -358,4 +359,4 @@
 </script>
 {{include "/common/baiducc.html"}}
 </body>
-</html>
+</html>