diff --git a/src/views/mypage/MyPage.vue b/src/views/mypage/MyPage.vue index 8dc832a..bee8fbd 100644 --- a/src/views/mypage/MyPage.vue +++ b/src/views/mypage/MyPage.vue @@ -186,7 +186,7 @@ const profilePreviewStyle = computed(() => ({ height: '100px', backgroundImage: `url(${profile.value})`, backgroundRepeat: 'no-repeat', - backgroundSize: 'contain', + backgroundSize: 'cover', backgroundPosition: 'center' }));