diff --git a/src/components/user/RegisterForm.vue b/src/components/user/RegisterForm.vue index 3f5edc3..7db7b41 100644 --- a/src/components/user/RegisterForm.vue +++ b/src/components/user/RegisterForm.vue @@ -3,9 +3,9 @@
diff --git a/src/components/vacation/ProfileList.vue b/src/components/vacation/ProfileList.vue index 457237f..7abd05c 100644 --- a/src/components/vacation/ProfileList.vue +++ b/src/components/vacation/ProfileList.vue @@ -17,7 +17,7 @@ class="start-50 translate-middle crown-icon" /> user - + {{ profilerr }}
@@ -186,7 +186,7 @@ const profilePreviewStyle = computed(() => ({ height: '100px', backgroundImage: `url(${profile.value})`, backgroundRepeat: 'no-repeat', - backgroundSize: 'cover', + backgroundSize: 'contain', backgroundPosition: 'center' }));