宽度设置百分比的话,设置width是没用,需要设置min-width;

1        <el-table-column
2             prop="date"
3             label="日期"
4             min-width="12%">
5           </el-table-column>

原文链接:https://blog.csdn.net/qq_32563571/article/details/82683909

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-09-18
  • 2021-08-08
  • 2022-12-23
  • 2021-11-28
  • 2021-08-02
  • 2022-12-23
猜你喜欢
  • 2021-05-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-30
  • 2022-12-23
  • 2021-11-04
相关资源
相似解决方案