fix(接口测试): 断言原因列超出省略

This commit is contained in:
baiqi 2024-08-13 14:48:30 +08:00 committed by Craftsman
parent 02ce1eefe7
commit 595590b1b0
1 changed files with 1 additions and 1 deletions

View File

@ -174,7 +174,7 @@
@change="() => handleFormChange(record, rowIndex, item)"
>
</MsQuickInput>
<div v-else-if="item.inputType === 'text'" class="pl-[8px]">
<div v-else-if="item.inputType === 'text'" class="one-line-text pl-[8px]">
{{
typeof item.valueFormat === 'function'
? item.valueFormat(record)