updated layout registry

This commit is contained in:
Warunee Tamkoo 2024-03-12 15:51:47 +07:00
parent 08f0507abe
commit 4164b560eb
10 changed files with 320 additions and 310 deletions

View file

@ -183,11 +183,11 @@ function ocClikcHistory() {
}
</script>
<template>
<div class="row items-center q-gutter-sm">
<!-- <div class="row items-center q-gutter-sm">
<div class="toptitle text-dark row items-center q-py-xs">
นทกวนทไมไดบเงนเดอนฯ
</div>
</div>
</div> -->
<q-toolbar style="padding: 0px" class="text-primary">
<q-btn flat round dense icon="add" @click="onClickOpenDialog()">
<q-tooltip>เพ</q-tooltip>
@ -225,7 +225,7 @@ function ocClikcHistory() {
<q-btn-toggle
v-model="modelView"
toggle-color="grey-4"
class="no-shadow"
class="no-shadow toggle-borderd"
:options="[
{ value: 'table', slot: 'table' },
{ value: 'card', slot: 'card' },
@ -234,7 +234,7 @@ function ocClikcHistory() {
<template v-slot:table>
<q-icon
name="format_list_bulleted"
size="24px"
size="sm"
:style="{
color: modelView === 'table' ? '#787B7C' : '#C9D3DB',
}"
@ -243,7 +243,7 @@ function ocClikcHistory() {
<template v-slot:card>
<q-icon
name="mdi-view-grid-outline"
size="24px"
size="sm"
:style="{
color: modelView === 'card' ? '#787B7C' : '#C9D3DB',
}"