shish 4 лет назад
Родитель
Сommit
2b6ec10de7

+ 2 - 2
ghsApp/src/admin/home/member.vue

@@ -165,7 +165,7 @@ export default {
 }
 .app-tabs {
     position: fixed;
-    width: 100%;
+    width: 40%;
     z-index: 9;
   }
 .tabs-wrap {
@@ -184,7 +184,7 @@ export default {
     position: fixed;
     top: 0;
     z-index: 10;
-    width: 100%;
+    width: 40%;
     height: 100upx;
     display: flex;
     align-items: center;

+ 2 - 2
ghsApp/src/admin/home/order.vue

@@ -290,7 +290,7 @@ page{
   }
   .app-tabs {
     position: fixed;
-    width: 100%;
+    width: 40%;
     z-index: 9;
   }
   .input-wrap_box {
@@ -298,7 +298,7 @@ page{
     position: fixed;
     top: 0;
     z-index: 10;
-    width: 100%;
+    width: 40%;
     height: 100upx;
     display: flex;
     align-items: center;

+ 2 - 2
ghsApp/src/static/css/base.scss

@@ -7,8 +7,8 @@
     min-height: 100vh;
     position: relative;
     //商业收银台打开下面二个设置
-    //width:40%;
-    //margin:0 auto;
+    width:40%;
+    margin:0 auto;
 }
 /* #ifdef H5 */
 .app-content.app-main {