parent
0c2631883c
commit
5888f5c5d4
|
@ -33,7 +33,7 @@
|
||||||
sortable="custom"
|
sortable="custom"
|
||||||
:label="$t('api_test.automation.scenario_name')"
|
:label="$t('api_test.automation.scenario_name')"
|
||||||
show-overflow-tooltip
|
show-overflow-tooltip
|
||||||
min-width="100px"/>
|
min-width="120px"/>
|
||||||
<el-table-column prop="level"
|
<el-table-column prop="level"
|
||||||
sortable="custom"
|
sortable="custom"
|
||||||
column-key="level"
|
column-key="level"
|
||||||
|
@ -64,6 +64,7 @@
|
||||||
:filters="userFilters"
|
:filters="userFilters"
|
||||||
column-key="user_id"
|
column-key="user_id"
|
||||||
sortable="custom"
|
sortable="custom"
|
||||||
|
min-width="100px"
|
||||||
show-overflow-tooltip/>
|
show-overflow-tooltip/>
|
||||||
<el-table-column prop="updateTime" :label="$t('api_test.automation.update_time')" sortable="custom" width="180">
|
<el-table-column prop="updateTime" :label="$t('api_test.automation.update_time')" sortable="custom" width="180">
|
||||||
<template v-slot:default="scope">
|
<template v-slot:default="scope">
|
||||||
|
|
|
@ -197,7 +197,7 @@ html,body {
|
||||||
.ms-select-all-fixed th:nth-child(2) .el-icon-arrow-down {
|
.ms-select-all-fixed th:nth-child(2) .el-icon-arrow-down {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
top: -4px;
|
top: -9px;
|
||||||
left: -30px;
|
left: -30px;
|
||||||
width: 30px;
|
width: 30px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue