// 当没有滚动条的时候 
      :deep(.el-table__body-wrapper.is-scrolling-none~.el-table__fixed-right) {
        right: 0px !important;
      }
      // 当有滚动条的时候 默认偏移距离
      :deep(.el-table--scrollable-y .el-table__fixed-right) {
        right: 13px !important;
      }

 修改完
 
 不显示滚动条



















