fix: 测试计划接口测试列表错位
This commit is contained in:
parent
a2ea71614f
commit
d65a0a3b7b
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue