fix: 03 customerInfo scroll
This commit is contained in:
parent
9b8f0b1139
commit
9e6a9405b2
1 changed files with 6 additions and 4 deletions
|
|
@ -87,10 +87,13 @@ watch(currentStatus, async () => {
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div
|
<div
|
||||||
class="bordered surface-1 col column surface-2 rounded"
|
class="bordered surface-1 col column surface-2 rounded no-wrap"
|
||||||
style="overflow: hidden"
|
style="overflow: hidden"
|
||||||
>
|
>
|
||||||
<div class="row justify-between bordered-b surface-3 full-width">
|
<div
|
||||||
|
class="row justify-between bordered-b surface-3 full-width no-wrap"
|
||||||
|
style="z-index: 1"
|
||||||
|
>
|
||||||
<div class="row items-center col-12 col-sm">
|
<div class="row items-center col-12 col-sm">
|
||||||
<q-btn
|
<q-btn
|
||||||
round
|
round
|
||||||
|
|
@ -198,12 +201,11 @@ watch(currentStatus, async () => {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div
|
<div
|
||||||
class="row q-pa-md q-col-gutter-md col"
|
class="row q-pa-md q-col-gutter-md col scroll"
|
||||||
:class="{
|
:class="{
|
||||||
'justify-center': totalBranch === 0,
|
'justify-center': totalBranch === 0,
|
||||||
'items-center': totalBranch === 0,
|
'items-center': totalBranch === 0,
|
||||||
}"
|
}"
|
||||||
style="min-height: 350px"
|
|
||||||
>
|
>
|
||||||
<NoData v-if="totalBranch === 0" :not-found="!!inputSearch" />
|
<NoData v-if="totalBranch === 0" :not-found="!!inputSearch" />
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue