king
2020-03-04 96455706619a0a2a96a836714e106f4c7a3bfd40
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>
      )