이미지 높이 수정
This commit is contained in:
parent
feb10ebae5
commit
19c574cf9d
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user