ant design vue table 如何让文字居中

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

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

posted @ 2021-04-22 11:24  江咏之  阅读(1683)  评论(0编辑  收藏  举报