From 02c9740d61d1976f5c64fd0da36fe553772c5a18 Mon Sep 17 00:00:00 2001 From: Anderson Date: Tue, 27 Nov 2018 14:59:29 +0800 Subject: [PATCH] Update IntroduceRow.js Update Operational Effect card's contentHeight to 46. --- src/pages/Dashboard/IntroduceRow.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Dashboard/IntroduceRow.js b/src/pages/Dashboard/IntroduceRow.js index e8f763f3..7262826f 100755 --- a/src/pages/Dashboard/IntroduceRow.js +++ b/src/pages/Dashboard/IntroduceRow.js @@ -133,7 +133,7 @@ const IntroduceRow = memo(({ loading, visitData }) => ( } - contentHeight={26} + contentHeight={46} > -- GitLab