Browse Source

处理字体过小的问题

Administrator 7 years ago
parent
commit
8aff0c3abe
1 changed files with 5 additions and 5 deletions
  1. 5 5
      pages/mobile/user/storeinfo.vue

+ 5 - 5
pages/mobile/user/storeinfo.vue

@@ -231,10 +231,10 @@
         this.timeoutCount++
       },
       updateInfo() {
-        if (!this.isAdmin) {
-          this.setRemindText('您无该模块的编辑权限,请联系企业管理员进行编辑维护!')
-          return
-        }
+        // if (!this.isAdmin) {
+        //   this.setRemindText('您无该模块的编辑权限,请联系企业管理员进行编辑维护!')
+        //   return
+        // }
         this.storeState = 'update'
         this.Islook = true
         this.hidelook = true
@@ -514,7 +514,7 @@
           margin-right:.15rem;
         }
         span{
-          font-size: .14rem;
+          font-size: .20rem;
         }
       }
     }