fix: layout
This commit is contained in:
parent
faab76fadb
commit
b155e57122
1 changed files with 7 additions and 11 deletions
|
|
@ -1567,7 +1567,7 @@ watch(inputSearchProductAndService, async () => {
|
|||
<!-- product/service -->
|
||||
<div
|
||||
v-else-if="productMode === 'service'"
|
||||
class="surface-2 col bordered rounded column"
|
||||
class="surface-2 col bordered rounded column no-wrap"
|
||||
style="overflow: hidden"
|
||||
>
|
||||
<div
|
||||
|
|
@ -1699,11 +1699,11 @@ watch(inputSearchProductAndService, async () => {
|
|||
<NoData :not-found="!!inputSearchProductAndService" />
|
||||
</div>
|
||||
<!-- tab -->
|
||||
<div v-else class="row flex col">
|
||||
<template v-else>
|
||||
<q-tabs
|
||||
dense
|
||||
v-model="productAndServiceTab"
|
||||
class="col-12 bordered-b q-px-md"
|
||||
class="bordered-b q-px-md"
|
||||
align="left"
|
||||
>
|
||||
<q-tab
|
||||
|
|
@ -1753,7 +1753,7 @@ watch(inputSearchProductAndService, async () => {
|
|||
</div>
|
||||
</q-tab>
|
||||
</q-tabs>
|
||||
<div class="col-12 flex col scroll full-height q-pa-md surface-1">
|
||||
<div class="col flex scroll full-height q-pa-md surface-1">
|
||||
<div class="full-width">
|
||||
<q-table
|
||||
class="full-width"
|
||||
|
|
@ -2063,7 +2063,7 @@ watch(inputSearchProductAndService, async () => {
|
|||
</template>
|
||||
|
||||
<template v-slot:item="{ row }">
|
||||
<div class="col-12 col-md-6">
|
||||
<div class="col-12 col-md-4 col-lg-2">
|
||||
<TotalProductCardComponent
|
||||
:data="row"
|
||||
:key="row.id"
|
||||
|
|
@ -2119,13 +2119,9 @@ watch(inputSearchProductAndService, async () => {
|
|||
</q-table>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</template>
|
||||
<!-- footer -->
|
||||
<div
|
||||
class="row items-center justify-between q-px-md surface-2"
|
||||
style="z-index: 99"
|
||||
>
|
||||
<div class="row items-center justify-between q-py-sm q-px-md surface-2">
|
||||
<div class="col-4">
|
||||
<div class="row items-center">
|
||||
<div class="app-text-muted" style="width: 80px">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue