remove cursor pointer in row

This commit is contained in:
Warunee Tamkoo 2024-08-20 17:21:12 +07:00
parent e93722e3ea
commit 5db03b6d3d
15 changed files with 15 additions and 15 deletions

View file

@ -344,7 +344,7 @@ onMounted(() => {
</q-tr>
</template>
<template v-slot:body="props">
<q-tr :props="props" class="cursor-pointer">
<q-tr :props="props">
<q-td auto-width>
<q-btn
color="blue-6"

View file

@ -282,7 +282,7 @@ onMounted(() => {
</q-tr>
</template>
<template v-slot:body="props">
<q-tr :props="props" class="cursor-pointer">
<q-tr :props="props">
<q-td auto-width>
<q-btn
color="edit"