From 9a025af56e141b416d3216af379d270c1285d42c Mon Sep 17 00:00:00 2001 From: queenwuli <942534046@qq.com> Date: Thu, 07 Jan 2021 11:27:58 +0800 Subject: [PATCH] gx --- hive-app/pages/mine/index.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/hive-app/pages/mine/index.vue b/hive-app/pages/mine/index.vue index 6f8c2b4..e64f736 100644 --- a/hive-app/pages/mine/index.vue +++ b/hive-app/pages/mine/index.vue @@ -11,10 +11,10 @@ <view class="flex align-center"> <image class="header-img ml-10" :src="userInfo.photo?userInfo.photo:'../../static/images/default-avatar.png'"></image> <view class="flex flex-v ml-15"> - <view> + <navigator url="./myInfo" hover-class="none"> <text class="font-18 white mr-5">{{userInfo.name}}</text> - <text class="white icon iconfont iconxiugai"></text> - </view> + <text class="white font-16 iconfont iconxiugai"></text> + </navigator> <view class="flex mt-10"> <view class="mr-20 ellipsis ellipsis-rolename"> <text class="white mr-5 font-14">职位:</text> @@ -41,7 +41,7 @@ activeColor: '#518EFF', underLineColor: '#518EFF', underLineHeight: 4, - fontSize: '30px', + fontSize: 26, itemWidth: 70, underLineWidth: 60, }" @@ -207,10 +207,10 @@ .look-more{ position: absolute; z-index: 99; - top: 12px; + top: 22rpx; right: 10px; color: rgb(171, 177, 204); - font-size: 14px; + font-size: 26rpx; } .performance-content{ padding: 20px 0; -- Gitblit v1.9.1