updated style & layout

This commit is contained in:
Warunee Tamkoo 2024-08-16 17:52:04 +07:00
parent 78310f1d3e
commit 2a1e85f720
33 changed files with 344 additions and 451 deletions

View file

@ -284,7 +284,6 @@ onMounted(() => {
flat
round
color="red"
size="14px"
icon="mdi-delete "
@click.pervent="onClickDelete(props.row.id)"
>

View file

@ -416,14 +416,7 @@ onMounted(async () => {
</div>
</q-td>
<q-td auto-width>
<q-btn
flat
round
color="grey"
@click.stop
size="14px"
icon="more_vert"
>
<q-btn flat round color="grey" @click.stop icon="more_vert">
<q-menu>
<q-list style="min-width: 180px">
<q-item
@ -438,7 +431,7 @@ onMounted(async () => {
>
<q-tooltip>แกไขขอม</q-tooltip>
<q-icon
color="primary"
color="edit"
size="xs"
name="mdi-pencil-outline"
/>

View file

@ -451,14 +451,7 @@ onMounted(async () => {
</div>
</q-td>
<q-td auto-width>
<q-btn
flat
round
color="grey"
@click.stop
size="14px"
icon="more_vert"
>
<q-btn flat round color="grey" @click.stop icon="more_vert">
<q-menu>
<q-list style="min-width: 180px">
<q-item
@ -473,7 +466,7 @@ onMounted(async () => {
>
<q-tooltip>แกไขขอม</q-tooltip>
<q-icon
color="primary"
color="edit"
size="xs"
name="mdi-pencil-outline"
/>