Browse Source

去掉设置菜单

htc 1 month ago
parent
commit
12c4edc234
1 changed files with 7 additions and 7 deletions
  1. 7 7
      components/CusTabbar/clock.vue

+ 7 - 7
components/CusTabbar/clock.vue

@@ -28,12 +28,12 @@
 						text: '统计',
 						path: '/pagesStatistics/index'
 					},
-					{
-						inactiveImg: this.$imgBase+'clockingin/set_inactive.png',
-						activeImg: this.$imgBase+'clockingin/set_active.png',
-						text: '设置',
-						path: '/pagesSetting/index'
-					},
+					// {
+					// 	inactiveImg: this.$imgBase+'clockingin/set_inactive.png',
+					// 	activeImg: this.$imgBase+'clockingin/set_active.png',
+					// 	text: '设置',
+					// 	path: '/pagesSetting/index'
+					// },
 				]
 			}
 		},
@@ -66,7 +66,7 @@
 		border-top: 1rpx solid lavender;
 
 		&>view {
-			width: calc(100% / 3);
+			width: calc(100% / 2);
 			height: 100%;
 			display: flex;
 			flex-direction: column;