iview表格固定后滚动条无法拖动的解决办法

业务需求中 要将前三列冻结,冻结以后 下面的滚动条不能拖动了
下面是解决方法,在app.vue设置这两个属性就ok了

.ivu-table-fixed{
    
    
    margin-bottom: 10px!important;
    height: auto!important;
}

在这里插入图片描述

猜你喜欢

转载自blog.csdn.net/weixin_42821697/article/details/123906963
今日推荐