refactor(接口测试): 优化场景列表标签内容过长鼠标悬停提示

--bug=1012960 --user=赵勇 【接口测试】github#13222,V1.19.3接口自动化场景列表中的标签,鼠标悬停预期会有显示弹窗 https://www.tapd.cn/55049933/s/1152520
This commit is contained in:
fit2-zhao 2022-05-05 10:32:51 +08:00 committed by 刘瑞斌
parent e1ef459d4b
commit 2e816595ed
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@
<template v-slot:default="scope">
<ms-tag v-for="(itemName,index) in scope.row.tags" :key="index" type="success" effect="plain"
:content="itemName" :show-tooltip="scope.row.tags.length===1&&itemName.length*12<=120"
tooltip style="margin-left: 0px; margin-right: 2px"/>
:showTooltip="true" style="margin-left: 0px; margin-right: 2px"/>
<span/>
</template>
</ms-table-column>