fix(接口场景): 接口场景数据多个页签时表格气泡会重叠
--bug=1004931 --user=宋天阳 【接口测试-接口自动化】添加多于一个标签后表格页面显示气泡弹窗内容重叠
This commit is contained in:
parent
2219e6960c
commit
04d982d6b7
|
@ -106,6 +106,7 @@
|
||||||
:field="item"
|
:field="item"
|
||||||
:fields-width="fieldsWidth"
|
:fields-width="fieldsWidth"
|
||||||
min-width="120px"
|
min-width="120px"
|
||||||
|
:showOverflowTooltip="false"
|
||||||
:label="$t('api_test.automation.tag')">
|
:label="$t('api_test.automation.tag')">
|
||||||
<template v-slot:default="scope">
|
<template v-slot:default="scope">
|
||||||
<ms-tag v-for="(itemName,index) in scope.row.tags" :key="index" type="success" effect="plain"
|
<ms-tag v-for="(itemName,index) in scope.row.tags" :key="index" type="success" effect="plain"
|
||||||
|
|
Loading…
Reference in New Issue