/deep/.el-table__body-wrapper {
width:100%!important;
overflow:auto!important;
-webkit-overflow-scrolling:touch!important;//使滚动可以平滑
overscroll-behavior-x:none!important;// 只给了x轴加了
}
/deep/.el-table__body-wrapper {
width:100%!important;
overflow:auto!important;
-webkit-overflow-scrolling:touch!important;//使滚动可以平滑
overscroll-behavior-x:none!important;// 只给了x轴加了
}