fix: 页面合并后出现的全选箭头位置不对的问题

修复页面合并后出现的全选箭头位置不对的问题
This commit is contained in:
song.tianyang 2021-01-26 11:34:17 +08:00
parent 0c2631883c
commit 5888f5c5d4
2 changed files with 3 additions and 2 deletions

View File

@ -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">

View File

@ -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;
}