From 45fb4b11ad51bb38306765b11a6747402e382cee Mon Sep 17 00:00:00 2001 From: Helius <wangdoubleone@gmail.com> Date: Sat, 20 Feb 2021 17:37:33 +0800 Subject: [PATCH] fix --- hive-app/pages/mine/myInfo.vue | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hive-app/pages/mine/myInfo.vue b/hive-app/pages/mine/myInfo.vue index 72f1ae8..e63162a 100644 --- a/hive-app/pages/mine/myInfo.vue +++ b/hive-app/pages/mine/myInfo.vue @@ -159,9 +159,9 @@ <style> .header-img{ - width: 60px; - height: 60px; - padding-top: 10px; + width: 70px; + height: 70px; + margin-top: 10px; border-radius: 50%; } .content{ -- Gitblit v1.9.1