法规清单-项目清单-列表显示遮挡

This commit is contained in:
zeng yuneng
2022-12-02 14:56:45 +08:00
parent 73ce31a545
commit 46d962dd8a
@@ -1233,6 +1233,9 @@ export default {
this.xmztOptions = this.notProjectStatus
this.total = res.data.notMaintenance.total;
}
this.$nextTick(() => {
this.$refs.multipleTable.doLayout();
})
}, e => {
});
// this.$refs.selection.selectAll(false)
@@ -1266,6 +1269,9 @@ export default {
this.xmztOptions = this.notProjectStatus
this.total = res.data.notMaintenance.total;
}
this.$nextTick(() => {
this.$refs.multipleTable.doLayout();
})
}, e => {
});
// this.$refs.selection.selectAll(false)
@@ -1727,4 +1733,10 @@ export default {
}
}
}
/deep/ .el-table__fixed{
height:100% !important;
}
/deep/ .el-table__fixed-right{
height:100% !important;
}
</style>