diff --git a/src/pages/GlobalModalServices/modals/DataGovernance/components/CenterStats/index.css b/src/pages/GlobalModalServices/modals/DataGovernance/components/CenterStats/index.css index 6625d525608f5120942c2f8d41e918e4085ec3c6..77eac6ae393b7975922555d26a32f49c813e61bd 100644 --- a/src/pages/GlobalModalServices/modals/DataGovernance/components/CenterStats/index.css +++ b/src/pages/GlobalModalServices/modals/DataGovernance/components/CenterStats/index.css @@ -5,13 +5,14 @@ .container .totalSection { text-align: center; position: relative; + font-family: 'DingTalk JinBuTi'; } .container .totalSection .totalRow { display: flex; align-items: center; justify-content: center; gap: 12px; - margin-bottom: 20px; + margin-bottom: 4px; } .container .totalSection .totalRow .totalTitle { color: #E4EDFF; @@ -28,7 +29,7 @@ font-weight: 400; line-height: normal; font-size: 70px; - font-family: D-DIN; + font-family: 'DingTalk JinBuTi'; } .container .totalSection .totalRow .unit { color: #E4EDFF; @@ -45,12 +46,13 @@ color: #FFFFFF; font-size: 18px; font-weight: 400; + font-family: 'DingTalk JinBuTi'; } .container .totalSection .newData :global .ant-statistic .ant-statistic-content { color: #09C35C; font-size: 20px; font-weight: 400; - font-family: DINAlternate-Bold; + font-family: 'DingTalk JinBuTi'; } .container .totalSection .newData .unit { color: #FFFFFF; @@ -75,8 +77,6 @@ position: relative; display: flex; justify-content: center; - gap: 40px; - margin-bottom: -67px; } .container .dataTypeSection .circleContainer .dataTypeItem { text-align: center; @@ -137,19 +137,21 @@ display: flex; align-items: center; gap: 4px; - margin-bottom: 4px; + margin-top: 10px; } .container .dataTypeSection .circleContainer .dataTypeItem .circle .innerCircle .valueRow :global .ant-statistic .ant-statistic-content { color: #FFFFFF; - font-size: 22px; + font-size: 42px; font-weight: 700; - font-family: DINAlternate-Bold; + font-family: 'D-DIN'; } .container .dataTypeSection .circleContainer .dataTypeItem .circle .innerCircle .valueRow .unit { + margin-top: 14px; color: #FFFFFF; font-size: 14px; } .container .dataTypeSection .circleContainer .dataTypeItem .circle .innerCircle .label { + margin-top: -10px; color: #FFFFFF; font-size: 22px; font-weight: 700; diff --git a/src/pages/GlobalModalServices/modals/DataGovernance/components/CenterStats/index.less b/src/pages/GlobalModalServices/modals/DataGovernance/components/CenterStats/index.less index ce7e83de142569ea95fd1202ebafb50fa41211e9..e0a814a6a91348bf8a50c5908bd8c90f0ee0721e 100644 --- a/src/pages/GlobalModalServices/modals/DataGovernance/components/CenterStats/index.less +++ b/src/pages/GlobalModalServices/modals/DataGovernance/components/CenterStats/index.less @@ -22,13 +22,14 @@ // rgba(81, 171, 255, 0) 100% // ); // } + font-family: 'DingTalk JinBuTi'; .totalRow { display: flex; align-items: center; justify-content: center; gap: 12px; - margin-bottom: 20px; + margin-bottom: 4px; .totalTitle { color: #E4EDFF; @@ -54,12 +55,8 @@ background-clip: text; font-weight: 400; line-height: normal; - font-size: 70px; - font-family: D-DIN; - // color: #00E1FF; - // font-size: 48px; - // font-weight: 700; - // font-family: DINAlternate-Bold; + font-size: 70px; + font-family: 'DingTalk JinBuTi'; } } } @@ -81,6 +78,7 @@ color: #FFFFFF; font-size: 18px; font-weight: 400; + font-family: 'DingTalk JinBuTi'; } :global { @@ -89,7 +87,7 @@ color: #09C35C; font-size: 20px; font-weight: 400; - font-family: DINAlternate-Bold; + font-family: 'DingTalk JinBuTi'; } } } @@ -125,8 +123,8 @@ position: relative; display: flex; justify-content: center; - gap: 40px; - margin-bottom: -67px; // 让圆形位于椭圆中间 + // gap: 40px; + // margin-bottom: -67px; // 让圆形位于椭圆中间 .dataTypeItem { text-align: center; @@ -189,26 +187,28 @@ display: flex; align-items: center; gap: 4px; - margin-bottom: 4px; + margin-top: 10px; :global { .ant-statistic { .ant-statistic-content { color: #FFFFFF; - font-size: 22px; + font-size: 42px; font-weight: 700; - font-family: DINAlternate-Bold; + font-family: 'D-DIN'; } } } .unit { + margin-top: 14px; color: #FFFFFF; font-size: 14px; } } .label { + margin-top: -10px; color: #FFFFFF; font-size: 22px; font-weight: 700; diff --git a/src/pages/GlobalModalServices/modals/DataGovernance/components/DataActivityCard/index.css b/src/pages/GlobalModalServices/modals/DataGovernance/components/DataActivityCard/index.css index 64c0ec85c332d2d2ab39da51372c2238a16d7573..512abbad899f95ed46d7278d3ec03d0865c32237 100644 --- a/src/pages/GlobalModalServices/modals/DataGovernance/components/DataActivityCard/index.css +++ b/src/pages/GlobalModalServices/modals/DataGovernance/components/DataActivityCard/index.css @@ -9,6 +9,7 @@ color: #E4EDFF; font-size: 30px; font-weight: 400; + font-family: 'DingTalk JinBuTi'; } .container .scoreSection { display: flex; @@ -60,6 +61,7 @@ font-size: 22px; font-weight: 400; margin-bottom: 20px; + font-family: 'DingTalk JinBuTi'; } .container .topSection .topItem { margin-bottom: 15px; @@ -93,7 +95,7 @@ .container .topSection .topItem .progressBar .progressValue { position: absolute; right: 0; - top: -20px; + top: -29px; color: #BCCEE9; font-size: 14px; } diff --git a/src/pages/GlobalModalServices/modals/DataGovernance/components/DataActivityCard/index.less b/src/pages/GlobalModalServices/modals/DataGovernance/components/DataActivityCard/index.less index 5a833502a033ceb0266d732db1d636150f3b8b1c..f4502af851b5313a41d038e0d7c353e6ab4b330c 100644 --- a/src/pages/GlobalModalServices/modals/DataGovernance/components/DataActivityCard/index.less +++ b/src/pages/GlobalModalServices/modals/DataGovernance/components/DataActivityCard/index.less @@ -9,6 +9,7 @@ color: #E4EDFF; font-size: 30px; font-weight: 400; + font-family: 'DingTalk JinBuTi'; // margin-bottom: 30px; } @@ -72,6 +73,7 @@ font-size: 22px; font-weight: 400; margin-bottom: 20px; + font-family: 'DingTalk JinBuTi'; } .topItem { @@ -109,7 +111,7 @@ .progressValue { position: absolute; right: 0; - top: -20px; + top: -29px; color: #BCCEE9; font-size: 14px; } diff --git a/src/pages/GlobalModalServices/modals/DataGovernance/components/DataFlowSection/index.css b/src/pages/GlobalModalServices/modals/DataGovernance/components/DataFlowSection/index.css index 6d956fec269ba301eb840bb37f883293f3ee62be..196ff43c5f0aef71708bb6d65b1d9cd68fe1d203 100644 --- a/src/pages/GlobalModalServices/modals/DataGovernance/components/DataFlowSection/index.css +++ b/src/pages/GlobalModalServices/modals/DataGovernance/components/DataFlowSection/index.css @@ -16,7 +16,8 @@ color: #CBEDFF; font-size: 18px; font-weight: 400; - padding: 14px 30px; + font-family: 'DingTalk JinBuTi'; + padding: 10px 30px; background: #396CA3; border-radius: 20px 0px 20px 0px; z-index: 1; @@ -29,7 +30,7 @@ padding: 60px 0 0; } .container .section.sourceSection .content .item { - padding: 0px 20px; + padding: 0px 40px; display: flex; justify-content: space-between; align-items: center; @@ -38,6 +39,7 @@ color: #BCCEE9; font-size: 22px; font-weight: 400; + font-family: 'DingTalk JinBuTi'; } .container .section.sourceSection .content .item .valueWrapper { display: flex; @@ -67,7 +69,8 @@ color: #CBEDFF; font-size: 18px; font-weight: 400; - padding: 14px 30px; + font-family: 'DingTalk JinBuTi'; + padding: 10px 30px; background: #396CA3; border-radius: 20px 0px 20px 0px; z-index: 1; @@ -79,7 +82,7 @@ } .container .section.doubleSection .subSection .content { height: 91%; - padding: 60px 10px 0; + padding: 50px 10px 0; background: rgba(81, 171, 255, 0.2); border-radius: 21px; margin: 10px 10px 20px; @@ -94,6 +97,7 @@ color: #BCCEE9; font-size: 18px; font-weight: 400; + font-family: 'DingTalk JinBuTi'; } .container .section.doubleSection .subSection .content .item .valueWrapper { display: flex; @@ -123,7 +127,8 @@ color: #CBEDFF; font-size: 18px; font-weight: 400; - padding: 14px 30px; + font-family: 'DingTalk JinBuTi'; + padding: 10px 30px; background: #396CA3; border-radius: 20px 0px 20px 0px; z-index: 1; @@ -135,7 +140,7 @@ } .container .section.thirdSection .subSection .content { height: 91%; - padding: 60px 10px 0; + padding: 50px 10px 0; background: rgba(81, 171, 255, 0.2); border-radius: 21px; margin: 10px 0px 20px 0px; @@ -150,6 +155,7 @@ color: #BCCEE9; font-size: 18px; font-weight: 400; + font-family: 'DingTalk JinBuTi'; } .container .section.thirdSection .subSection .content .item .valueWrapper { display: flex; diff --git a/src/pages/GlobalModalServices/modals/DataGovernance/components/DataFlowSection/index.less b/src/pages/GlobalModalServices/modals/DataGovernance/components/DataFlowSection/index.less index 1ddc394fb51170a2fd2d3ac00a0add888e8af51e..9308a73fe20f515ea63af5f3867cb5df86eb20f5 100644 --- a/src/pages/GlobalModalServices/modals/DataGovernance/components/DataFlowSection/index.less +++ b/src/pages/GlobalModalServices/modals/DataGovernance/components/DataFlowSection/index.less @@ -16,7 +16,8 @@ color: #CBEDFF; font-size: 18px; font-weight: 400; - padding: 14px 30px; + font-family: 'DingTalk JinBuTi'; + padding: 10px 30px; background: #396CA3; border-radius: 20px 0px 20px 0px; z-index: 1; @@ -31,7 +32,7 @@ padding: 60px 0 0; .item { - padding: 0px 20px; + padding: 0px 40px; display: flex; justify-content: space-between; align-items: center; @@ -40,6 +41,7 @@ color: #BCCEE9; font-size: 22px; font-weight: 400; + font-family: 'DingTalk JinBuTi'; } .valueWrapper { @@ -81,7 +83,8 @@ color: #CBEDFF; font-size: 18px; font-weight: 400; - padding: 14px 30px; + font-family: 'DingTalk JinBuTi'; + padding: 10px 30px; background: #396CA3; border-radius: 20px 0px 20px 0px; z-index: 1; @@ -94,7 +97,7 @@ .content { height: 91%; - padding: 60px 10px 0; + padding: 50px 10px 0; background: rgba(81, 171, 255, 0.2); border-radius: 21px; margin: 10px 10px 20px; @@ -109,6 +112,7 @@ color: #BCCEE9; font-size: 18px; font-weight: 400; + font-family: 'DingTalk JinBuTi'; } .valueWrapper { @@ -151,7 +155,8 @@ color: #CBEDFF; font-size: 18px; font-weight: 400; - padding: 14px 30px; + font-family: 'DingTalk JinBuTi'; + padding: 10px 30px; background: #396CA3; border-radius: 20px 0px 20px 0px; z-index: 1; @@ -165,7 +170,7 @@ .content { height: 91%; // padding: 60px 0px 0 10px; - padding: 60px 10px 0; + padding: 50px 10px 0; background: rgba(81, 171, 255, 0.2); border-radius: 21px; margin: 10px 0px 20px 0px; @@ -181,6 +186,7 @@ color: #BCCEE9; font-size: 18px; font-weight: 400; + font-family: 'DingTalk JinBuTi'; } .valueWrapper { diff --git a/src/pages/GlobalModalServices/modals/DataGovernance/components/DataFlowSection/index.tsx b/src/pages/GlobalModalServices/modals/DataGovernance/components/DataFlowSection/index.tsx index a13e621fee1e84a04c3f4184975210f0cbda05d1..4a78908d4ec21221f1ef8d274cb47e102ec3746f 100644 --- a/src/pages/GlobalModalServices/modals/DataGovernance/components/DataFlowSection/index.tsx +++ b/src/pages/GlobalModalServices/modals/DataGovernance/components/DataFlowSection/index.tsx @@ -69,9 +69,9 @@ const DataFlowSection = ({ sourceData, businessData, baseInfoData, themeData, sp {/* 业务域明细库和基础信息库 */}
+
基础信息库
-
业务域明细库
- {businessData.map(item => ( + {baseInfoData.map(item => (
{item.type_desc}
@@ -83,9 +83,9 @@ const DataFlowSection = ({ sourceData, businessData, baseInfoData, themeData, sp
-
基础信息库
- {baseInfoData.map(item => ( +
业务域明细库
+ {businessData.map(item => (
{item.type_desc}
@@ -103,9 +103,9 @@ const DataFlowSection = ({ sourceData, businessData, baseInfoData, themeData, sp {/* 专题库和主题库 */}
-
专题库
+
主题库
- {specialData.map(item => ( + {themeData.map(item => (
{item.type_desc}
@@ -117,9 +117,9 @@ const DataFlowSection = ({ sourceData, businessData, baseInfoData, themeData, sp
-
主题库
+
专题库
- {themeData.map(item => ( + {specialData.map(item => (
{item.type_desc}
diff --git a/src/pages/GlobalModalServices/modals/DataGovernance/components/DataQualityCard/index.css b/src/pages/GlobalModalServices/modals/DataGovernance/components/DataQualityCard/index.css index 7f92128e5fe13f5348d7544847761900e22aff0e..80ebc5805a228d9d894fedcef6c9604cee32cdef 100644 --- a/src/pages/GlobalModalServices/modals/DataGovernance/components/DataQualityCard/index.css +++ b/src/pages/GlobalModalServices/modals/DataGovernance/components/DataQualityCard/index.css @@ -39,6 +39,7 @@ color: #E4EDFF; font-size: 30px; font-weight: 400; + font-family: 'DingTalk JinBuTi'; } .container .scoreSection .trend { color: #D9D9D9; @@ -95,4 +96,5 @@ font-weight: 700; position: relative; z-index: 2; + margin-top: -4px; } diff --git a/src/pages/GlobalModalServices/modals/DataGovernance/components/DataQualityCard/index.less b/src/pages/GlobalModalServices/modals/DataGovernance/components/DataQualityCard/index.less index 5891655e5bb7b474907cde87ff9bb00b0c859cde..286c9a4e58d0733e7221671e99110596142bad49 100644 --- a/src/pages/GlobalModalServices/modals/DataGovernance/components/DataQualityCard/index.less +++ b/src/pages/GlobalModalServices/modals/DataGovernance/components/DataQualityCard/index.less @@ -47,6 +47,7 @@ color: #E4EDFF; font-size: 30px; font-weight: 400; + font-family: 'DingTalk JinBuTi'; // margin-bottom: 10px; } @@ -116,6 +117,7 @@ font-weight: 700; position: relative; z-index: 2; + margin-top: -4px; } } } diff --git a/src/pages/GlobalModalServices/modals/DataGovernance/mockData.ts b/src/pages/GlobalModalServices/modals/DataGovernance/mockData.ts index 673df0f858255395933837c6b75dea3805fbaf1e..0bb5524af38b2c9c0afa5bbb12845f4985ad30e5 100644 --- a/src/pages/GlobalModalServices/modals/DataGovernance/mockData.ts +++ b/src/pages/GlobalModalServices/modals/DataGovernance/mockData.ts @@ -3,7 +3,7 @@ export const governanceData = { centerStats: [ { id: 1, type: '中部统计', type_desc: '数据总量', num: 27.24, unit: '亿条' }, { id: 2, type: '中部统计', type_desc: '今日新增数量', num: 0.17, unit: '亿条' }, - { id: 3, type: '中部统计', type_desc: '毛数据', num: 12.12, unit: '亿条' }, + { id: 3, type: '中部统计', type_desc: '毛数据', num: 12.13, unit: '亿条' }, { id: 4, type: '中部统计', type_desc: '冷数据', num: 8.72, unit: '亿条' }, { id: 5, type: '中部统计', type_desc: '温数据', num: 5.23, unit: '亿条' }, { id: 6, type: '中部统计', type_desc: '热数据', num: 1.17, unit: '亿条' } @@ -51,7 +51,7 @@ export const governanceData = { // UI图中的固定数据 uiData: { dataActivity: { - score: 12.12, + score: 12.13, trend: '--.-%', // trend: '+1.3%', topList: [ diff --git a/src/pages/GlobalModalServices/modals/SanitationResource/index.tsx b/src/pages/GlobalModalServices/modals/SanitationResource/index.tsx index 6aaba35c8e3734fe49cdf5bba47e2f5330e1e0a6..816043db1f550ab2866b6020d2d4cb42a753b40a 100644 --- a/src/pages/GlobalModalServices/modals/SanitationResource/index.tsx +++ b/src/pages/GlobalModalServices/modals/SanitationResource/index.tsx @@ -52,36 +52,36 @@ const SanitationDisp = () => { const issue = useMemo(() => { return [ { - name: '女性', - value: hwrysl?.data?.data?.records?.[0]?.female, - count: formatNumber(hwrysl?.data?.data?.records?.[0]?.female)?.num, + name: '男性', + count: formatNumber(hwrysl?.data?.data?.records?.[0]?.male)?.num, + value: hwrysl?.data?.data?.records?.[0]?.male, perpent: ( - (hwrysl?.data?.data?.records?.[0]?.female / + (hwrysl?.data?.data?.records?.[0]?.male / (hwrysl?.data?.data?.records?.[0]?.female + hwrysl?.data?.data?.records?.[0]?.male)) * 100 ).toFixed(2), - color: '#ff9b5d', - unit: formatNumber(hwrysl?.data?.data?.records?.[0]?.female, { + unit: formatNumber(hwrysl?.data?.data?.records?.[0]?.male, { one: '人', myriad: '万人', })?.unit, + color: 'rgb(50, 177, 255)', }, { - name: '男性', - count: formatNumber(hwrysl?.data?.data?.records?.[0]?.male)?.num, - value: hwrysl?.data?.data?.records?.[0]?.male, + name: '女性', + value: hwrysl?.data?.data?.records?.[0]?.female, + count: formatNumber(hwrysl?.data?.data?.records?.[0]?.female)?.num, perpent: ( - (hwrysl?.data?.data?.records?.[0]?.male / + (hwrysl?.data?.data?.records?.[0]?.female / (hwrysl?.data?.data?.records?.[0]?.female + hwrysl?.data?.data?.records?.[0]?.male)) * 100 ).toFixed(2), - unit: formatNumber(hwrysl?.data?.data?.records?.[0]?.male, { + color: '#ff9b5d', + unit: formatNumber(hwrysl?.data?.data?.records?.[0]?.female, { one: '人', myriad: '万人', })?.unit, - color: 'rgb(50, 177, 255)', }, ]; }, [hwrysl]); diff --git a/src/pages/NewHome/NewRightContent/IndustryOperationV4/components/Advertisement/index.css b/src/pages/NewHome/NewRightContent/IndustryOperationV4/components/Advertisement/index.css index 918ce5a66586e1d20e37c58d3cd23da06909ea45..7504bd6ec43bd4adef7f1e60a92f19bca7c7bdcd 100644 --- a/src/pages/NewHome/NewRightContent/IndustryOperationV4/components/Advertisement/index.css +++ b/src/pages/NewHome/NewRightContent/IndustryOperationV4/components/Advertisement/index.css @@ -13,7 +13,23 @@ width: 65px; height: 50px; position: absolute; - right: 4px; + right: 10px; + bottom: 2px; + pointer-events: none; +} +.container .dataBox .bgImage1 { + width: 45px; + height: 45px; + position: absolute; + right: 8px; + bottom: 2px; + pointer-events: none; +} +.container .dataBox .bgImage2 { + width: 46px; + height: 50px; + position: absolute; + right: 6px; bottom: 2px; pointer-events: none; } diff --git a/src/pages/NewHome/NewRightContent/IndustryOperationV4/components/Advertisement/index.less b/src/pages/NewHome/NewRightContent/IndustryOperationV4/components/Advertisement/index.less index 272443d09a93fa6b07896e3487a8647e201cb9e6..d662563b305733aa9785b49119ba378ca6b5217c 100644 --- a/src/pages/NewHome/NewRightContent/IndustryOperationV4/components/Advertisement/index.less +++ b/src/pages/NewHome/NewRightContent/IndustryOperationV4/components/Advertisement/index.less @@ -13,7 +13,23 @@ width: 65px; height: 50px; position: absolute; - right: 4px; + right: 10px; + bottom: 2px; + pointer-events: none; + } + .bgImage1 { + width: 45px; + height: 45px; + position: absolute; + right: 8px; + bottom: 2px; + pointer-events: none; + } + .bgImage2 { + width: 46px; + height: 50px; + position: absolute; + right: 6px; bottom: 2px; pointer-events: none; } diff --git a/src/pages/NewHome/NewRightContent/IndustryOperationV4/components/Advertisement/index.tsx b/src/pages/NewHome/NewRightContent/IndustryOperationV4/components/Advertisement/index.tsx index c49275b9cd9e608998c6cb9a24bbffa0f5a225dd..1a0fbc53c30dd3359051447c269a4c8e0e94d32b 100644 --- a/src/pages/NewHome/NewRightContent/IndustryOperationV4/components/Advertisement/index.tsx +++ b/src/pages/NewHome/NewRightContent/IndustryOperationV4/components/Advertisement/index.tsx @@ -25,6 +25,11 @@ const Advertisement: React.FC = () => { fontWeight: 700, }; + const commonValueStyle1 = { + ...commonValueStyle, + marginLeft: 50, + }; + const commonLabelStyle = { color: '#BCCEE9', fontSize: '16px', @@ -81,11 +86,12 @@ const Advertisement: React.FC = () => { value={Number(eventCount)} name="本月发现问题" unit="件" - valueStyle={commonValueStyle} + valueStyle={commonValueStyle1} labelStyle={commonLabelStyle} unitStyle={commonUnitStyle} decimals={0} - style={{width: '205px'}} + style={{justifyContent: 'start'}} + // style={{width: '235px'}} direction={'horizontal'} onClick={() => { dispatch.push('SanitationDisp', { @@ -112,7 +118,7 @@ const Advertisement: React.FC = () => { />
- + { />
- + { fontWeight: 700, }; + const commonValueStyle1 = { + ...commonValueStyle, + marginLeft: 30, + }; + const commonLabelStyle = { color: '#BCCEE9', fontSize: '16px', @@ -75,12 +80,13 @@ const CityLighting: React.FC = () => { value={dataSource?.total} name="市管功能照明灯盏数" unit="万盏" - valueStyle={commonValueStyle} + valueStyle={commonValueStyle1} labelStyle={commonLabelStyle} unitStyle={commonUnitStyle} decimals={2} direction={'horizontal'} - style={{ width: '265px', marginBottom: '6px' }} + style={{ justifyContent: 'start', marginBottom: '6px' }} + // style={{width: '265px', marginBottom: '6px'}} onClick={() => { dispatch.push('UrbanLighting', { props: { diff --git a/src/pages/NewHome/NewRightContent/IndustryOperationV4/components/EnvironmentalHealth/index.tsx b/src/pages/NewHome/NewRightContent/IndustryOperationV4/components/EnvironmentalHealth/index.tsx index a3f534405c1aeee148c6f98e9069ea45c9e0e3db..8b9709c58bd69d2fc122626be6f9811049b04d80 100644 --- a/src/pages/NewHome/NewRightContent/IndustryOperationV4/components/EnvironmentalHealth/index.tsx +++ b/src/pages/NewHome/NewRightContent/IndustryOperationV4/components/EnvironmentalHealth/index.tsx @@ -27,6 +27,10 @@ const EnvironmentalHealth: React.FC = () => { fontWeight: 700, }; + const commonValueStyle1 = { + ...commonValueStyle, + marginLeft: 50, + }; const commonLabelStyle = { color: '#BCCEE9', fontSize: '16px', @@ -106,10 +110,11 @@ const EnvironmentalHealth: React.FC = () => { myriad: '万件', })?.unit } - valueStyle={commonValueStyle} + valueStyle={commonValueStyle1} labelStyle={commonLabelStyle} unitStyle={commonUnitStyle} - style={{width: '205px'}} + style={{justifyContent: 'start'}} + // style={{width: '235px'}} decimals={ formatNumber(Number(eventCount), { one: '件', diff --git a/src/pages/NewHome/NewRightContent/ResourceElementsV3/index.tsx b/src/pages/NewHome/NewRightContent/ResourceElementsV3/index.tsx index 9563e6bb9b78bb24da601589a1375252b980f12c..e256b72cff52b167f6a15231e586af5afd3952ee 100644 --- a/src/pages/NewHome/NewRightContent/ResourceElementsV3/index.tsx +++ b/src/pages/NewHome/NewRightContent/ResourceElementsV3/index.tsx @@ -41,7 +41,7 @@ const ResourceElements: React.FC = () => { unit: '亿条', decimals: 2, path: 'DataGovernance', - value: 12.11, + value: 12.13, }, { name: '接入感知源',