<div>
...
<el-table>
...
</el-table>
...
</div>
<style lang="scss" scoped>
div {
height: 100vh;
overflow: auto;
.el-table {
min-width: 1800px;
}
}
</style>
2023-12-27 19:08:09
<div>
...
<el-table>
...
</el-table>
...
</div>
<style lang="scss" scoped>
div {
height: 100vh;
overflow: auto;
.el-table {
min-width: 1800px;
}
}
</style>