fixing cursor pointer style in row
This commit is contained in:
parent
bcf7414298
commit
0bb92c2081
1 changed files with 1 additions and 1 deletions
|
|
@ -386,7 +386,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
|
||||
v-if="
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue