fix: product & service tab
This commit is contained in:
parent
56c226164d
commit
987155b2d9
1 changed files with 6 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue