Browse Source

文字调整

shish 5 years ago
parent
commit
a3c099a2c1
2 changed files with 4 additions and 4 deletions
  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",
           "pagePath": "/pages/home/course",
           "iconPath": "../static/images/common/icon_class.png",
           "iconPath": "../static/images/common/icon_class.png",
           "selectedIconPath": "../static/images/common/icon_class_active.png",
           "selectedIconPath": "../static/images/common/icon_class_active.png",
-          "text": "课程"
+          "text": "培训班"
         },
         },
         {
         {
           "pagePath": "/pages/home/shop",
           "pagePath": "/pages/home/shop",
@@ -66,7 +66,7 @@ export default {
 
 
 <style lang="scss" scoped>
 <style lang="scss" scoped>
 .tabbar_box {
 .tabbar_box {
-  height: 95upx;
+  height: 99upx;
   width: 100vw;
   width: 100vw;
   background-color: #fff;
   background-color: #fff;
   position: fixed;
   position: fixed;
@@ -77,7 +77,7 @@ export default {
   border-top: 1px solid #c0c4cc;
   border-top: 1px solid #c0c4cc;
   & > .tabBarItem {
   & > .tabBarItem {
     flex: 1;
     flex: 1;
-    padding-top: 14upx;
+    padding-top: 11upx;
     height: 100%;
     height: 100%;
     text-align: center;
     text-align: center;
     // background: green;
     // background: green;

+ 1 - 1
mallApp/src/pages.json

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