boder-color 추가
This commit is contained in:
parent
551569c1c6
commit
9e2b3a072d
@ -167,7 +167,8 @@
|
|||||||
v-if="user"
|
v-if="user"
|
||||||
:src="`${baseUrl}upload/img/profile/${user.profile}`"
|
:src="`${baseUrl}upload/img/profile/${user.profile}`"
|
||||||
alt="Profile Image"
|
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'"
|
@error="$event.target.src = '/img/icons/icon.png'"
|
||||||
/>
|
/>
|
||||||
</a>
|
</a>
|
||||||
@ -250,7 +251,6 @@
|
|||||||
import { useRouter } from 'vue-router';
|
import { useRouter } from 'vue-router';
|
||||||
import { useThemeStore } from '@s/darkmode';
|
import { useThemeStore } from '@s/darkmode';
|
||||||
import { computed, onMounted, ref, watch } from 'vue';
|
import { computed, onMounted, ref, watch } from 'vue';
|
||||||
import $api from '@api';
|
|
||||||
|
|
||||||
const baseUrl = import.meta.env.VITE_SERVER;
|
const baseUrl = import.meta.env.VITE_SERVER;
|
||||||
|
|
||||||
@ -312,7 +312,6 @@
|
|||||||
await userStore.userInfo();
|
await userStore.userInfo();
|
||||||
user.value = userStore.user;
|
user.value = userStore.user;
|
||||||
|
|
||||||
|
|
||||||
await projectStore.loadAllProjectLists();
|
await projectStore.loadAllProjectLists();
|
||||||
|
|
||||||
// 사용자가 참여하고 있는 프로젝트 목록
|
// 사용자가 참여하고 있는 프로젝트 목록
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user