shish 5 лет назад
Родитель
Сommit
a3c099a2c1
2 измененных файлов с 4 добавлено и 4 удалено
  1. 3 3
      mallApp/src/components/app-tabbar.vue
  2. 1 1
      mallApp/src/pages.json

+ 3 - 3
mallApp/src/components/app-tabbar.vue

@@ -28,7 +28,7 @@ export default {
           "pagePath": "/pages/home/course",
           "iconPath": "../static/images/common/icon_class.png",
           "selectedIconPath": "../static/images/common/icon_class_active.png",
-          "text": "课程"
+          "text": "培训班"
         },
         {
           "pagePath": "/pages/home/shop",
@@ -66,7 +66,7 @@ export default {
 
 <style lang="scss" scoped>
 .tabbar_box {
-  height: 95upx;
+  height: 99upx;
   width: 100vw;
   background-color: #fff;
   position: fixed;
@@ -77,7 +77,7 @@ export default {
   border-top: 1px solid #c0c4cc;
   & > .tabBarItem {
     flex: 1;
-    padding-top: 14upx;
+    padding-top: 11upx;
     height: 100%;
     text-align: center;
     // background: green;

+ 1 - 1
mallApp/src/pages.json

@@ -206,7 +206,7 @@
                 "pagePath": "pages/home/course",
                 "iconPath": "static/images/common/icon_class.png",
                 "selectedIconPath": "static/images/common/icon_class_active.png",
-                "text": "课程"
+                "text": "培训班"
             },
             {
                 "pagePath": "pages/home/shop",