fix: product & service tab

This commit is contained in:
puriphatt 2024-07-05 06:26:24 +00:00
parent 56c226164d
commit 987155b2d9

View file

@ -1560,7 +1560,11 @@ watch(inputSearchProductAndService, async () => {
class="row justify-between items-center surface-1 rounded"
style="z-index: 1"
>
<q-tabs v-model="productAndServiceTab" dense>
<q-tabs
v-model="productAndServiceTab"
class="full-height"
style="border-top-left-radius: var(--radius-2)"
>
<q-tab
name="all"
@click="
@ -1662,7 +1666,7 @@ watch(inputSearchProductAndService, async () => {
</q-tab>
</q-tabs>
<div class="row">
<div class="row q-py-sm q-pr-md">
<q-input
style="width: 300px"
outlined