gx
queenwuli
2021-01-06 4028034362cf7eb26223ea121d873bdd5210dee1
hive-app/pages/mine/index.vue
@@ -46,6 +46,9 @@
                  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">
@@ -147,6 +150,11 @@
            uni.navigateTo({
               url: './setting?isLogin='+isLogin
            })
         },
         lookMore(){
            uni.navigateTo({
               url: '../manager/employeeReport'
            })
         }
       }
   }
@@ -191,10 +199,19 @@
      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;
   }