From 96455706619a0a2a96a836714e106f4c7a3bfd40 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 04 三月 2020 13:18:26 +0800 Subject: [PATCH] 2020-03-04 --- src/tabviews/commontable/mainTable/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tabviews/commontable/mainTable/index.jsx b/src/tabviews/commontable/mainTable/index.jsx index edca5f5..3fd499f 100644 --- a/src/tabviews/commontable/mainTable/index.jsx +++ b/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> ) -- Gitblit v1.8.0