style(接口测试): 定义-case表格-更新人和创建人样式

--bug=1046338 --user=吕梦园
https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001046338
--bug=1046339 --user=吕梦园
https://www.tapd.cn/55049933/bugtrace/bugs/view/1155049933001046339
This commit is contained in:
teukkk 2024-09-13 18:44:31 +08:00 committed by Craftsman
parent d1faf09e47
commit 433bb5085a
1 changed files with 3 additions and 4 deletions

View File

@ -112,8 +112,8 @@
<apiStatus :status="filterContent.value" />
</template>
<template #createName="{ record }">
<a-tooltip :content="`${record.createName}`" position="tl">
<div class="one-line-text">{{ characterLimit(record.createName) }}</div>
<a-tooltip :content="`${record.createName}`" position="tr">
<div class="one-line-text">{{ record.createName }}</div>
</a-tooltip>
</template>
<template #[FilterSlotNameEnum.API_TEST_CASE_API_LAST_EXECUTE_STATUS]="{ filterContent }">
@ -530,7 +530,7 @@
},
{
title: 'case.tableColumnUpdateUser',
dataIndex: 'updateUser',
dataIndex: 'updateName',
showInTable: false,
showTooltip: true,
width: 180,
@ -561,7 +561,6 @@
placeholderText: t('caseManagement.featureCase.PleaseSelect'),
},
showInTable: true,
showTooltip: true,
width: 180,
showDrag: true,
},