From 7692df60c0746b9e23a228eb719349c697cfcb06 Mon Sep 17 00:00:00 2001 From: queenwuli <942534046@qq.com> Date: Thu, 07 Jan 2021 11:26:06 +0800 Subject: [PATCH] gx --- hive-app/pages/mine/index.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hive-app/pages/mine/index.vue b/hive-app/pages/mine/index.vue index ea79f45..e64f736 100644 --- a/hive-app/pages/mine/index.vue +++ b/hive-app/pages/mine/index.vue @@ -13,7 +13,7 @@ <view class="flex flex-v ml-15"> <navigator url="./myInfo" hover-class="none"> <text class="font-18 white mr-5">{{userInfo.name}}</text> - <text class="white icon iconfont iconxiugai"></text> + <text class="white font-16 iconfont iconxiugai"></text> </navigator> <view class="flex mt-10"> <view class="mr-20 ellipsis ellipsis-rolename"> @@ -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