.table-fixed { /deep/ .el-table__fixed-right { height: 100% !important; //设置高优先,以覆盖内联样式 } /deep/ .el-table__fixed { height: 100% !important; //设置高优先,以覆盖内联样式 } }..._el-table右侧不对齐">
当前位置:   article > 正文

el-table 右侧固定布局fixed=“right“ 错位_el-table右侧不对齐

el-table右侧不对齐

在这里插入图片描述
解决方案:
在这里插入图片描述

<style lang="scss" scoped>
  .table-fixed {
    /deep/ .el-table__fixed-right {
      height: 100% !important; //设置高优先,以覆盖内联样式
    }
    /deep/ .el-table__fixed {
      height: 100% !important; //设置高优先,以覆盖内联样式
    }
  }
</style>
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10

还有的可能性:
1.el-table的标题换行了,或者表格内容换行了,导致错位
2.是不是把滚动条样式改了,导致错位

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Monodyee/article/detail/113570?site
推荐阅读
相关标签
  

闽ICP备14008679号