在backend/views/layouts/main.php文件中加上
<style>
.freeze-table{
overflow-x: scroll;
}
table{
white-space:nowrap;
overflow-x: scroll;
}
</style>

发表回复