瀏覽代碼

fix: 修复微信换行

zhangyuhan 4 年之前
父節點
當前提交
4ff72b27c4
共有 1 個文件被更改,包括 3 次插入2 次删除
  1. 3 2
      src/web/templates/big-member/wx/page_open_app_active.html

+ 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>