diff --git a/src/pages/GlobalModalServices/modals/BridgeManage/components/BridgeAreaDistribution/index.tsx b/src/pages/GlobalModalServices/modals/BridgeManage/components/BridgeAreaDistribution/index.tsx
index 21c98b46f2c95cda63a052eceddc8b348ed02bd1..143a331268769f89a39c2d3b45c197b24c12e924 100644
--- a/src/pages/GlobalModalServices/modals/BridgeManage/components/BridgeAreaDistribution/index.tsx
+++ b/src/pages/GlobalModalServices/modals/BridgeManage/components/BridgeAreaDistribution/index.tsx
@@ -1,7 +1,7 @@
import services from '@/services';
import { convertUnits } from '@/utils/ui';
import { useRequest } from 'ahooks';
-import { Flex, Space } from 'antd';
+import { Flex } from 'antd';
import * as echarts from 'echarts';
import EChartsReact from 'echarts-for-react';
@@ -218,7 +218,7 @@ const BridgeAreaDistribution: React.FC = () => {
{title}
- {title === '道路区域分布' && (
+ {/* {title === '道路区域分布' && (
{tabs.map((tab) => (
{
))}
- )}
+ )} */}
单位:{unit}
diff --git a/src/pages/GlobalModalServices/modals/DifficultEvents/ProblemTendencyCard/option.ts b/src/pages/GlobalModalServices/modals/DifficultEvents/ProblemTendencyCard/option.ts
index 04e5cd9e2ad94ea95e5d24e81490ca5821ee6e46..518c62724d61a13ab705c09cbaa7b61f744a11c1 100644
--- a/src/pages/GlobalModalServices/modals/DifficultEvents/ProblemTendencyCard/option.ts
+++ b/src/pages/GlobalModalServices/modals/DifficultEvents/ProblemTendencyCard/option.ts
@@ -14,7 +14,7 @@ const option = {
left: '2%',
right: '2%',
bottom: '2%',
- top: '0%',
+ top: '40%',
containLabel: true,
},
legend: {
@@ -55,18 +55,12 @@ const option = {
yAxis: [
{
type: 'value',
- name: '件',
+ // name: '件',
min: 0,
interval: 10,
axisLabel: {
show: false,
},
- nameTextStyle: {
- align: 'left',
- color: '#CBEDFF',
- padding: [0, 0, 20, -20],
- fontSize: 16,
- },
splitLine: {
show: false,
},
diff --git a/src/pages/GlobalModalServices/modals/PipeGalleryDetail/components/MonitorInfo/index.tsx b/src/pages/GlobalModalServices/modals/PipeGalleryDetail/components/MonitorInfo/index.tsx
index e87954fc7208e89405298edb96cbea263a167428..fe7a3960b353607d9d97a9d2d388b0793e426f4e 100644
--- a/src/pages/GlobalModalServices/modals/PipeGalleryDetail/components/MonitorInfo/index.tsx
+++ b/src/pages/GlobalModalServices/modals/PipeGalleryDetail/components/MonitorInfo/index.tsx
@@ -55,7 +55,9 @@ const MonitorInfo: React.FC
= ({ metaData }) => {
unitStyle={commonUnitStyle}
/>