0
0
Fork 0

refs #6654 fix: CustomerExtendedList sticky toolbar

This commit is contained in:
Javier Segarra 2024-01-18 11:37:24 +01:00
parent cf6a26b742
commit 6553ddca13
1 changed files with 6 additions and 3 deletions

View File

@ -516,8 +516,11 @@ const selectSalesPersonId = (id) => {
<div id="st-actions"></div>
</QToolbar>
<QPage class="column items-center q-pa-md">
<QPage class="column items-center q-pa-md"
style="min-height:auto;max-height: 80vh"
>
<QTable
style="min-height: 77vh"
:columns="columns"
:pagination="{ rowsPerPage: 12 }"
:rows="rows"
@ -558,7 +561,7 @@ const selectSalesPersonId = (id) => {
</template>
</QTable>
</QPage>
</template>
</template>
<style lang="scss" scoped>
.col-content {