页面:

<a-table :scroll={x:200} :locale="{emptyText: '暂无数据'}" :columns="columns"
     :dataSource="dataTable" :pagination="false">
  ···
</a-table>

 

css:

/deep/ .ant-table-body {  //样式穿透
      overflow-x: auto !important;
}

 

相关文章:

  • 2021-11-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-23
  • 2022-12-23
猜你喜欢
  • 2021-10-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-25
  • 2021-07-12
相关资源
相似解决方案