이미지 높이 수정

This commit is contained in:
nevermoregb 2025-04-07 11:26:56 +09:00
parent feb10ebae5
commit 19c574cf9d

View File

@ -13,7 +13,8 @@
<img
:src="`${imgURL}profile/${member.MEMBERPRF}`"
alt="Profile Image"
class="img-fluid mx-auto d-block"
class="img-thumbnail mx-auto d-block"
style="max-height: 140px"
@error="$event.target.src = '/img/icons/icon.png'"
/>
</div>
@ -21,9 +22,7 @@
<div class="d-flex flex-sm-row align-items-center pb-2">
<div class="font-bold">{{ member.MEMBERNAM }}</div>
<div class="ms-2">
(
{{ member.MBTI }}
)
({{ member.MBTI }})
<img
role="img"
class="w-px-30 h-px-40"