fix(接口测试): 修复接口定义case列表运行环境表头换行以及文档页面中搜索行错位的问题 (#16132)
--bug=1015164 --user=宋天阳 【接口测试】接口文档页面-搜索操作错位&case列表-表头字段运行环境换行显示 https://www.tapd.cn/55049933/s/1207092 Co-authored-by: song-tianyang <tianyang.song@fit2cloud.com>
This commit is contained in:
parent
539220bb9c
commit
e12241bb45
|
@ -40,7 +40,7 @@
|
||||||
style="float: right;margin: 6px;font-size: 17px"/>
|
style="float: right;margin: 6px;font-size: 17px"/>
|
||||||
</el-row>
|
</el-row>
|
||||||
<el-row v-else
|
<el-row v-else
|
||||||
style="margin-top: 0px;position: fixed;float: right;margin-right: 0px;margin-left: 400px;top: 135px; right: 90px;">
|
style="margin-top: 0px;position: fixed;float: right;margin-right: 0px;margin-left: 400px;top: 90px; right: 40px;">
|
||||||
<el-select size="small" :placeholder="$t('api_test.definition.document.order')"
|
<el-select size="small" :placeholder="$t('api_test.definition.document.order')"
|
||||||
v-model="apiSearch.orderCondition" style="float: right;width: 180px;margin-right: 5px"
|
v-model="apiSearch.orderCondition" style="float: right;width: 180px;margin-right: 5px"
|
||||||
class="ms-api-header-select" @change="initApiDocSimpleList" clearable>
|
class="ms-api-header-select" @change="initApiDocSimpleList" clearable>
|
||||||
|
|
|
@ -173,6 +173,7 @@
|
||||||
:field="item"
|
:field="item"
|
||||||
:filters="environmentsFilters"
|
:filters="environmentsFilters"
|
||||||
:fields-width="fieldsWidth"
|
:fields-width="fieldsWidth"
|
||||||
|
min-width="100px"
|
||||||
:label="$t('commons.environment')"
|
:label="$t('commons.environment')"
|
||||||
>
|
>
|
||||||
</ms-table-column>
|
</ms-table-column>
|
||||||
|
|
Loading…
Reference in New Issue