打开APP
userphoto
未登录

开通VIP,畅享免费电子书等14项超值服

开通VIP
隐藏滚动条

  <div class="scrollstyle"></div>  

  <el-table></el-table>


   .scrollstyle, /deep/.el-table__body-wrapper{
        overflow:auto;
        -ms-overflow-style: none;//IE
        scrollbar-width: none;//火狐
        scrollbar-color: transparent transparent;
        &::-webkit-scrollbar{width: 0;height:0;}//chrome 和Safari
    }
    /deep/.el-table th.gutter{width: 0;}
    /deep/.el-table colgroup col[name='gutter']{width: 0;}
    /deep/.el-table__body{width: 100% !important;} //el-table 纵向滚动条 隐藏后占宽度
    /deep/.el-table__fixed-right-patch{width: 0 !important;}
    /deep/.el-table__fixed-right{right:1px !important;}


div隐藏滚动条 红色部分

  .scrollstyle{
        overflow:auto;
        -ms-overflow-style: none;//IE
        scrollbar-width: none;//火狐
        scrollbar-color: transparent transparent;
        &::-webkit-scrollbar{width: 0;height:0;}//chrome 和Safari
    }

el-table 无固定列  蓝色部分

    /deep/.el-table__body-wrapper{
        overflow:auto;
        -ms-overflow-style: none;//IE
        scrollbar-width: none;//火狐
        scrollbar-color: transparent transparent;
        &::-webkit-scrollbar{width: 0;height:0;}//chrome 和Safari
    }
    /deep/.el-table th.gutter{width: 0;}
    /deep/.el-table colgroup col[name='gutter']{width: 0;}
    /deep/.el-table__body{width: 100% !important;} //el-table 纵向滚动条 隐藏后占宽度

el-table 右侧有固定列 蓝色部分+下面两行

    /deep/.el-table__fixed-right-patch{width: 0 !important;}
    /deep/.el-table__fixed-right{right:1px !important;}  //右侧
距离可根据实际情况修改

本站仅提供存储服务,所有内容均由用户发布,如发现有害或侵权内容,请点击举报
打开APP,阅读全文并永久保存 查看更多类似文章
猜你喜欢
类似文章
【热】打开小程序,算一算2024你的财运
各种滑动边框代码(1)
各种滚动条演示与代码(三)
滚动条制作效果代码
滚动拉条代码
手动滚动边框代码(3)
滚动条样式及代码
更多类似文章 >>
生活服务
热点新闻
分享 收藏 导长图 关注 下载文章
绑定账号成功
后续可登录账号畅享VIP特权!
如果VIP功能使用有故障,
可点击这里联系客服!

联系客服