fix: upload image size

This commit is contained in:
puriphatt 2024-07-25 04:04:28 +00:00
parent 57573e449e
commit cc7d6b0a24
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ defineEmits<{
<div class="text-center">
<div
class="upload-img-preview"
:style="$q.screen.lt.md ? 'height: 200px' : 'height: 12vh'"
:style="$q.screen.lt.md ? 'height: 200px' : 'height: 12vw'"
>
<q-img
v-if="urlProfile"