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%; }