fix: body element should not be used
This commit is contained in:
parent
92f8a2abab
commit
fa973c03bd
1 changed files with 2 additions and 2 deletions
|
|
@ -69,7 +69,7 @@ const payBank = ref('');
|
||||||
/>
|
/>
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<body
|
<article
|
||||||
class="row col"
|
class="row col"
|
||||||
style="flex-grow: 1; overflow-y: hidden"
|
style="flex-grow: 1; overflow-y: hidden"
|
||||||
:style="{
|
:style="{
|
||||||
|
|
@ -269,7 +269,7 @@ const payBank = ref('');
|
||||||
:readonly
|
:readonly
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</article>
|
||||||
|
|
||||||
<footer class="surface-1 q-pa-md">
|
<footer class="surface-1 q-pa-md">
|
||||||
<div class="row full-width justify-between">
|
<div class="row full-width justify-between">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue