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