Browse Source

refactor: place tooltip to bottom

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/3157/head
Raju Udava 2 years ago
parent
commit
7eee3ae7e1
  1. 2
      packages/nc-gui-v2/components/smartsheet/sidebar/toolbar/DebugMeta.vue
  2. 2
      packages/nc-gui-v2/components/smartsheet/sidebar/toolbar/DeleteCache.vue
  3. 2
      packages/nc-gui-v2/components/smartsheet/sidebar/toolbar/ExportCache.vue

2
packages/nc-gui-v2/components/smartsheet/sidebar/toolbar/DebugMeta.vue

@ -11,7 +11,7 @@ const localTables = tables.value.filter((t) => metas[t.id as string])
</script>
<template>
<a-tooltip>
<a-tooltip placement="bottom">
<template #title>
<span> Debug Meta </span>
</template>

2
packages/nc-gui-v2/components/smartsheet/sidebar/toolbar/DeleteCache.vue

@ -13,7 +13,7 @@ async function deleteCache() {
</script>
<template>
<a-tooltip>
<a-tooltip placement="bottom">
<template #title>
<span> Delete Cache </span>
</template>

2
packages/nc-gui-v2/components/smartsheet/sidebar/toolbar/ExportCache.vue

@ -24,7 +24,7 @@ async function exportCache() {
<template>
<!-- Export Cache -->
<a-tooltip>
<a-tooltip placement="bottom">
<template #title>
<span> Export Cache </span>
</template>

Loading…
Cancel
Save