refactor: request list => expansion responsive

This commit is contained in:
puriphatt 2024-11-26 11:33:35 +07:00
parent 313e5e3705
commit 46f4ac4184
3 changed files with 3 additions and 3 deletions

View file

@ -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"

View file

@ -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"

View file

@ -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"