refactor: แก้ สี

This commit is contained in:
Net 2024-07-05 11:43:07 +07:00 committed by Methapon2001
parent 0107c3d3af
commit bcf6a4ceb6

View file

@ -50,7 +50,7 @@ const columns = [
{ {
name: 'telephoneNo', name: 'telephoneNo',
align: 'left', align: 'left',
label: 'formDialogTelephone', label: 'formDialogInputTelephone',
field: 'telephoneNo', field: 'telephoneNo',
}, },
{ {
@ -740,7 +740,6 @@ watch(locale, () => {
> >
<div class="col-6"> <div class="col-6">
<q-input <q-input
:bg-color="$q.dark.isActive ? '' : 'white'"
for="input-Search" for="input-Search"
style="width: 250px" style="width: 250px"
:label-color="$q.dark.isActive ? 'white' : 'grey-10'" :label-color="$q.dark.isActive ? 'white' : 'grey-10'"
@ -754,7 +753,7 @@ watch(locale, () => {
<div class="col-6 row q-gutter-x-sm justify-end text-right"> <div class="col-6 row q-gutter-x-sm justify-end text-right">
<q-btn-dropdown <q-btn-dropdown
class="bordered rounded surface-1 q-pl-md" class="bordered rounded surface-1"
dense dense
unelevated unelevated
:label="labelBtnStatus" :label="labelBtnStatus"
@ -863,8 +862,8 @@ watch(locale, () => {
v-model="modeView" v-model="modeView"
id="btn-mode" id="btn-mode"
dense dense
class="no-shadow bordered rounded" class="no-shadow bordered rounded surface-1"
:toggle-color="$q.dark.isActive ? 'grey-9' : 'white'" :toggle-color="$q.dark.isActive ? 'grey-9' : 'grey-2'"
size="xs" size="xs"
:options="[ :options="[
{ value: true, slot: 'folder' }, { value: true, slot: 'folder' },