YY 2 lat temu
rodzic
commit
b1e8ee04fe

+ 0 - 5
pagesMatch/matchAdmin/teamapply/list.less

@@ -35,11 +35,6 @@
                 padding: 2vw;
                 font-size: var(--font14Size);
             }
-            button {
-                width: 100%;
-                padding: 2vw;
-                font-size: var(--font14Size);
-            }
         }
     }
 

+ 0 - 5
pagesMatch/matchAdmin/teamapply/list.wxss

@@ -32,11 +32,6 @@
   padding: 2vw;
   font-size: var(--font14Size);
 }
-.main .one .one_2 button {
-  width: 100%;
-  padding: 2vw;
-  font-size: var(--font14Size);
-}
 .main .two {
   position: relative;
   flex-grow: 1;

+ 1 - 1
project.private.config.json

@@ -1,7 +1,7 @@
 {
     "projectname": "%E7%BE%BD%E6%A0%A1%E7%AE%A1%E7%90%86%E5%B9%B3%E5%8F%B0",
     "setting": {
-        "compileHotReLoad": false
+        "compileHotReLoad": true
     },
     "description": "项目私有配置文件。此文件中的内容将覆盖 project.config.json 中的相同字段。项目的改动优先同步到此文件中。详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html"
 }