From 79e1455e4ba4f4a7d04a483dda1a354e53921a69 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 04 十一月 2020 19:04:14 +0800 Subject: [PATCH] 2020-11-04 --- src/tabviews/custom/components/chart/antv-pie/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tabviews/custom/components/chart/antv-pie/index.jsx b/src/tabviews/custom/components/chart/antv-pie/index.jsx index abe2143..873f630 100644 --- a/src/tabviews/custom/components/chart/antv-pie/index.jsx +++ b/src/tabviews/custom/components/chart/antv-pie/index.jsx @@ -456,7 +456,7 @@ <Spin /> </div> : null } - {showHeader ? <div className="chart-header"> + {showHeader ? <div className="chart-header" style={config.headerStyle}> <span className="chart-title">{title}</span> {/* <searchLine /> */} </div> : null} -- Gitblit v1.8.0