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-bar-line/index.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/tabviews/custom/components/chart/antv-bar-line/index.jsx b/src/tabviews/custom/components/chart/antv-bar-line/index.jsx index 0d993cd..3ddb731 100644 --- a/src/tabviews/custom/components/chart/antv-bar-line/index.jsx +++ b/src/tabviews/custom/components/chart/antv-bar-line/index.jsx @@ -1039,7 +1039,7 @@ <Spin /> </div> : null } - {showHeader ? <div className="chart-header"> + {showHeader ? <div className="chart-header" style={config.headerStyle}> <span className="chart-title">{title}</span> {/* <searchLine /> */} {plot.datatype === 'statistics' && chartFields.length > 0 ? <Select -- Gitblit v1.8.0