From 70143f31747bd51ca7d0b464ad2622dac1ceb159 Mon Sep 17 00:00:00 2001 From: dyhj625 Date: Tue, 8 Apr 2025 14:30:44 +0900 Subject: [PATCH] . --- src/views/mypage/MyPage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }));