.
All checks were successful
LocalNet_front/pipeline/head This commit looks good

This commit is contained in:
dyhj625 2025-03-31 11:00:47 +09:00
parent c139358135
commit 9811ed7ca2

View File

@ -14,7 +14,7 @@
v-if="user.MEMBERSEQ === employeeId"
src="/img/icons/Crown.png"
alt="Crown"
class="top-0 start-50 translate-middle crown-icon"
class="start-50 translate-middle crown-icon"
/>
<img
class="rounded-circle profile-img"
@ -103,5 +103,6 @@ borderStyle: "solid",
width: 90%;
height: 70%;
z-index: 10;
top: -7%
}
</style>