From 2ca790bc3d29cc6890c32023e4f48d71efa4e8e2 Mon Sep 17 00:00:00 2001 From: haoxr <1490493387@qq.com> Date: Wed, 1 Mar 2023 01:08:03 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=8E=A7=E5=88=B6=E5=8F=B0=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Former-commit-id: 73e0ab4f696162d175cc8e65dceb8716aeb37208 --- src/views/dashboard/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/dashboard/index.vue b/src/views/dashboard/index.vue index 1213a956..896eef68 100644 --- a/src/views/dashboard/index.vue +++ b/src/views/dashboard/index.vue @@ -40,12 +40,12 @@ const greetings = computed(() => {
-
+
- + {{ userStore.nickname }}
@@ -54,7 +54,7 @@ const greetings = computed(() => { {{ greetings }}
-
+
{ position: relative; .user-avatar { height: 40px; - widows: 40px; + width: 40px; border-radius: 50%; }