fix: pointer cursor on top of tree

This commit is contained in:
oat 2023-12-08 10:04:54 +07:00
parent 27c2353aa4
commit fa25b01164

View file

@ -74,11 +74,11 @@ onMounted(async () => {
<div class="col-12 col-md-3"> <div class="col-12 col-md-3">
<div class="bg-white rounded-borders shadow-5"> <div class="bg-white rounded-borders shadow-5">
<div <div
class="q-px-md q-py-sm text-primary bg-grey-1 pointer row justify-between items-center" class="q-px-md q-py-sm text-primary bg-grey-1 row justify-between items-center"
id="container-header" id="container-header"
> >
<span <span
class="block q-my-sm text-weight-bold" class="block q-my-sm text-weight-bold pointer"
@click=" @click="
() => { () => {
currentPath = '' currentPath = ''