1
0
mirror of https://github.com/lana-k/sqliteviz.git synced 2025-12-06 18:18:53 +08:00
This commit is contained in:
lana-k
2021-04-27 22:51:36 +02:00
parent 35baaf2722
commit 9ed53e0d25
13 changed files with 105 additions and 25 deletions

View File

@@ -15,10 +15,10 @@
d="M10.5 1.5H4.5C3.675 1.5 3 2.175 3 3V15C3 15.825 3.675 16.5 4.5 16.5H13.5C14.325 16.5 15 15.825 15 15V6L10.5 1.5ZM13.5 15H4.5V3H9.75V6.75H13.5V15ZM12 8.25V13.575L10.425 12L8.325 14.1L6.225 12L8.325 9.9L6.675 8.25H12Z"
fill="#A2B1C6"
/>
</svg>
<span class="icon-tooltip" :style="tooltipStyle">
Export query to file
</span>
</svg>
<span class="icon-tooltip" :style="tooltipStyle">
{{ tooltip }}
</span>
</span>
</template>
@@ -27,14 +27,16 @@ import tooltipMixin from '@/mixins/tooltips'
export default {
name: 'ExportIcon',
mixins: [tooltipMixin]
mixins: [tooltipMixin],
props: ['tooltip']
}
</script>
<style scoped>
.icon {
vertical-align: middle;
display: block;
margin: 0 12px;
cursor: pointer;
}
.icon:hover path {