fix: overflow animation cut
This commit is contained in:
parent
9708258e7a
commit
f0639f342a
1 changed files with 2 additions and 2 deletions
|
|
@ -590,9 +590,9 @@ async function storeDataLocal(id: string) {
|
|||
:i18n-args="{ text: $t('quotation.title') }"
|
||||
/>
|
||||
</article>
|
||||
<article v-else class="col q-pa-md surface-2 full-width scroll">
|
||||
<article v-else class="col surface-2 full-width scroll">
|
||||
<div class="row">
|
||||
<div style="overflow-x: auto">
|
||||
<div style="overflow-x: auto" class="q-pa-md">
|
||||
<TableQuotation
|
||||
style="max-width: 100%"
|
||||
:columns="columnQuotation"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue