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