fix: 测试计划接口测试列表错位

This commit is contained in:
chenjianxing 2021-04-23 10:40:31 +08:00 committed by jianxing
parent a2ea71614f
commit d65a0a3b7b
1 changed files with 6 additions and 2 deletions

View File

@ -486,7 +486,11 @@ export default {
/deep/ .el-drawer__header {
margin-bottom: 0px;
}
/deep/ .el-table__fixed-body-wrapper {
top: 59px !important;
.ms-select-all-fixed >>> th:nth-child(2) .el-icon-arrow-down {
top: -3px;
}
/*/deep/ .el-table__fixed-body-wrapper {*/
/* top: 59px !important;*/
/*}*/
</style>