fix:btn position
This commit is contained in:
parent
ffce0164b4
commit
3e568267ba
1 changed files with 8 additions and 9 deletions
|
|
@ -409,6 +409,14 @@ watch(
|
|||
<q-img :src="selectedImg" />
|
||||
</q-dialog> -->
|
||||
<q-dialog v-model="imageModal">
|
||||
<q-btn
|
||||
icon="close"
|
||||
flat
|
||||
round
|
||||
dense
|
||||
v-close-popup
|
||||
class="absolute-top-right z-top text-white"
|
||||
/>
|
||||
<q-card
|
||||
style="
|
||||
width: auto;
|
||||
|
|
@ -417,15 +425,6 @@ watch(
|
|||
box-shadow: none;
|
||||
"
|
||||
>
|
||||
<q-btn
|
||||
icon="close"
|
||||
flat
|
||||
round
|
||||
dense
|
||||
v-close-popup
|
||||
class="absolute-top-right z-top text-white"
|
||||
/>
|
||||
|
||||
<img
|
||||
:src="selectedImg"
|
||||
style="
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue