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>
|
<template>
|
||||||
<div class="text-center">
|
<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
|
<q-img
|
||||||
v-if="urlProfile"
|
v-if="urlProfile"
|
||||||
:src="urlProfile"
|
:src="urlProfile"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue