| | |
| | | underLineWidth: 60, |
| | | }" |
| | | /> |
| | | <view class="look-more" @click="lookMore"> |
| | | 更多<text class="iconfont iconarrow-backimg light-gray"></text> |
| | | </view> |
| | | <view class="performance-content"> |
| | | <view class="flex justify-around"> |
| | | <view class="flex flex-v align-center performance-item"> |
| | |
| | | uni.navigateTo({ |
| | | url: './setting?isLogin='+isLogin |
| | | }) |
| | | }, |
| | | lookMore(){ |
| | | uni.navigateTo({ |
| | | url: '../manager/employeeReport' |
| | | }) |
| | | } |
| | | } |
| | | } |
| | |
| | | background: #FFFFFF; |
| | | border-radius: 4px; |
| | | margin-top: 10px; |
| | | position: relative; |
| | | } |
| | | .tab{ |
| | | border-bottom: 1px solid #EDEAF4; |
| | | } |
| | | .look-more{ |
| | | position: absolute; |
| | | z-index: 99; |
| | | top: 12px; |
| | | right: 10px; |
| | | color: rgb(171, 177, 204); |
| | | font-size: 14px; |
| | | } |
| | | .performance-content{ |
| | | padding: 20px 0; |
| | | } |