revert: 回退固定top的方式

This commit is contained in:
CaptainB 2022-03-27 17:26:57 +08:00 committed by 刘瑞斌
parent ae3975145b
commit f7cdcaf1f7
2 changed files with 0 additions and 6 deletions

View File

@ -432,9 +432,6 @@ export default {
width: 100%;
}
/deep/ .el-table__fixed-body-wrapper {
top: 47px !important; /* 不同表格top值不一样 */
}
.table-card >>> .el-input__icon {
line-height: 23px;

View File

@ -550,8 +550,5 @@ export default {
margin-bottom: 10px;
}
/deep/ .el-table__fixed-body-wrapper {
top: 49px !important; /* 不同表格top值不一样 */
}
</style>