Explorar el Código

fix: 修复 rem.js 未立即执行导致 loading max-width 生效,初始化时宽度显示异常

zhangyuhan hace 2 años
padre
commit
cd68d3ae88
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      src/web/templates/weixin/vipsubscribe/keyWord.html

+ 2 - 2
src/web/templates/weixin/vipsubscribe/keyWord.html

@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<html lang="zh-CN">
+<html lang="zh-CN" style="font-size: 50px;">
 
 <head>
     <meta charset="UTF-8">
@@ -186,7 +186,7 @@
                 <button class="j-button-confirm" @click="toKeyManagePage">分类管理</button>
             </div>
         </div>
-    </van-popup> 
+    </van-popup>
 </div>
 
 <script src=//cdn-common.jianyu360.com/cdn/lib/jquery/3.6.0/jquery.min.js></script>