refactor: request list => expansion responsive
This commit is contained in:
parent
313e5e3705
commit
46f4ac4184
3 changed files with 3 additions and 3 deletions
|
|
@ -226,7 +226,7 @@ function changeCustomerTab(opts: { tab: 'customer' | 'employee' }) {
|
|||
<template>
|
||||
<q-expansion-item
|
||||
dense
|
||||
class="overflow-hidden bordered"
|
||||
class="overflow-hidden bordered full-width"
|
||||
switch-toggle-side
|
||||
style="border-radius: var(--radius-2)"
|
||||
expand-icon="mdi-chevron-down-circle"
|
||||
|
|
|
|||
|
|
@ -72,7 +72,7 @@ function assignToForm() {
|
|||
<template>
|
||||
<q-expansion-item
|
||||
dense
|
||||
class="overflow-hidden bordered q-my-sm"
|
||||
class="overflow-hidden bordered q-my-sm full-width"
|
||||
switch-toggle-side
|
||||
style="border-radius: var(--radius-2)"
|
||||
expand-icon="mdi-chevron-down-circle"
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@ defineEmits<{
|
|||
<template>
|
||||
<q-expansion-item
|
||||
dense
|
||||
class="overflow-hidden bordered"
|
||||
class="overflow-hidden bordered full-width"
|
||||
switch-toggle-side
|
||||
style="border-radius: var(--radius-2)"
|
||||
expand-icon="mdi-chevron-down-circle"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue