fix: Drawer info layout
This commit is contained in:
parent
ac171b1379
commit
6f501da99b
4 changed files with 136 additions and 175 deletions
|
|
@ -1469,17 +1469,16 @@ watch(
|
|||
v-model:zipCode="formData.zipCode"
|
||||
>
|
||||
<template #person-card>
|
||||
<div class="q-ma-md">
|
||||
<ProfileUpload
|
||||
prefix-id="drawer-info-personnel"
|
||||
v-model:url-profile="profileUrl"
|
||||
v-model:status-toggle="statusToggle"
|
||||
v-model:profile-submit="profileSubmit"
|
||||
@input-file="inputFile.click()"
|
||||
@cancel-file="inputFile.value = ''"
|
||||
/>
|
||||
<ProfileUpload
|
||||
prefix-id="drawer-info-personnel"
|
||||
v-model:url-profile="profileUrl"
|
||||
v-model:status-toggle="statusToggle"
|
||||
v-model:profile-submit="profileSubmit"
|
||||
@input-file="inputFile.click()"
|
||||
@cancel-file="inputFile.value = ''"
|
||||
/>
|
||||
|
||||
<!-- <AppBox class="surface-1" style="padding: 0">
|
||||
<!-- <AppBox class="surface-1" style="padding: 0">
|
||||
<PersonCard
|
||||
:can-edit-profile="infoDrawerEdit"
|
||||
:data="{
|
||||
|
|
@ -1498,7 +1497,6 @@ watch(
|
|||
@edit-profile="inputFile.click()"
|
||||
/>
|
||||
</AppBox> -->
|
||||
</div>
|
||||
</template>
|
||||
<template #information>
|
||||
<FormInformation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue