fix: overflow animation cut

This commit is contained in:
Methapon Metanipat 2024-11-07 18:14:38 +07:00
parent 9708258e7a
commit f0639f342a

View file

@ -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"