fix: upload profile class
This commit is contained in:
parent
c8a8e913d2
commit
bda43b9503
1 changed files with 4 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue