update base-table add tooltip

This commit is contained in:
g7hoo 2022-09-08 08:48:21 +08:00
parent 1006ef0d6a
commit 04dc0bcc49
2 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,7 @@
<template>
<div></div>
<div class="cell-container">
</div>
</template>
<script>

View File

@ -31,7 +31,8 @@
:width="head.width || null"
:min-width="head.minWidth || null"
:fixed="head.fixed || null"
:show-overflow-tooltip="head.showOverflowTooltip || false"
:show-overflow-tooltip="head.showOverflowTooltip || true"
:tooltip-effect="head.tooltipEffect || 'light'"
filter-placement="top"
:align="head.align || null"
v-bind="head.more"