From 909bd92ee6fc12278dc57e5e991d27a2a1765140 Mon Sep 17 00:00:00 2001 From: lb Date: Thu, 11 Jan 2024 16:50:55 +0800 Subject: [PATCH] update --- src/components/Common/GasFlow/index.jsx | 5 ++++- src/components/Common/NatGasFlow/gasChart/index.jsx | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/components/Common/GasFlow/index.jsx b/src/components/Common/GasFlow/index.jsx index aa8af59..b6813cb 100644 --- a/src/components/Common/GasFlow/index.jsx +++ b/src/components/Common/GasFlow/index.jsx @@ -39,7 +39,10 @@ function GasI(props) {
{showChart && ( - + )} {!showChart && (
diff --git a/src/components/Common/NatGasFlow/gasChart/index.jsx b/src/components/Common/NatGasFlow/gasChart/index.jsx index 1abf954..6a642f6 100644 --- a/src/components/Common/NatGasFlow/gasChart/index.jsx +++ b/src/components/Common/NatGasFlow/gasChart/index.jsx @@ -13,11 +13,11 @@ function GasChart(props) { .sort() .map((key, index) => hisState?.[dataName][key]) : Array(dataSource == "gas-i" ? 8 : 4).fill(Array(7).fill(0)); - + return (