fix: dialog properties layout
This commit is contained in:
parent
6e162fa393
commit
6f39d6ac2b
1 changed files with 1 additions and 1 deletions
|
|
@ -310,7 +310,7 @@ watch(
|
||||||
:close="close"
|
:close="close"
|
||||||
:show="() => $emit('show')"
|
:show="() => $emit('show')"
|
||||||
>
|
>
|
||||||
<div class="column">
|
<div class="column full-height no-wrap">
|
||||||
<div
|
<div
|
||||||
v-if="selectFlow"
|
v-if="selectFlow"
|
||||||
class="bordered-b surface-3 row items-center no-wrap q-py-sm"
|
class="bordered-b surface-3 row items-center no-wrap q-py-sm"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue