|
|
@ -217,14 +217,11 @@ const isTableOpened = computed(() => { |
|
|
|
(isUIAllowed('tableRename', { roles: projectRole }) || isUIAllowed('tableDelete', { roles: projectRole })) |
|
|
|
(isUIAllowed('tableRename', { roles: projectRole }) || isUIAllowed('tableDelete', { roles: projectRole })) |
|
|
|
" |
|
|
|
" |
|
|
|
:trigger="['click']" |
|
|
|
:trigger="['click']" |
|
|
|
|
|
|
|
class="nc-sidebar-node-btn" |
|
|
|
@click.stop |
|
|
|
@click.stop |
|
|
|
> |
|
|
|
> |
|
|
|
<MdiDotsHorizontal |
|
|
|
<MdiDotsHorizontal |
|
|
|
class="min-w-5.75 min-h-5.75 mt-0.2 mr-0.25 px-0.5 transition-opacity opacity-0 group-hover:opacity-100 nc-tbl-context-menu outline-0 rounded-md hover:(bg-gray-500 bg-opacity-15 !text-black)" |
|
|
|
class="min-w-5.75 min-h-5.75 mt-0.2 mr-0.25 px-0.5 !text-gray-600 transition-opacity opacity-0 group-hover:opacity-100 nc-tbl-context-menu outline-0 rounded-md hover:(bg-gray-500 bg-opacity-15 !text-black)" |
|
|
|
:class="{ |
|
|
|
|
|
|
|
'!text-gray-600': openedTableId !== table.id, |
|
|
|
|
|
|
|
'!text-black': openedTableId === table.id, |
|
|
|
|
|
|
|
}" |
|
|
|
|
|
|
|
/> |
|
|
|
/> |
|
|
|
|
|
|
|
|
|
|
|
<template #overlay> |
|
|
|
<template #overlay> |
|
|
|