Explorar el Código

fix: 修复微信换行

zhangyuhan hace 4 años
padre
commit
4ff72b27c4
Se han modificado 1 ficheros con 3 adiciones y 2 borrados
  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>