From 9e2b3a072dcd044f2b5adad0e3e6c791268ccb20 Mon Sep 17 00:00:00 2001 From: yoon Date: Mon, 31 Mar 2025 19:10:50 +0900 Subject: [PATCH] =?UTF-8?q?boder-color=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layouts/TheTop.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/layouts/TheTop.vue b/src/layouts/TheTop.vue index c925f38..30e4459 100644 --- a/src/layouts/TheTop.vue +++ b/src/layouts/TheTop.vue @@ -167,7 +167,8 @@ v-if="user" :src="`${baseUrl}upload/img/profile/${user.profile}`" alt="Profile Image" - class="w-px-40 h-px-40 rounded-circle" + class="w-px-40 h-px-40 rounded-circle border border-3" + :style="`border-color: ${user.usercolor} !important;`" @error="$event.target.src = '/img/icons/icon.png'" /> @@ -250,7 +251,6 @@ import { useRouter } from 'vue-router'; import { useThemeStore } from '@s/darkmode'; import { computed, onMounted, ref, watch } from 'vue'; - import $api from '@api'; const baseUrl = import.meta.env.VITE_SERVER; @@ -312,7 +312,6 @@ await userStore.userInfo(); user.value = userStore.user; - await projectStore.loadAllProjectLists(); // 사용자가 참여하고 있는 프로젝트 목록