element-ui的table 在页面缩放时,出现的问题会错位

解决方法:

aap.vue中加入(我的表格有border属性)
 .el-table--border th.gutter:last-of-type {
 display: block!important; width: 17px!important;
 }

https://blog.csdn.net/NewDayStudy/article/details/97887917

相关文章:

  • 2022-12-23
  • 2021-12-14
  • 2022-12-23
  • 2021-06-30
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-15
猜你喜欢
  • 2021-05-16
  • 2021-04-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-04-25
  • 2021-07-15
相关资源
相似解决方案