WIP: #6654 VnSubToolbar sticky #157

Closed
jsegarra wants to merge 2 commits from 6654_sticky_custom_toolbar into dev
1 changed files with 6 additions and 3 deletions
Showing only changes of commit 6553ddca13 - Show all commits

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 {