This commit is contained in:
dyhj625 2025-04-08 14:30:44 +09:00
parent 10068bb1c7
commit 70143f3174

View File

@ -186,7 +186,7 @@ const profilePreviewStyle = computed(() => ({
height: '100px', height: '100px',
backgroundImage: `url(${profile.value})`, backgroundImage: `url(${profile.value})`,
backgroundRepeat: 'no-repeat', backgroundRepeat: 'no-repeat',
backgroundSize: 'contain', backgroundSize: 'cover',
backgroundPosition: 'center' backgroundPosition: 'center'
})); }));