diff --git a/src/pages/NewHome/NewRightContent/IndustryOperationV4/components/MunicipalFacilities/index.less b/src/pages/NewHome/NewRightContent/IndustryOperationV4/components/MunicipalFacilities/index.less index 18093661a4a5c9cc6355f1492b2a1e4b3375849d..7482b6fc9859b15716931003f7f73bfa4df5415e 100644 --- a/src/pages/NewHome/NewRightContent/IndustryOperationV4/components/MunicipalFacilities/index.less +++ b/src/pages/NewHome/NewRightContent/IndustryOperationV4/components/MunicipalFacilities/index.less @@ -7,12 +7,6 @@ align-items: center; gap: 20px; - // .descriptionWrapper { - // :global(.verticalWrap) { - // gap: 200px !important; - // } - // } - &:last-child { margin-bottom: 0; } diff --git a/src/pages/NewHome/NewRightContent/IndustryOperationV4/components/MunicipalFacilities/index.tsx b/src/pages/NewHome/NewRightContent/IndustryOperationV4/components/MunicipalFacilities/index.tsx index db7419526468fdb5a046239e052a3e385e4b324c..b1be0b69dfae6baad722a9242322e89447f762f5 100644 --- a/src/pages/NewHome/NewRightContent/IndustryOperationV4/components/MunicipalFacilities/index.tsx +++ b/src/pages/NewHome/NewRightContent/IndustryOperationV4/components/MunicipalFacilities/index.tsx @@ -23,6 +23,7 @@ const MunicipalFacilities: React.FC = () => { color: '#BCCEE9', fontSize: '16px', fontWeight: 400, + marginTop: '-8px',// 添加这行来缩短间距 }; const commonUnitStyle = { @@ -32,10 +33,10 @@ const MunicipalFacilities: React.FC = () => { const commonStyle = { marginTop: '-14px', - padding: '0px 0 0 0px', + // padding: '0px 0 0 0px', // width: '100px', - height: '20px' - } + // height: '20px', + }; const handleBridgeClick = () => { dispatch.push('BridgeManage', { @@ -62,41 +63,41 @@ const MunicipalFacilities: React.FC = () => {
- - - { - dispatch.push('BridgeMaintenanceList'); - }} - /> + + + { + dispatch.push('BridgeMaintenanceList'); + }} + />
@@ -110,29 +111,29 @@ const MunicipalFacilities: React.FC = () => {
- { - dispatch.push('PipelinePassage'); - }} - /> - + { + dispatch.push('PipelinePassage'); + }} + /> +
diff --git a/src/pages/NewHome/NewRightContent/IndustryOperationV4/components/WasteDisposal/index.tsx b/src/pages/NewHome/NewRightContent/IndustryOperationV4/components/WasteDisposal/index.tsx index 04f55960859d60ad9da2a155f631b42d8e1b0548..6a25c75e759b31b39f175b5b8109c9306149db4f 100644 --- a/src/pages/NewHome/NewRightContent/IndustryOperationV4/components/WasteDisposal/index.tsx +++ b/src/pages/NewHome/NewRightContent/IndustryOperationV4/components/WasteDisposal/index.tsx @@ -24,6 +24,7 @@ const WasteDisposal: React.FC = () => { color: '#BCCEE9', fontSize: '16px', fontWeight: 400, + marginTop: '-8px',// 添加这行来缩短间距 }; const commonUnitStyle = {