refactor(接口测试): 优化场景列表标签内容过长鼠标悬停提示
--bug=1012960 --user=赵勇 【接口测试】github#13222,V1.19.3接口自动化场景列表中的标签,鼠标悬停预期会有显示弹窗 https://www.tapd.cn/55049933/s/1152520
This commit is contained in:
parent
e1ef459d4b
commit
2e816595ed
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue