fix: upload profile class

This commit is contained in:
puriphatt 2024-07-25 10:48:04 +00:00
parent c8a8e913d2
commit bda43b9503

View file

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