src/tabviews/commontable/mainTable/index.jsx
@@ -160,7 +160,7 @@ <div className={match ? item.color : ''}> <div className="background"></div> <div className="content" style={{ minWidth: (item.Width || 120) + 'px' }}> <Paragraph copyable ellipsis={{ rows: 3, expandable: true }}>{content}</Paragraph> {content ? <Paragraph copyable ellipsis={{ rows: 3, expandable: true }}>{content}</Paragraph> : null } </div> </div> )