AntDesignVue table列最小宽度

{
      title: '任务名称',
      dataIndex: 'title',
      ellipsis: true,
      customCell: () => {
        return {
          style: {
            'min-width': '160px',
          },
        };
      },
    },
posted @ 2020-12-01 12:06  刘兵博客  阅读(8347)  评论(0编辑  收藏  举报