This commit is contained in:
parent
fd1c8c4053
commit
5fb90c7330
@ -8,7 +8,7 @@
|
|||||||
<!-- 프로필 사진 -->
|
<!-- 프로필 사진 -->
|
||||||
<img
|
<img
|
||||||
:src="getProfileImage(user.photo)"
|
:src="getProfileImage(user.photo)"
|
||||||
class="profile-img"
|
class="user-avatar2"
|
||||||
alt="프로필 사진"
|
alt="프로필 사진"
|
||||||
@error="setDefaultImage"
|
@error="setDefaultImage"
|
||||||
/>
|
/>
|
||||||
@ -107,4 +107,14 @@ onMounted(fetchUsers);
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style scoped>
|
<style scoped>
|
||||||
|
.user-avatar2 {
|
||||||
|
width: 160px;
|
||||||
|
height: 200px;
|
||||||
|
object-fit: cover;
|
||||||
|
border-radius: 50%;
|
||||||
|
display: block;
|
||||||
|
margin: 1rem auto 0 auto;
|
||||||
|
margin-top: 0px;
|
||||||
|
margin-bottom: 10px;
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user