|
|
@@ -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;
|