1、將 .el-table 標簽css屬性中的
position: relative; width: 100%; max-width: 100%;
修改成
position: absolute; width: auto; max-width: none;
2、將 .el-table 父標簽添加css屬性
position: relative; overflow: auto;
tips:屬性更改是全局的,不要寫在scoped內。