1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 18:18:53 +08:00

add hideTooltip method to mixin

This commit is contained in:
lana-k
2021-01-28 17:11:21 +01:00
parent a8f49d9187
commit 6cf22cef09
7 changed files with 10 additions and 9 deletions

View File

@@ -43,9 +43,7 @@
</div>
</div>
</div>
<div
class="table-container" :style="{ 'max-height': `${maxTableHeight}px` }"
>
<div class="table-container" :style="{ 'max-height': `${maxTableHeight}px` }">
<table ref="table">
<tbody>
<tr
@@ -65,7 +63,7 @@
<div
class="badge"
@mouseover="showTooltip"
@mouseout="$set(tooltipStyle, 'visibility', 'hidden')"
@mouseout="hideTooltip"
>
Predefined
<span class="icon-tooltip" :style="tooltipStyle">