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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user