revert: 回退固定top的方式
This commit is contained in:
parent
ae3975145b
commit
f7cdcaf1f7
|
@ -432,9 +432,6 @@ export default {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/deep/ .el-table__fixed-body-wrapper {
|
|
||||||
top: 47px !important; /* 不同表格top值不一样 */
|
|
||||||
}
|
|
||||||
|
|
||||||
.table-card >>> .el-input__icon {
|
.table-card >>> .el-input__icon {
|
||||||
line-height: 23px;
|
line-height: 23px;
|
||||||
|
|
|
@ -550,8 +550,5 @@ export default {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/deep/ .el-table__fixed-body-wrapper {
|
|
||||||
top: 49px !important; /* 不同表格top值不一样 */
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue