列表 内容溢出设置...
const columns = [
{
title: "序号",
dataIndex: "index",
key: "index",
align: "center",
customRender: (text, record, index) => `${index + 1}`,
width: "4%",
ellipsis: true,
},
主要就是设置宽度width: "4%",还有ellipsis: true,


浙公网安备 33010602011771号