tabs加tooltip

This commit is contained in:
zhuangxinwei
2022-09-30 13:23:45 +08:00
parent 08bc80ecef
commit ff7e9905d9
2 changed files with 6 additions and 0 deletions
@@ -54,6 +54,9 @@
:label="item"
:value="item"
:name="item">
<el-tooltip slot="label" effect="dark" :content="item" placement="bottom-start">
<span>{{ item }}</span>
</el-tooltip>
</el-tab-pane>
</el-tabs>
<el-table
@@ -54,6 +54,9 @@
:label="item"
:value="item"
:name="item">
<el-tooltip slot="label" effect="dark" :content="item" placement="bottom-start">
<span>{{ item }}</span>
</el-tooltip>
</el-tab-pane>
</el-tabs>
<el-table