JiangZiChen
const columns = [
      {
        title: \'活动标题\',
        dataIndex: \'title\',
        key: \'title\',
        align: \'center\'    // 设置文本居中的属性
      },
      {
        title: \'编辑时间\',
        dataIndex: \'createTime\',
        key: \'createTime\',
        align: \'center\'
      },
    ];

想要让内容居中需要在columns中设置,希望对你有帮助

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-12-04
  • 2022-12-23
  • 2021-10-19
  • 2021-12-05
  • 2021-11-07
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-03-05
  • 2022-12-23
  • 2021-11-07
  • 2022-12-23
  • 2023-01-29
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案