From 41007f51dcc030f47e2dbc24049f9f7022190225 Mon Sep 17 00:00:00 2001
From: Administrator <admin>
Date: Fri, 25 Jun 2021 14:29:16 +0800
Subject: [PATCH] 导航条头像放大

---
 components/nav-bar-top/nav-bar-top.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/nav-bar-top/nav-bar-top.vue b/components/nav-bar-top/nav-bar-top.vue
index b5b70a2..28a9944 100644
--- a/components/nav-bar-top/nav-bar-top.vue
+++ b/components/nav-bar-top/nav-bar-top.vue
@@ -63,8 +63,8 @@
 			image{
 				// background-color: #00BFFF;
 				margin-left: 1rem;
-				width: 1.2rem;
-				height: 1.2rem;
+				width: 1.8rem;
+				height: 1.8rem;
 				border-radius: 100px;
 			}
 		}

--
Gitblit v1.9.3