Compare commits

...

2 Commits

Author SHA1 Message Date
Javier Segarra 70a747daab refs #6654 fix: Invoice-out toolbartoolbar
gitea/salix-front/pipeline/head This commit looks good Details
2024-01-18 12:44:41 +01:00
Javier Segarra 6553ddca13 refs #6654 fix: CustomerExtendedList sticky toolbar 2024-01-18 11:37:24 +01:00
2 changed files with 23 additions and 6 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 {

View File

@ -129,7 +129,8 @@ const downloadCsv = () => {
url="InvoiceOuts/filter"
>
<template #body="{ rows }">
<QToolbar class="bg-vn-dark justify-end">
<QHeader>
<QToolbar class="bg-vn-dark justify-end" >
<div id="st-actions">
<QBtn
@click="downloadCsv()"
@ -179,10 +180,12 @@ const downloadCsv = () => {
class="q-mr-md"
/>
</div>
</QToolbar>
</QToolbar></QHeader>
<QPageContainer>
<div class="flex flex-center q-pa-md">
<div class="card-list">
<CardList
:element="row"
:id="row.id"
:show-checkbox="true"
@ -240,7 +243,7 @@ const downloadCsv = () => {
</template>
</CardList>
</div>
</div>
</div></QPageContainer>
</template>
</VnPaginate>
</QPage>
@ -251,8 +254,19 @@ const downloadCsv = () => {
width: 100%;
max-width: 60em;
}
.fixed-top{
top:50px;
}
.q-toolbar{
padding-top: 10px;
}
.q-header {
position: sticky;
}
</style>
<i18n>
en:
searchInvoice: Search issued invoice