fix: 03 customerInfo scroll

This commit is contained in:
puriphatt 2024-07-24 02:04:47 +00:00
parent 9b8f0b1139
commit 9e6a9405b2

View file

@ -87,10 +87,13 @@ watch(currentStatus, async () => {
<template>
<div
class="bordered surface-1 col column surface-2 rounded"
class="bordered surface-1 col column surface-2 rounded no-wrap"
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">
<q-btn
round
@ -198,12 +201,11 @@ watch(currentStatus, async () => {
</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="{
'justify-center': totalBranch === 0,
'items-center': totalBranch === 0,
}"
style="min-height: 350px"
>
<NoData v-if="totalBranch === 0" :not-found="!!inputSearch" />