@sy-common/ellipsis-tip-card
v1.0.0-beta.7
Published
columns.push({ title:"案件快报对象",key: 'esCbbsiBulletinEntityObj', minWidth: 150, align: 'center', render: (h, params) => { return ( <TipContent content={params.row.esCbbsiBulletinEntityObj}> <div> <h3>标题1</h3
Downloads
259
Readme
columns.push({ title:"案件快报对象",key: 'esCbbsiBulletinEntityObj', minWidth: 150, align: 'center',
render: (h, params) => {
return (
<TipContent content={params.row.esCbbsiBulletinEntityObj}>
<div>
<h3>标题1</h3>
<div>内容详情内容详情内容详情内容详情内容详情内容详情</div>
<h3>标题1</h3>
<div>内容详情内容详情内容详情内容详情内容详情内容详情</div>
<h3>标题1</h3>
<div>内容详情内容详情内容详情内容详情内容详情内容详情</div>
</div>
</TipContent>
)
}
})