@ued_fpi/data-visual 1.2.2 → 1.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/aims/src/AirQualityPresentSituation/index.vue.mjs +41 -15
- package/dist/es/aims/src/AirQualityRealTime/api/index.d.ts +1 -1
- package/dist/es/aims/src/AirQualityRealTime/index.vue.mjs +16 -11
- package/dist/es/aims/src/AirQualityRealTimeAndDay/api/index.d.ts +28 -0
- package/dist/es/aims/src/AirQualityRealTimeAndDay/api/index.mjs +11 -0
- package/dist/es/aims/src/AirQualityRealTimeAndDay/index.d.ts +122 -0
- package/dist/es/aims/src/AirQualityRealTimeAndDay/index.mjs +7 -0
- package/dist/es/aims/src/AirQualityRealTimeAndDay/index.vue.d.ts +33 -0
- package/dist/es/aims/src/AirQualityRealTimeAndDay/index.vue.mjs +218 -0
- package/dist/es/aims/src/AirQualityRealTimeAndDay/index.vue2.mjs +3 -0
- package/dist/es/aims/src/AirQualityRealTimeAndDay/index.vue3.mjs +6 -0
- package/dist/es/aims/src/index.d.ts +1 -0
- package/dist/es/aims/src/index.mjs +1 -0
- package/dist/es/bmp/src/AlgaeMonitoring/index.vue.mjs +3 -3
- package/dist/es/index.mjs +2 -1
- package/dist/es/ipes/src/AccessVehicleManage/index.vue.mjs +20 -17
- package/dist/es/ipes/src/AirPollutionDischarge/index.vue.mjs +82 -68
- package/dist/es/ipes/src/AirQualityManagement/index.vue.mjs +2 -2
- package/dist/es/ipes/src/BusinessManage/index.vue.mjs +12 -7
- package/dist/es/ipes/src/EmergencyDuty/index.d.ts +23 -30
- package/dist/es/ipes/src/EmergencyDuty/index.mjs +4 -3
- package/dist/es/ipes/src/EmergencyDuty/index.vue.d.ts +13 -10
- package/dist/es/ipes/src/EmergencyDuty/index.vue.mjs +97 -33
- package/dist/es/ipes/src/EmergencyDuty/index.vue2.mjs +2 -20
- package/dist/es/ipes/src/EmergencyDuty/index.vue3.mjs +5 -2
- package/dist/es/ipes/src/EmergencyDuty/type.d.ts +7 -0
- package/dist/es/ipes/src/EmergencyManage/index.d.ts +9 -27
- package/dist/es/ipes/src/EmergencyManage/index.vue.d.ts +5 -17
- package/dist/es/ipes/src/EmergencyManage/index.vue.mjs +35 -56
- package/dist/es/ipes/src/EmergencyResources/images/expert.png.mjs +3 -0
- package/dist/es/ipes/src/EmergencyResources/images/materials.png.mjs +3 -0
- package/dist/es/ipes/src/EmergencyResources/images/personnel.png.mjs +3 -0
- package/dist/es/ipes/src/EmergencyResources/images/preplan.png.mjs +2 -2
- package/dist/es/ipes/src/EmergencyResources/images/protected.png.mjs +3 -0
- package/dist/es/ipes/src/EmergencyResources/images/shelter.png.mjs +3 -0
- package/dist/es/ipes/src/EmergencyResources/images/store.png.mjs +3 -0
- package/dist/es/ipes/src/EmergencyResources/images/team.png.mjs +3 -0
- package/dist/es/ipes/src/EmergencyResources/index.d.ts +12 -30
- package/dist/es/ipes/src/EmergencyResources/index.vue.d.ts +7 -20
- package/dist/es/ipes/src/EmergencyResources/index.vue.mjs +107 -28
- package/dist/es/ipes/src/EnterpriseProtectionCode/index.d.ts +17 -25
- package/dist/es/ipes/src/EnterpriseProtectionCode/index.vue.d.ts +7 -14
- package/dist/es/ipes/src/EnterpriseProtectionCode/index.vue.mjs +53 -45
- package/dist/es/ipes/src/EnvManage/index.vue.mjs +2 -1
- package/dist/es/ipes/src/EnvironmentalProtection/images/piebottom.png.mjs +2 -2
- package/dist/es/ipes/src/EnvironmentalProtection/images/pietop.png.mjs +2 -2
- package/dist/es/ipes/src/EnvironmentalProtection/index.vue.mjs +9 -17
- package/dist/es/ipes/src/EnvironmentalRiskManagement/index.d.ts +76 -7
- package/dist/es/ipes/src/EnvironmentalRiskManagement/index.vue.d.ts +49 -3
- package/dist/es/ipes/src/EnvironmentalRiskManagement/index.vue.mjs +22 -53
- package/dist/es/ipes/src/GasControl/index.d.ts +12 -12
- package/dist/es/ipes/src/GasControl/index.vue.d.ts +6 -6
- package/dist/es/ipes/src/GasControl/index.vue.mjs +4 -4
- package/dist/es/ipes/src/GeneralManagement/components/Tabs.vue.mjs +1 -1
- package/dist/es/ipes/src/GeneralManagement/index.d.ts +131 -26
- package/dist/es/ipes/src/GeneralManagement/index.vue.d.ts +82 -12
- package/dist/es/ipes/src/GeneralManagement/index.vue.mjs +21 -53
- package/dist/es/ipes/src/InspectionManage/index.vue.mjs +59 -67
- package/dist/es/ipes/src/Level3AirDefense/index.vue.mjs +1 -1
- package/dist/es/ipes/src/PollutantSourceManage/index.d.ts +54 -56
- package/dist/es/ipes/src/PollutantSourceManage/index.vue.d.ts +28 -13
- package/dist/es/ipes/src/PollutantSourceManage/index.vue.mjs +16 -16
- package/dist/es/ipes/src/PollutantSourceManage/type.d.ts +9 -1
- package/dist/es/ipes/src/RealTimeAirQualityManage/index.vue.mjs +6 -5
- package/dist/es/ipes/src/StreetLightingManagement/index.d.ts +12 -21
- package/dist/es/ipes/src/StreetLightingManagement/index.vue.d.ts +7 -15
- package/dist/es/ipes/src/StreetLightingManagement/index.vue.mjs +34 -13
- package/dist/es/ipes/src/StreetLightingManagement/type.d.ts +2 -0
- package/dist/es/ipes/src/TaskDispose/index.d.ts +18 -93
- package/dist/es/ipes/src/TaskDispose/index.vue.d.ts +10 -58
- package/dist/es/ipes/src/TaskDispose/index.vue.mjs +72 -262
- package/dist/es/ipes/src/VocStatistics/index.d.ts +3 -27
- package/dist/es/ipes/src/VocStatistics/index.vue.d.ts +2 -17
- package/dist/es/ipes/src/VocStatistics/index.vue.mjs +20 -38
- package/dist/es/ipes/src/common/Echarts.vue.mjs +20 -11
- package/dist/es/style.css +5080 -4770
- package/dist/es/wgms/src/AuxiliaryJudgment/api/index.d.ts +2 -2
- package/dist/es/wgms/src/AuxiliaryJudgment/api/index.mjs +2 -2
- package/dist/es/wgms/src/AuxiliaryJudgment/api/types.d.ts +4 -20
- package/dist/es/wgms/src/AuxiliaryJudgment/index.d.ts +39 -24
- package/dist/es/wgms/src/AuxiliaryJudgment/index.vue.d.ts +22 -13
- package/dist/es/wgms/src/AuxiliaryJudgment/index.vue.mjs +33 -32
- package/dist/es/wgms/src/ChangesAlongTheProcess/api/index.mjs +11 -0
- package/dist/es/wgms/src/ChangesAlongTheProcess/api/types.d.ts +5 -16
- package/dist/es/wgms/src/ChangesAlongTheProcess/index.d.ts +69 -24
- package/dist/es/wgms/src/ChangesAlongTheProcess/index.vue.d.ts +40 -13
- package/dist/es/wgms/src/ChangesAlongTheProcess/index.vue.mjs +37 -36
- package/dist/es/wgms/src/ChlorophyllAchangeRate/index.d.ts +1 -1
- package/dist/es/wgms/src/CrossSectionCorrelation/api/index.mjs +2 -2
- package/dist/es/wgms/src/CrossSectionCorrelation/api/types.d.ts +14 -12
- package/dist/es/wgms/src/CrossSectionCorrelation/index.d.ts +111 -36
- package/dist/es/wgms/src/CrossSectionCorrelation/index.vue.d.ts +64 -19
- package/dist/es/wgms/src/CrossSectionCorrelation/index.vue.mjs +64 -41
- package/dist/es/wgms/src/DrinkingWaterComplianceRate/index.d.ts +1 -1
- package/dist/es/wgms/src/DrinkingWaterComplianceRate/index.mjs +2 -2
- package/dist/es/wgms/src/FactorTopThreeRanking/index.d.ts +1 -1
- package/dist/es/wgms/src/FactorTrendComparison/api/index.d.ts +5 -0
- package/dist/es/wgms/src/FactorTrendComparison/api/index.mjs +12 -0
- package/dist/es/wgms/src/FactorTrendComparison/index.d.ts +66 -44
- package/dist/es/wgms/src/FactorTrendComparison/index.vue.d.ts +39 -25
- package/dist/es/wgms/src/FactorTrendComparison/index.vue.mjs +78 -64
- package/dist/es/wgms/{api/NPTrendChange → src/NPTrendChange/api}/index.d.ts +1 -1
- package/dist/es/wgms/src/NPTrendChange/api/index.mjs +12 -0
- package/dist/es/wgms/src/NPTrendChange/index.d.ts +63 -41
- package/dist/es/wgms/src/NPTrendChange/index.vue.d.ts +37 -23
- package/dist/es/wgms/src/NPTrendChange/index.vue.mjs +58 -50
- package/dist/es/wgms/src/PollutionSourceControl/index.d.ts +9 -9
- package/dist/es/wgms/src/PollutionSourceControl/index.vue.d.ts +3 -3
- package/dist/es/wgms/src/SevenDayKline/api/index.d.ts +8 -0
- package/dist/es/wgms/src/SevenDayKline/api/index.mjs +19 -0
- package/dist/es/wgms/src/SevenDayKline/api/types.d.ts +5 -4
- package/dist/es/wgms/src/SevenDayKline/index.d.ts +39 -39
- package/dist/es/wgms/src/SevenDayKline/index.vue.d.ts +22 -22
- package/dist/es/wgms/src/SevenDayKline/index.vue.mjs +32 -29
- package/dist/es/wgms/src/SurroundingPollution/api/index.mjs +3 -10
- package/dist/es/wgms/src/SurroundingPollution/api/types.d.ts +8 -4
- package/dist/es/wgms/src/SurroundingPollution/index.d.ts +54 -39
- package/dist/es/wgms/src/SurroundingPollution/index.vue.d.ts +31 -22
- package/dist/es/wgms/src/SurroundingPollution/index.vue.mjs +43 -38
- package/dist/es/wgms/src/UpstreamImpact/api/index.mjs +3 -3
- package/dist/es/wgms/src/UpstreamImpact/api/types.d.ts +10 -7
- package/dist/es/wgms/src/UpstreamImpact/index.d.ts +93 -48
- package/dist/es/wgms/src/UpstreamImpact/index.vue.d.ts +53 -26
- package/dist/es/wgms/src/UpstreamImpact/index.vue.mjs +167 -195
- package/dist/es/wgms/src/UpstreamSection/api/index.d.ts +6 -0
- package/dist/es/wgms/src/UpstreamSection/api/index.mjs +12 -0
- package/dist/es/wgms/src/UpstreamSection/api/types.d.ts +20 -0
- package/dist/es/wgms/src/UpstreamSection/index.d.ts +113 -3
- package/dist/es/wgms/src/UpstreamSection/index.vue.d.ts +67 -1
- package/dist/es/wgms/src/UpstreamSection/index.vue.mjs +57 -3
- package/dist/es/wgms/src/WaterQualityRainfall/api/index.d.ts +8 -0
- package/dist/es/wgms/src/WaterQualityRainfall/api/index.mjs +19 -0
- package/dist/es/wgms/src/WaterQualityRainfall/api/types.d.ts +4 -4
- package/dist/es/wgms/src/WaterQualityRainfall/index.d.ts +30 -30
- package/dist/es/wgms/src/WaterQualityRainfall/index.vue.d.ts +18 -18
- package/dist/es/wgms/src/WaterQualityRainfall/index.vue.mjs +43 -26
- package/dist/es/wgms/src/index.mjs +1 -1
- package/dist/lib/aims/index.js +4 -4
- package/dist/lib/aims/src/AirQualityPresentSituation/index.vue.js +41 -15
- package/dist/lib/aims/src/AirQualityRealTime/api/index.d.ts +1 -1
- package/dist/lib/aims/src/AirQualityRealTime/index.vue.js +15 -10
- package/dist/lib/aims/src/AirQualityRealTimeAndDay/api/index.d.ts +28 -0
- package/dist/lib/aims/src/AirQualityRealTimeAndDay/api/index.js +15 -0
- package/dist/lib/aims/src/AirQualityRealTimeAndDay/index.d.ts +122 -0
- package/dist/lib/aims/src/AirQualityRealTimeAndDay/index.js +12 -0
- package/dist/lib/aims/src/AirQualityRealTimeAndDay/index.vue.d.ts +33 -0
- package/dist/lib/aims/src/AirQualityRealTimeAndDay/index.vue.js +222 -0
- package/dist/lib/aims/src/AirQualityRealTimeAndDay/index.vue2.js +7 -0
- package/dist/lib/aims/src/AirQualityRealTimeAndDay/index.vue3.js +10 -0
- package/dist/lib/aims/src/index.d.ts +1 -0
- package/dist/lib/aims/src/index.js +2 -0
- package/dist/lib/bmp/src/AlgaeMonitoring/index.vue.js +3 -3
- package/dist/lib/index.js +113 -111
- package/dist/lib/ipes/src/AccessVehicleManage/index.vue.js +19 -16
- package/dist/lib/ipes/src/AirPollutionDischarge/index.vue.js +82 -68
- package/dist/lib/ipes/src/AirQualityManagement/index.vue.js +2 -2
- package/dist/lib/ipes/src/BusinessManage/index.vue.js +12 -7
- package/dist/lib/ipes/src/EmergencyDuty/index.d.ts +23 -30
- package/dist/lib/ipes/src/EmergencyDuty/index.js +4 -3
- package/dist/lib/ipes/src/EmergencyDuty/index.vue.d.ts +13 -10
- package/dist/lib/ipes/src/EmergencyDuty/index.vue.js +96 -32
- package/dist/lib/ipes/src/EmergencyDuty/index.vue2.js +2 -20
- package/dist/lib/ipes/src/EmergencyDuty/index.vue3.js +5 -2
- package/dist/lib/ipes/src/EmergencyDuty/type.d.ts +7 -0
- package/dist/lib/ipes/src/EmergencyManage/index.d.ts +9 -27
- package/dist/lib/ipes/src/EmergencyManage/index.vue.d.ts +5 -17
- package/dist/lib/ipes/src/EmergencyManage/index.vue.js +34 -55
- package/dist/lib/ipes/src/EmergencyResources/images/expert.png.js +7 -0
- package/dist/lib/ipes/src/EmergencyResources/images/materials.png.js +7 -0
- package/dist/lib/ipes/src/EmergencyResources/images/personnel.png.js +7 -0
- package/dist/lib/ipes/src/EmergencyResources/images/preplan.png.js +2 -2
- package/dist/lib/ipes/src/EmergencyResources/images/protected.png.js +7 -0
- package/dist/lib/ipes/src/EmergencyResources/images/shelter.png.js +7 -0
- package/dist/lib/ipes/src/EmergencyResources/images/store.png.js +7 -0
- package/dist/lib/ipes/src/EmergencyResources/images/team.png.js +7 -0
- package/dist/lib/ipes/src/EmergencyResources/index.d.ts +12 -30
- package/dist/lib/ipes/src/EmergencyResources/index.vue.d.ts +7 -20
- package/dist/lib/ipes/src/EmergencyResources/index.vue.js +106 -27
- package/dist/lib/ipes/src/EnterpriseProtectionCode/index.d.ts +17 -25
- package/dist/lib/ipes/src/EnterpriseProtectionCode/index.vue.d.ts +7 -14
- package/dist/lib/ipes/src/EnterpriseProtectionCode/index.vue.js +52 -44
- package/dist/lib/ipes/src/EnvManage/index.vue.js +2 -1
- package/dist/lib/ipes/src/EnvironmentalProtection/images/piebottom.png.js +2 -2
- package/dist/lib/ipes/src/EnvironmentalProtection/images/pietop.png.js +2 -2
- package/dist/lib/ipes/src/EnvironmentalProtection/index.vue.js +4 -12
- package/dist/lib/ipes/src/EnvironmentalRiskManagement/index.d.ts +76 -7
- package/dist/lib/ipes/src/EnvironmentalRiskManagement/index.vue.d.ts +49 -3
- package/dist/lib/ipes/src/EnvironmentalRiskManagement/index.vue.js +21 -52
- package/dist/lib/ipes/src/GasControl/index.d.ts +12 -12
- package/dist/lib/ipes/src/GasControl/index.vue.d.ts +6 -6
- package/dist/lib/ipes/src/GasControl/index.vue.js +4 -4
- package/dist/lib/ipes/src/GeneralManagement/components/Tabs.vue.js +1 -1
- package/dist/lib/ipes/src/GeneralManagement/index.d.ts +131 -26
- package/dist/lib/ipes/src/GeneralManagement/index.vue.d.ts +82 -12
- package/dist/lib/ipes/src/GeneralManagement/index.vue.js +20 -52
- package/dist/lib/ipes/src/InspectionManage/index.vue.js +59 -67
- package/dist/lib/ipes/src/Level3AirDefense/index.vue.js +1 -1
- package/dist/lib/ipes/src/PollutantSourceManage/index.d.ts +54 -56
- package/dist/lib/ipes/src/PollutantSourceManage/index.vue.d.ts +28 -13
- package/dist/lib/ipes/src/PollutantSourceManage/index.vue.js +16 -16
- package/dist/lib/ipes/src/PollutantSourceManage/type.d.ts +9 -1
- package/dist/lib/ipes/src/RealTimeAirQualityManage/index.vue.js +6 -5
- package/dist/lib/ipes/src/StreetLightingManagement/index.d.ts +12 -21
- package/dist/lib/ipes/src/StreetLightingManagement/index.vue.d.ts +7 -15
- package/dist/lib/ipes/src/StreetLightingManagement/index.vue.js +33 -12
- package/dist/lib/ipes/src/StreetLightingManagement/type.d.ts +2 -0
- package/dist/lib/ipes/src/TaskDispose/index.d.ts +18 -93
- package/dist/lib/ipes/src/TaskDispose/index.vue.d.ts +10 -58
- package/dist/lib/ipes/src/TaskDispose/index.vue.js +71 -261
- package/dist/lib/ipes/src/VocStatistics/index.d.ts +3 -27
- package/dist/lib/ipes/src/VocStatistics/index.vue.d.ts +2 -17
- package/dist/lib/ipes/src/VocStatistics/index.vue.js +19 -37
- package/dist/lib/ipes/src/common/Echarts.vue.js +20 -11
- package/dist/lib/style.css +5080 -4770
- package/dist/lib/wgms/src/AuxiliaryJudgment/api/index.d.ts +2 -2
- package/dist/lib/wgms/src/AuxiliaryJudgment/api/index.js +2 -2
- package/dist/lib/wgms/src/AuxiliaryJudgment/api/types.d.ts +4 -20
- package/dist/lib/wgms/src/AuxiliaryJudgment/index.d.ts +39 -24
- package/dist/lib/wgms/src/AuxiliaryJudgment/index.vue.d.ts +22 -13
- package/dist/lib/wgms/src/AuxiliaryJudgment/index.vue.js +32 -31
- package/dist/lib/wgms/src/ChangesAlongTheProcess/api/index.js +15 -0
- package/dist/lib/wgms/src/ChangesAlongTheProcess/api/types.d.ts +5 -16
- package/dist/lib/wgms/src/ChangesAlongTheProcess/index.d.ts +69 -24
- package/dist/lib/wgms/src/ChangesAlongTheProcess/index.vue.d.ts +40 -13
- package/dist/lib/wgms/src/ChangesAlongTheProcess/index.vue.js +39 -38
- package/dist/lib/wgms/src/ChlorophyllAchangeRate/index.d.ts +1 -1
- package/dist/lib/wgms/src/CrossSectionCorrelation/api/index.js +2 -2
- package/dist/lib/wgms/src/CrossSectionCorrelation/api/types.d.ts +14 -12
- package/dist/lib/wgms/src/CrossSectionCorrelation/index.d.ts +111 -36
- package/dist/lib/wgms/src/CrossSectionCorrelation/index.vue.d.ts +64 -19
- package/dist/lib/wgms/src/CrossSectionCorrelation/index.vue.js +64 -41
- package/dist/lib/wgms/src/DrinkingWaterComplianceRate/index.d.ts +1 -1
- package/dist/lib/wgms/src/DrinkingWaterComplianceRate/index.js +2 -2
- package/dist/lib/wgms/src/FactorTopThreeRanking/index.d.ts +1 -1
- package/dist/lib/wgms/src/FactorTrendComparison/api/index.d.ts +5 -0
- package/dist/lib/wgms/src/FactorTrendComparison/api/index.js +16 -0
- package/dist/lib/wgms/src/FactorTrendComparison/index.d.ts +66 -44
- package/dist/lib/wgms/src/FactorTrendComparison/index.vue.d.ts +39 -25
- package/dist/lib/wgms/src/FactorTrendComparison/index.vue.js +80 -66
- package/dist/lib/wgms/{api/NPTrendChange → src/NPTrendChange/api}/index.d.ts +1 -1
- package/dist/lib/wgms/{api/NPTrendChange → src/NPTrendChange/api}/index.js +3 -3
- package/dist/lib/wgms/src/NPTrendChange/index.d.ts +63 -41
- package/dist/lib/wgms/src/NPTrendChange/index.vue.d.ts +37 -23
- package/dist/lib/wgms/src/NPTrendChange/index.vue.js +61 -53
- package/dist/lib/wgms/src/PollutionSourceControl/index.d.ts +9 -9
- package/dist/lib/wgms/src/PollutionSourceControl/index.vue.d.ts +3 -3
- package/dist/lib/wgms/src/SevenDayKline/api/index.d.ts +8 -0
- package/dist/lib/wgms/src/SevenDayKline/api/index.js +24 -0
- package/dist/lib/wgms/src/SevenDayKline/api/types.d.ts +5 -4
- package/dist/lib/wgms/src/SevenDayKline/index.d.ts +39 -39
- package/dist/lib/wgms/src/SevenDayKline/index.vue.d.ts +22 -22
- package/dist/lib/wgms/src/SevenDayKline/index.vue.js +34 -31
- package/dist/lib/wgms/src/SurroundingPollution/api/index.js +2 -10
- package/dist/lib/wgms/src/SurroundingPollution/api/types.d.ts +8 -4
- package/dist/lib/wgms/src/SurroundingPollution/index.d.ts +54 -39
- package/dist/lib/wgms/src/SurroundingPollution/index.vue.d.ts +31 -22
- package/dist/lib/wgms/src/SurroundingPollution/index.vue.js +42 -37
- package/dist/lib/wgms/src/UpstreamImpact/api/index.js +3 -3
- package/dist/lib/wgms/src/UpstreamImpact/api/types.d.ts +10 -7
- package/dist/lib/wgms/src/UpstreamImpact/index.d.ts +93 -48
- package/dist/lib/wgms/src/UpstreamImpact/index.vue.d.ts +53 -26
- package/dist/lib/wgms/src/UpstreamImpact/index.vue.js +166 -194
- package/dist/lib/wgms/src/UpstreamSection/api/index.d.ts +6 -0
- package/dist/lib/wgms/src/UpstreamSection/api/index.js +16 -0
- package/dist/lib/wgms/src/UpstreamSection/api/types.d.ts +20 -0
- package/dist/lib/wgms/src/UpstreamSection/index.d.ts +113 -3
- package/dist/lib/wgms/src/UpstreamSection/index.vue.d.ts +67 -1
- package/dist/lib/wgms/src/UpstreamSection/index.vue.js +56 -2
- package/dist/lib/wgms/src/WaterQualityRainfall/api/index.d.ts +8 -0
- package/dist/lib/wgms/src/WaterQualityRainfall/api/index.js +24 -0
- package/dist/lib/wgms/src/WaterQualityRainfall/api/types.d.ts +4 -4
- package/dist/lib/wgms/src/WaterQualityRainfall/index.d.ts +30 -30
- package/dist/lib/wgms/src/WaterQualityRainfall/index.vue.d.ts +18 -18
- package/dist/lib/wgms/src/WaterQualityRainfall/index.vue.js +45 -28
- package/dist/lib/wgms/src/index.js +1 -1
- package/dist/style/base.css +207 -0
- package/dist/style/style-aims.css +1 -1
- package/dist/style/style-bmp.css +1 -1
- package/dist/style/style-ipes.css +1 -1
- package/dist/style/style-wgms.css +1 -1
- package/package.json +2 -2
- package/dist/es/ipes/src/EnvironmentalProtection/images/module-title-icon.png.mjs +0 -3
- package/dist/es/ipes/src/InspectionManage/images/module-title-icon.png.mjs +0 -3
- package/dist/es/ipes/src/PollutantSourceManage/types.d.ts +0 -18
- package/dist/es/ipes/src/TaskDispose/img/circlebottom.png.mjs +0 -3
- package/dist/es/wgms/api/FactorTrendComparison/index.d.ts +0 -10
- package/dist/es/wgms/api/FactorTrendComparison/index.mjs +0 -20
- package/dist/es/wgms/api/NPTrendChange/index.mjs +0 -12
- package/dist/lib/ipes/src/EnvironmentalProtection/images/module-title-icon.png.js +0 -7
- package/dist/lib/ipes/src/InspectionManage/images/module-title-icon.png.js +0 -7
- package/dist/lib/ipes/src/PollutantSourceManage/types.d.ts +0 -18
- package/dist/lib/ipes/src/TaskDispose/img/circlebottom.png.js +0 -7
- package/dist/lib/wgms/api/FactorTrendComparison/index.d.ts +0 -10
- package/dist/lib/wgms/api/FactorTrendComparison/index.js +0 -25
|
@@ -1 +1 @@
|
|
|
1
|
-
@charset "UTF-8";.dv-wgms-flex-left-top{display:flex;align-items:flex-start;justify-content:flex-start}.dv-wgms-flex-center-top{display:flex;align-items:flex-start;justify-content:center}.dv-wgms-flex-right-top{display:flex;align-items:flex-start;justify-content:flex-end}.dv-wgms-flex-between-top{display:flex;align-items:flex-start;justify-content:space-between}.dv-wgms-flex-around-top{display:flex;align-items:flex-start;justify-content:space-around}.dv-wgms-flex-left-center{display:flex;align-items:center;justify-content:flex-start}.dv-wgms-flex-center-center{display:flex;align-items:center;justify-content:center}.dv-wgms-flex-right-center{display:flex;align-items:center;justify-content:flex-end}.dv-wgms-flex-between-center{display:flex;align-items:center;justify-content:space-between}.dv-wgms-flex-around-center{display:flex;align-items:center;justify-content:space-around}.dv-wgms-flex-left-bottom{display:flex;align-items:flex-end;justify-content:flex-start}.dv-wgms-flex-center-bottom{display:flex;align-items:flex-end;justify-content:center}.dv-wgms-flex-right-bottom{display:flex;align-items:flex-end;justify-content:flex-end}.dv-wgms-flex-between-bottom{display:flex;align-items:flex-end;justify-content:space-between}.dv-wgms-flex-around-bottom{display:flex;align-items:flex-end;justify-content:space-around}.dv-wgms-key-river{width:376px;height:138px;background:#05213d;font-size:14px;font-weight:500;line-height:14px;color:#fff}.dv-wgms-key-river-one{flex-direction:column}.dv-wgms-key-river-one-content{position:relative;margin:4px 0}.dv-wgms-key-river-one-content-text{position:absolute;top:40%;width:100%;font-size:16px;font-weight:500;color:#fff;text-align:center;text-shadow:0 4px 10px 0 rgba(0,0,0,.3)}.dv-wgms-key-river-one-content-text img{width:80px}.dv-wgms-key-river-one-compare span{margin-right:4px;color:#909399}.dv-wgms-outlet-online{width:376px;padding:12px;font-family:MiSans;font-size:14px;font-weight:500;line-height:14px;color:#fff;box-sizing:border-box;background:rgba(68,136,208,.1);border:1px solid rgba(68,136,208,.2);border-radius:4px}.dv-wgms-outlet-online .toggle-list .list-one{box-sizing:border-box;width:174px;height:24px;cursor:pointer;background:#001f4c;border:1px solid #003580;border-radius:2px}.dv-wgms-outlet-online .toggle-list .active{background:#0069ff;border:none}.dv-wgms-outlet-online .chart-content{width:100%;padding-top:16px}.dv-wgms-outlet-online .chart-content .left{width:105px;height:105px;text-align:center}.dv-wgms-outlet-online .chart-content .left .pie-chart{width:100%;height:100%;margin-top:-12px}.dv-wgms-outlet-online .chart-content .left .total span:last-child{font-family:Oswald;font-size:16px;font-weight:500}.dv-wgms-outlet-online .chart-content .legend{flex:1;margin-left:10px}.dv-wgms-outlet-online .chart-content .legend .legend-one{margin-bottom:8px}.dv-wgms-outlet-online .chart-content .legend .legend-one:last-child{margin-bottom:0}.dv-wgms-outlet-online .chart-content .legend .legend-one .circle{width:10px;height:10px;margin-right:4px;border-radius:5px}.dv-wgms-outlet-online .chart-content .legend .legend-one .righ-c{font-family:Oswald;font-size:14px;font-weight:400}.dv-wgms-outlet-online .chart-content .legend .legend-one .righ-c .num{color:#00deff}.dv-wgms-outlet-online .chart-content .legend .legend-one .righ-c .split{color:rgba(255,255,255,.5)}.dv-wgms-env-online{flex-wrap:wrap;width:376px;padding:12px 12px 1px;font-size:14px;font-weight:500;line-height:14px;color:#fff;box-sizing:border-box;background:rgba(68,136,208,.1);border:1px solid rgba(68,136,208,.2);border-radius:4px}.dv-wgms-auxiliary-judgment .conclusion-box,.dv-wgms-compliance-rate{padding:12px;border:1px solid rgba(68,136,208,.2);box-sizing:border-box}.dv-wgms-env-online .dv-wgms-item-one{width:45.5%;margin-bottom:11px}.dv-wgms-env-online .dv-wgms-item-one .dv-wgms-value{font-family:Oswald;font-size:14px;font-weight:400}.dv-wgms-env-online .dv-wgms-item-one .dv-wgms-value .dv-wgms-online{color:#00deff}.dv-wgms-changes-along-the-process{box-sizing:border-box;width:376px;height:212px;background:#05213d}.dv-wgms-changes-along-the-process .chart{width:100%;height:100%}.dv-wgms-auxiliary-judgment{box-sizing:border-box;width:376px;min-height:168px;background:#05213d}.dv-wgms-auxiliary-judgment .conclusion-box{width:100%;height:100%;background:rgba(68,136,208,.1);border-radius:4px}.dv-wgms-auxiliary-judgment .conclusion-box .conclusion-text{margin-bottom:8px;font-family:MiSans;font-size:14px;font-weight:400;line-height:20px;color:#fff}.dv-wgms-auxiliary-judgment .conclusion-box .conclusion-text:last-child{margin-bottom:0}.dv-wgms-chlorophyll-a-change-rate .change-rate{display:flex;justify-content:space-between;padding:10px 15px 0}.dv-wgms-chlorophyll-a-change-rate .change-rate .rate-one{position:relative;height:132px;text-align:center}.dv-wgms-chlorophyll-a-change-rate .change-rate .rate-one .value{margin-left:14px}.dv-wgms-chlorophyll-a-change-rate .change-rate .rate-one .value>span:nth-child(1){font-family:Furore;font-size:24px}.dv-wgms-chlorophyll-a-change-rate .change-rate .rate-one .value>span:nth-child(2){margin-right:4px;font-size:12px;color:rgba(255,255,255,.7)}.dv-wgms-chlorophyll-a-change-rate .change-rate .rate-one .trend{position:absolute;top:26px;width:100%;height:10px}.dv-wgms-chlorophyll-a-change-rate .change-rate .rate-one .trend img{width:10px;height:10px}.dv-wgms-chlorophyll-a-change-rate .change-rate .rate-one .zao{width:86px;height:90px;margin-top:-2px}.dv-wgms-chlorophyll-a-change-rate .change-rate .rate-one .label{font-family:TRENDS;font-size:14px;color:#fff}.dv-wgms-cross-section-correlation{box-sizing:border-box;width:376px;height:200px;background:#05213d}.dv-wgms-cross-section-correlation .section-correlation-table{width:100%;height:100%}.dv-wgms-cross-section-correlation .section-correlation-table .section-correlation-list{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:18px;line-height:16px}.dv-wgms-cross-section-correlation .section-correlation-table .section-correlation-list span{display:block;font-family:MiSans;font-size:14px;font-weight:500}.dv-wgms-cross-section-correlation .section-correlation-table .section-correlation-list.header{margin-top:8px}.dv-wgms-cross-section-correlation .section-correlation-table .section-correlation-list.header span{font-family:MiSans;font-size:14px;font-weight:500;color:#909399}.dv-wgms-cross-section-correlation .section-correlation-table .section-correlation-list .sort{width:24px;padding-left:4px;font-family:Oswald;color:#fff;text-align:left}.dv-wgms-cross-section-correlation .section-correlation-table .section-correlation-list .name{width:80px;overflow:hidden;color:#fff;text-align:center;text-overflow:ellipsis;white-space:nowrap}.dv-wgms-cross-section-correlation .section-correlation-table .section-correlation-list .progress{width:140px}.dv-wgms-cross-section-correlation .section-correlation-table .section-correlation-list .correlation-coefficient{flex:1;font-family:Oswald;text-align:center}.dv-wgms-cross-section-correlation .section-correlation-table .section-correlation-list .correlation-coefficient.green{color:#15f3a3}.dv-wgms-cross-section-correlation .section-correlation-table .section-correlation-list .alarm{flex:1;font-family:Oswald;text-align:center}.dv-wgms-cross-section-correlation .section-correlation-table .section-correlation-list .alarm.red{color:#f84439}.dv-wgms-distribution-points{display:flex;align-items:center;justify-content:space-between;width:376px;height:181.37px;font-size:14px;font-weight:500;line-height:14px;color:#fff}.dv-wgms-distribution-points .dv-wgms-distribution-font-box{display:flex;align-items:center;justify-content:center;width:104px;height:157.37px;background:url(./images//distribution-back.png) 100% no-repeat}.dv-wgms-distribution-points .dv-wgms-distribution-font-blue{font-family:Oswald;font-size:24px;font-weight:500;line-height:24px;text-align:center;background:linear-gradient(180deg,#fff 0,#62d3ff 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dv-wgms-distribution-points .dv-wgms-distribution-name{font-size:14px;font-weight:500;line-height:14px;color:#fff;text-align:center}.dv-wgms-compliance-rate{width:376px;height:120px;font-size:14px;font-weight:500;line-height:14px;color:#fff;background:rgba(68,136,208,.1);border-radius:4px}.dv-wgms-compliance-rate-one-value span:nth-child(2),.title-text{color:#909399}.dv-wgms-compliance-rate-one{flex-direction:column}.dv-wgms-compliance-rate-one-icon{margin-top:2px}.dv-wgms-compliance-rate-one-icon img{width:80px}.dv-wgms-compliance-rate-one-label{margin-top:-2px;margin-bottom:4px}.dv-wgms-compliance-rate-one-value span:nth-child(1){margin-right:4px;font-family:Oswald;font-size:16px;font-weight:500;background:linear-gradient(180deg,#fff 27%,#1ad9ff 80%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.dv-wgms-compliance-one{margin-bottom:16px}.dv-wgms-compliance-one:last-child{margin-bottom:0}.title-text{margin-bottom:8px;font-size:16px;font-weight:500;line-height:16px}.dv-wgms-chlorophyll-a-change-rate{box-sizing:border-box;width:376px;height:var(--height);background-size:100% 100%}.dv-wgms-chlorophyll-a-change-rate .dv-wgms-chart{width:100%;height:160px}.dv-wgms-environmental-analysis{width:376px;height:136px}.dv-wgms-environmental-analysis .dv-wgms-factor-top{display:flex;align-items:center;justify-content:space-between;width:100%;padding-right:10px}.dv-wgms-environmental-analysis .dv-wgms-factor-top .dv-wgms-factor-top-name{margin-bottom:12px;font-family:MiSans;font-size:14px;font-weight:500;line-height:14px;color:#fff}.dv-wgms-environmental-analysis .dv-wgms-factor-box{display:flex;flex-direction:column;width:100%;height:100%;padding:12px 16px;box-sizing:border-box;background:rgba(68,136,208,.1);border:1px solid rgba(68,136,208,.2);border-radius:4px}.dv-wgms-environmental-analysis .dv-wgms-factor-body{display:flex;justify-content:space-between}.dv-wgms-environmental-analysis .dv-wgms-factor-body .dv-wgms-factor-body-item{position:relative;display:flex;flex-direction:column;align-items:center;min-width:78px}.dv-wgms-environmental-analysis .dv-wgms-factor-body .dv-wgms-factor-body-item .dv-wgms-fator-pie{position:absolute;top:-9px;left:-40px;z-index:1;width:160px;height:100px}.dv-wgms-environmental-analysis .dv-wgms-factor-body .dv-wgms-factor-body-item .dv-wgms-factor-value{margin:6px 0 28px;font-size:24px;font-weight:500;line-height:30px;background:linear-gradient(180deg,#fff 27%,#1ad9ff 80%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.dv-wgms-environmental-analysis .dv-wgms-factor-body .dv-wgms-factor-body-item .dv-wgms-factor-name{position:absolute;bottom:-15px;z-index:2;width:85px;overflow:hidden;font-family:MiSans;text-align:center;text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:400;line-height:16px;color:#fff;-webkit-text-stroke:transparent 1px}.dv-wgms-environmental-analysis .dv-wgms-environmental-no-data{margin:20px auto;font-family:MiSans;font-size:14px;font-weight:500;line-height:14px;color:#fff}.dv-wgms-factor-trend-comparison{box-sizing:border-box;width:376px}.dv-wgms-factor-trend-comparison .chart{width:100%;height:260px}.dv-wgms-flex-bw-c{display:flex;align-items:center;justify-content:space-between}.dv-wgms-flex-c-c{display:flex;align-items:center;justify-content:center}.dv-wgms-mgb12{margin-bottom:12px}.dv-wgms-mgb8{margin-bottom:8px}.dv-wgms-white-60{color:rgba(255,255,255,.6)}.dv-wgms-mgr4{margin-right:4px}.dv-wgms-lake-river-index{width:376px;font-family:MiSans;font-size:14px;font-weight:500;line-height:14px;color:#fff}.dv-wgms-lake-river-index .dv-wgms-lake-river-item{box-sizing:border-box;width:100%;margin-bottom:16px;border-radius:4px}.dv-wgms-lake-river-index .dv-wgms-lake-river-item .dv-wgms-lake-level-box{width:44px;height:22px;margin-right:6px;line-height:22px;text-align:center;background:#03a9f4;border-radius:21px}.dv-wgms-lake-river-index .dv-wgms-river-detail,.dv-wgms-pollution-source .dv-wgms-key-source{padding:12px;border:1px solid rgba(68,136,208,.2);background:rgba(68,136,208,.1);box-sizing:border-box}.dv-wgms-lake-river-index .dv-wgms-lake-river-item:last-child{margin-bottom:0}.dv-wgms-lake-river-index .dv-wgms-river-detail{border-radius:4px}.dv-wgms-pollution-source{width:376px;font-family:MiSans;color:#fff}.dv-wgms-pollution-source .dv-wgms-key-source{height:182px;border-radius:4px}.dv-wgms-pollution-source .dv-wgms-key-source .dv-wgms-title-text{display:flex;justify-content:space-between;font-family:MiSans;font-size:14px;font-weight:500;line-height:14px;color:#fff}.dv-wgms-pollution-source .dv-wgms-key-source .dv-wgms-key-list{height:130px;margin-top:16px}.dv-wgms-pollution-source .dv-wgms-key-source .dv-wgms-key-list .dv-wgms-key-one{margin-bottom:10px}.dv-wgms-pollution-source .dv-wgms-key-source .dv-wgms-key-list .dv-wgms-key-one .dv-wgms-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px;font-family:Oswald;font-size:16px;font-weight:400;line-height:16px;color:#fff;-webkit-text-stroke:transparent 1px}.dv-wgms-pollution-source .dv-wgms-key-source .dv-wgms-key-list .dv-wgms-key-one .dv-wgms-top .dv-wgms-left span:nth-child(1){margin-right:15px;font-family:Oswald}.dv-wgms-pollution-source .dv-wgms-key-source .dv-wgms-key-list .dv-wgms-key-one .dv-wgms-top .dv-wgms-left span:nth-child(2){font-family:MiSans;font-size:14px;font-weight:500;line-height:14px;color:#fff}.dv-wgms-pollution-source .dv-wgms-key-source .dv-wgms-key-list .dv-wgms-key-one .dv-wgms-top .dv-wgms-right{font-family:Oswald;font-size:16px;color:#f54455}.dv-wgms-pollution-source .dv-wgms-key-source .dv-wgms-key-list .dv-wgms-key-one .dv-wgms-bar{position:relative;width:100%;height:12px}.dv-wgms-pollution-source .dv-wgms-key-source .dv-wgms-key-list .dv-wgms-key-one:last-child{margin-bottom:0}.dv-wgms-pollution-source .dv-wgms-statistic-content{display:flex;justify-content:space-between;margin-top:10px}.dv-wgms-pollution-source .dv-wgms-statistic-content .dv-wgms-statistic-box{width:182px;height:146px;padding:10px 24px 12px 12px;font-family:MiSans;box-sizing:border-box;background:rgba(68,136,208,.1);border:1px solid rgba(68,136,208,.2);border-radius:4px;font-size:14px;font-weight:500;line-height:14px;color:#fff}.dv-wgms-pollution-source .dv-wgms-statistic-content .dv-wgms-statistic-box .dv-wgms-total-content{display:flex;align-items:center;justify-content:space-between;height:20px;margin-top:17px;margin-bottom:12px}.dv-wgms-pollution-source .dv-wgms-statistic-content .dv-wgms-statistic-box .dv-wgms-total-content .dv-wgms-left{font-size:14px}.dv-wgms-pollution-source .dv-wgms-statistic-content .dv-wgms-statistic-box .dv-wgms-total-content .dv-wgms-right{display:flex;font-family:Oswald}.dv-wgms-pollution-source .dv-wgms-statistic-content .dv-wgms-statistic-box .dv-wgms-total-content .dv-wgms-right .dv-wgms-chart{width:20px;height:20px;margin-left:8px}.dv-wgms-pollution-source .dv-wgms-statistic-content .dv-wgms-statistic-box .dv-wgms-legend{margin-top:8px}.dv-wgms-pollution-source .dv-wgms-statistic-content .dv-wgms-statistic-box .dv-wgms-legend .dv-wgms-legend-one{display:flex;justify-content:space-between;margin-bottom:10px}.dv-wgms-pollution-source .dv-wgms-statistic-content .dv-wgms-statistic-box .dv-wgms-legend .dv-wgms-legend-one .dv-wgms-left{display:flex;align-items:center}.dv-wgms-pollution-source .dv-wgms-statistic-content .dv-wgms-statistic-box .dv-wgms-legend .dv-wgms-legend-one .dv-wgms-left .dv-wgms-circle{width:10px;height:10px;margin-right:4px;border-radius:50%}.dv-wgms-pollution-source .dv-wgms-statistic-content .dv-wgms-statistic-box .dv-wgms-legend .dv-wgms-legend-one .dv-wgms-left .dv-wgms-name{font-size:14px}.dv-wgms-pollution-source .dv-wgms-statistic-content .dv-wgms-statistic-box .dv-wgms-legend .dv-wgms-legend-one .dv-wgms-right{display:flex;align-items:center;font-family:Oswald}.dv-wgms-pollution-source .dv-wgms-statistic-content .dv-wgms-statistic-box .dv-wgms-legend .dv-wgms-legend-one .dv-wgms-right span:nth-child(1){color:#2ac94f}.dv-wgms-pollution-source .dv-wgms-statistic-content .dv-wgms-statistic-box .dv-wgms-legend .dv-wgms-legend-one .dv-wgms-right span:nth-child(2){color:#fff}.dv-wgms-pollution-source .dv-wgms-statistic-content .dv-wgms-statistic-box .dv-wgms-legend .dv-wgms-legend-one:last-child{margin-bottom:0}.dv-wgms-pollution-source .dv-wgms-statistic-content .dv-wgms-statistic-box .dv-wgms-port-list{padding-top:42px}.dv-wgms-pollution-source .dv-wgms-statistic-content .dv-wgms-statistic-box .dv-wgms-port-list .dv-wgms-port-one{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.dv-wgms-pollution-source .dv-wgms-statistic-content .dv-wgms-statistic-box .dv-wgms-port-list .dv-wgms-port-one .dv-wgms-name{font-size:14px;font-weight:500;line-height:14px;color:#fff;font-family:MiSans}.dv-wgms-pollution-source .dv-wgms-statistic-content .dv-wgms-statistic-box .dv-wgms-port-list .dv-wgms-port-one .dv-wgms-value span:nth-child(1){font-size:16px;font-weight:400;line-height:16px;-webkit-text-stroke:transparent 1px;margin-right:4px;font-family:Oswald;color:#f54455}.dv-wgms-pollution-source .dv-wgms-statistic-content .dv-wgms-statistic-box .dv-wgms-port-list .dv-wgms-port-one .dv-wgms-value span:nth-child(2),.dv-wgms-seven-day-kline{font-weight:500;color:#fff;line-height:14px;font-size:14px}.dv-wgms-n-p-trend-change{box-sizing:border-box;width:376px}.dv-wgms-n-p-trend-change .chart{width:100%;height:260px}.dv-wgms-seven-day-kline{box-sizing:border-box;display:flex;align-items:center;justify-content:space-around;width:376px;height:212px;padding-left:10px;background:#05213d}.dv-wgms-seven-day-kline .chart{width:100%;height:100%}.dv-wgms-seven-day-kline .chart-pie{width:130px;height:130px}.dv-wgms-seven-day-kline .section-water-quality-lengend{width:calc(100% - 146px)}.dv-wgms-seven-day-kline .section-water-quality-lengend .lengend-item{display:flex;align-items:center;margin-bottom:6px}.dv-wgms-seven-day-kline .section-water-quality-lengend .lengend-item:last-child{margin-bottom:0}.dv-wgms-seven-day-kline .section-water-quality-lengend .lengend-item .icon{display:block;flex-shrink:0;width:10px;height:10px;border-radius:50%}.dv-wgms-seven-day-kline .section-water-quality-lengend .lengend-item .name{width:48px;margin-left:4px}.dv-wgms-seven-day-kline .section-water-quality-lengend .lengend-item .flex-num{display:flex;align-items:center;justify-content:center;width:70px}.dv-wgms-seven-day-kline .section-water-quality-lengend .lengend-item .num{font-family:Oswald;color:#0df}.dv-wgms-seven-day-kline .section-water-quality-lengend .lengend-item .percent{font-family:Oswald}.dv-wgms-seven-day-kline .section-water-quality-lengend .lengend-item .text{color:#909399}.dv-wgms-seven-day-kline .section-water-quality-lengend .lengend-item .compare{display:block;width:56px;font-family:Oswald;font-weight:400;color:#2ac94f;text-align:right}.dv-wgms-seven-day-kline .section-water-quality-lengend .lengend-item .img-icon{margin-left:4px}.dv-wgms-subordinate-ranking-table{width:376px;font-family:MiSans;font-size:14px;font-weight:500;line-height:14px;color:#fff}.dv-wgms-subordinate-ranking-table .dv-wgms-sub-scroll-table{width:100%;height:256px;margin:0 auto;overflow-x:hidden}.dv-wgms-subordinate-ranking-table .dv-wgms-subordinate-ranking-list{display:flex;margin-top:4px;line-height:32px}.dv-wgms-subordinate-ranking-table .dv-wgms-subordinate-ranking-list .dv-wgms-subordinate-ranking-sort{display:block;width:12.5%;padding-left:8px;text-align:center}.dv-wgms-subordinate-ranking-table .dv-wgms-subordinate-ranking-list .dv-wgms-subordinate-ranking-name{display:block;width:21%;overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dv-wgms-subordinate-ranking-table .dv-wgms-subordinate-ranking-list .dv-wgms-subordinate-ranking-percent{display:flex;align-items:center;width:66.5%}.dv-wgms-subordinate-ranking-table .dv-wgms-subordinate-ranking-list .dv-wgms-subordinate-ranking-percent .dv-wgms-ranking-percent-progress{width:80%;height:8px;padding:0 8px}.dv-wgms-subordinate-ranking-table .dv-wgms-subordinate-ranking-list .dv-wgms-subordinate-ranking-percent .dv-wgms-ranking-percent-num{display:block;width:20%;padding-right:8px;font-family:Oswald;font-size:14px;color:#00deff;text-align:center}.dv-wgms-surrounding-pollution{box-sizing:border-box;width:376px;height:412px;background:#05213d}.dv-wgms-surrounding-pollution .surrounding-comm-box{box-sizing:border-box;padding:12px;background:rgba(0,47,93,.3);border:1px solid #00366a;border-radius:4px}.dv-wgms-surrounding-pollution .surrounding-comm-box.different{padding:8px 16px}.dv-wgms-surrounding-pollution .surrounding-comm-box .name-num-box{display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:100%}.dv-wgms-surrounding-pollution .surrounding-comm-box .name-num-box.pd10{padding:10px}.dv-wgms-surrounding-pollution .surrounding-comm-box .name-num-box .name{font-family:MiSans;font-size:14px;font-weight:500;line-height:20px;color:#fff;text-align:center}.dv-wgms-surrounding-pollution .surrounding-comm-box .name-num-box .num{font-family:Oswald;font-size:16px;font-weight:400;line-height:16px}.dv-wgms-surrounding-pollution .surrounding-comm-box .name-num-box .num.red{color:#f84439}.dv-wgms-surrounding-pollution .surrounding-comm-box .name-num-box .num-box{display:flex;justify-content:center}.dv-wgms-surrounding-pollution .surrounding-comm-box .name-num-box .num-box .total{font-family:Oswald;font-size:16px;font-weight:400;line-height:16px;color:#fff}.dv-wgms-surrounding-pollution .surrounding-two-flex{display:flex;justify-content:space-between;width:100%;height:142px;margin-bottom:12px}.dv-wgms-surrounding-pollution .surrounding-two-flex .surrounding-two-left{width:267px;height:100%}.dv-wgms-surrounding-pollution .surrounding-two-flex .surrounding-two-left .title-box{display:flex;align-items:center;justify-content:space-between;width:100%}.dv-wgms-surrounding-pollution .surrounding-two-flex .surrounding-two-left .title-box .title{font-family:MiSans;font-size:14px;font-weight:500;color:#fff}.dv-wgms-surrounding-pollution .surrounding-two-flex .surrounding-two-left .impact-list{margin-top:4px}.dv-wgms-surrounding-pollution .surrounding-two-flex .surrounding-two-left .impact-list .impact-list-every{display:flex;align-items:center;justify-content:space-between;line-height:32px}.dv-wgms-surrounding-pollution .surrounding-two-flex .surrounding-two-left .impact-list .impact-list-every span{display:block;font-family:Oswald;font-size:16px;font-weight:400}.dv-wgms-surrounding-pollution .surrounding-two-flex .surrounding-two-left .impact-list .impact-list-every .sort{width:24px;line-height:18px;color:rgba(255,255,255,.8);text-align:center}.dv-wgms-surrounding-pollution .surrounding-two-flex .surrounding-two-left .impact-list .impact-list-every .name{flex:1;overflow:hidden;font-family:MiSans;font-size:16px;font-weight:400;color:#fff;text-overflow:ellipsis;white-space:nowrap}.dv-wgms-surrounding-pollution .surrounding-two-flex .surrounding-two-left .impact-list .impact-list-every .num{width:40px;color:#f84439;text-align:right}.dv-wgms-surrounding-pollution .surrounding-two-flex .surrounding-two-left .empty-data{width:100%;margin-top:20px;color:rgba(255,255,255,.6);text-align:center}.dv-wgms-upstream-section .section-correlation-table .section-correlation-list.header,.dv-wgms-water-quality-status-bottom{margin-top:8px}.dv-wgms-surrounding-pollution .surrounding-two-flex .surrounding-two-right{width:calc(100% - 267px - 12px);height:100%}.dv-wgms-surrounding-pollution .surrounding-three-flex{display:flex;justify-content:space-between;width:100%;height:80px}.dv-wgms-surrounding-pollution .surrounding-three-flex .surrounding-three-item{width:calc(33.3333% - 8px);height:100%}.dv-wgms-upstream-impact{box-sizing:border-box;width:376px;height:212px;background:#05213d}.dv-wgms-upstream-impact .chart{width:100%;height:100%}.dv-wgms-upstream-section{box-sizing:border-box;width:376px;height:136px;background:#05213d}.dv-wgms-upstream-section .section-correlation-table{width:100%;height:100%}.dv-wgms-upstream-section .section-correlation-table .section-correlation-list{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:18px;line-height:16px}.dv-wgms-upstream-section .section-correlation-table .section-correlation-list span{display:block;font-family:MiSans;font-size:14px;font-weight:500}.dv-wgms-upstream-section .section-correlation-table .section-correlation-list.header span{font-family:MiSans;font-size:14px;font-weight:500;color:#909399}.dv-wgms-upstream-section .section-correlation-table .section-correlation-list.header .progress{display:flex;justify-content:space-between;padding-left:8px}.dv-wgms-upstream-section .section-correlation-table .section-correlation-list .sort{width:24px;padding-left:4px;font-family:Oswald;color:#fff;text-align:left}.dv-wgms-upstream-section .section-correlation-table .section-correlation-list .name{width:80px;overflow:hidden;color:#fff;text-align:center;text-overflow:ellipsis;white-space:nowrap}.dv-wgms-upstream-section .section-correlation-table .section-correlation-list .progress{width:216px}.dv-wgms-upstream-section .section-correlation-table .section-correlation-list .correlation-coefficient{flex:1;font-family:Oswald;text-align:center}.dv-wgms-upstream-section .section-correlation-table .section-correlation-list .correlation-coefficient.green{color:#15f3a3}.dv-wgms-upstream-section .section-correlation-table .section-correlation-list .alarm{flex:1;font-family:Oswald;text-align:center}.dv-wgms-upstream-section .section-correlation-table .section-correlation-list .alarm.red{color:#f84439}.dv-wgms-water-category{display:flex;align-items:center;justify-content:space-around;width:376px;height:168px;padding:0 4px;background:#05213d;font-size:14px;font-weight:500;line-height:14px;color:#fff}.dv-wgms-water-category .chart-pie{width:130px;height:130px}.dv-wgms-water-category .section-water-quality-lengend{width:calc(100% - 146px)}.dv-wgms-water-category .section-water-quality-lengend .lengend-item{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.dv-wgms-water-category .section-water-quality-lengend .lengend-item:last-child{margin-bottom:0}.dv-wgms-water-category .section-water-quality-lengend .lengend-item .icon{display:block;flex-shrink:0;width:10px;height:10px;border-radius:50%}.dv-wgms-water-category .section-water-quality-lengend .lengend-item .name{width:46px;margin-left:4px}.dv-wgms-water-category .section-water-quality-lengend .lengend-item .flex-num{display:flex;align-items:center;justify-content:end;width:62px;margin-right:12px}.dv-wgms-water-category .section-water-quality-lengend .lengend-item .num{font-family:Oswald;color:#0df}.dv-wgms-water-category .section-water-quality-lengend .lengend-item .percent{font-family:Oswald}.dv-wgms-water-category .section-water-quality-lengend .lengend-item .text{color:#909399}.dv-wgms-water-category .section-water-quality-lengend .lengend-item .compare{display:block;width:42px;font-family:Oswald;font-weight:400;color:#2ac94f;text-align:right}.dv-wgms-water-category .section-water-quality-lengend .lengend-item .img-icon{margin-left:4px}.dv-wgms-water-quality-rainfall{box-sizing:border-box;width:376px;height:212px;background:#05213d}.dv-wgms-water-quality-rainfall .chart{width:100%;height:100%}.dv-wgms-water-quality{width:376px;padding:12px;background:#05213d}.dv-wgms-water-quality-status{padding:9px 12px;margin-bottom:12px;font-size:14px;font-weight:500;line-height:14px;color:#fff;box-sizing:border-box;background:rgba(68,136,208,.1);border:1px solid rgba(68,136,208,.2);border-radius:4px}.dv-wgms-water-quality-status:last-child{margin-bottom:0}.dv-wgms-water-quality-status-top{margin-bottom:8px}.dv-wgms-water-quality-status-top .dv-wgms-rate{font-family:Oswald}.dv-wgms-water-quality-status-bottom .dv-wgms-text{color:#909399}.dv-wgms-water-quality-status-bottom .dv-wgms-value{margin-left:4px;font-family:Oswald}.dv-wgms-water-quality-status-bottom img{margin-left:4px}.dv-wgms-bar-box,.dv-wgms-water-quality-status-bottom .same{display:flex;align-items:center}.dv-wgms-bar-box .stand-bar{height:100%}.dv-wgms-bar-box .bar-head{width:2px;height:12px}.dv-wgms-common-panel{position:relative;width:400px;font-family:MiSans}.dv-wgms-common-panel .common-bg{position:absolute;width:100%;border-top:30px solid;border-right:70px solid;border-bottom:30px solid;border-left:70px solid;border-image-slice:30 70 30 70 fill}.dv-wgms-common-panel .panel-content{position:absolute;width:100%;padding:8px 16px}.dv-wgms-common-panel .top-title{position:relative;z-index:9;display:flex;align-items:center;justify-content:space-between;width:100%;height:34px;padding-left:28px;background-size:100% 100%;border-top:17px solid;border-right:30px solid;border-bottom:18px solid;border-left:30px solid;border-image-source:url(./images/title.png);border-image-slice:17 30 18 30 fill}.dv-wgms-common-panel .top-title .text-box{position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:space-between;width:calc(100% + 17px);height:35px;transform:translateY(-18px)}.dv-wgms-common-panel .top-title .left{display:flex;align-items:center}.dv-wgms-common-panel .top-title .left .main-title{max-width:320px;font-family:PangMenZhengDao;font-size:20px;color:#d8f1ff}.dv-wgms-common-panel .top-title .left .sub{font-family:Furore;font-size:14px;color:rgba(255,255,255,.6)}@supports (-webkit-backdrop-filter:blur(30px)) or (backdrop-filter:blur(30px)){.dv-wgms-bf-blur{background-color:rgba(0,0,0,.8);backdrop-filter:blur(30px)}}@supports not ((-webkit-backdrop-filter:blur(30px)) or (backdrop-filter:blur(30px))){.dv-wgms-bf-blur{background-color:rgba(0,0,0,.8);box-shadow:0 10px 30px rgba(0,0,0,.18),0 6px 10px rgba(0,0,0,.22)}}.dv-wgms-container-select{position:relative;width:100%;font-family:MiSans}.dv-wgms-container-select .select-box{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.dv-wgms-container-select .select-box .label{margin-right:4px;overflow:hidden;font-family:MiSans;text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:500;line-height:14px;color:#fff}.dv-wgms-container-select .select-box .arrow-white{width:0;height:0;border-top:4px solid #fff;border-right:4px solid transparent;border-bottom:0 solid transparent;border-left:4px solid transparent;transform:scale(v-bind(arrowScale))}.dv-wgms-container-select .placeholder{color:rgba(255,255,255,.5)}.dv-wgms-container-select .option-list{position:absolute;bottom:-120px;left:50%;z-index:15;width:fit-content;min-width:60px;height:116px;padding:4px;background:radial-gradient(50% 10% at 50% 100%,rgba(61,190,233,.6) 0,rgba(61,143,233,.2) 54%,rgba(61,143,233,0) 99%),#12294f;border:1px solid #3d7cc1;border-radius:4px;transform:translateX(-50%)}.dv-wgms-container-select .option-list .select-item{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:3px 6px;margin-bottom:4px;font-family:MiSans;white-space:nowrap;cursor:pointer;background:rgba(2,48,87,.5);border:1px solid rgba(40,108,157,.2);border-radius:4px;font-size:14px;font-weight:500;line-height:14px;color:#fff}.dv-wgms-container-select .option-list .select-item-check{background:#008dce;border:1px solid #00e5ff}.dv-wgms-container-select .height-to-down-enter-from{bottom:-4px;height:0!important;transition:all .2s}.dv-wgms-container-select .height-to-down-enter-active{transition:all .2s}.dv-wgms-container-select .height-to-down-enter-to,.dv-wgms-container-select .height-to-down-leave-from{bottom:-120px;height:116px!important;transition:all .2s}.dv-wgms-container-select .height-to-down-leave-active{transition:all .2s}.dv-wgms-container-select .height-to-down-leave-to{bottom:-4px;height:0!important;transition:all .2s}.dv-wgms-container-select .arrow-line{width:6px;height:6px;margin-left:4px;border-right:1px solid #fff;border-bottom:1px solid #fff;transform:rotate(45deg) translateY(-50%) scale(v-bind(arrowScale));transform-origin:center}.dv-wgms-container-select .arrow-line-ro{transform:rotate(225deg)!important}.dv-wgms-container-select .select-box-father{box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;width:100%;height:100%;padding:5px 8px;background:#023057;border:1px solid #286c9d;border-radius:4px}.dv-wgms-container-select .select-box-father .label{width:95%}
|
|
1
|
+
@charset "UTF-8";.dv-wgms-key-river,.dv-wgms-outlet-online{line-height:var(--dv-text-body1);font-weight:500}.dv-wgms-flex-left-top{display:flex;align-items:flex-start;justify-content:flex-start}.dv-wgms-flex-center-top{display:flex;align-items:flex-start;justify-content:center}.dv-wgms-flex-right-top{display:flex;align-items:flex-start;justify-content:flex-end}.dv-wgms-flex-between-top{display:flex;align-items:flex-start;justify-content:space-between}.dv-wgms-flex-around-top{display:flex;align-items:flex-start;justify-content:space-around}.dv-wgms-flex-left-center{display:flex;align-items:center;justify-content:flex-start}.dv-wgms-flex-center-center{display:flex;align-items:center;justify-content:center}.dv-wgms-flex-right-center{display:flex;align-items:center;justify-content:flex-end}.dv-wgms-flex-between-center{display:flex;align-items:center;justify-content:space-between}.dv-wgms-flex-around-center{display:flex;align-items:center;justify-content:space-around}.dv-wgms-flex-left-bottom{display:flex;align-items:flex-end;justify-content:flex-start}.dv-wgms-flex-center-bottom{display:flex;align-items:flex-end;justify-content:center}.dv-wgms-flex-right-bottom{display:flex;align-items:flex-end;justify-content:flex-end}.dv-wgms-flex-between-bottom{display:flex;align-items:flex-end;justify-content:space-between}.dv-wgms-flex-around-bottom{display:flex;align-items:flex-end;justify-content:space-around}.dv-wgms-key-river{width:376px;height:138px;font-size:var(--dv-text-body1);color:var(--dv-color-text-primary)}.dv-wgms-key-river-one{flex-direction:column}.dv-wgms-key-river-one-content{position:relative;margin:4px 0}.dv-wgms-key-river-one-content-text{position:absolute;top:40%;width:100%;font-size:16px;font-weight:500;color:#fff;text-align:center;text-shadow:0 4px 10px 0 rgba(0,0,0,.3)}.dv-wgms-key-river-one-content-text img{width:80px}.dv-wgms-key-river-one-compare span{margin-right:4px;color:#909399}.dv-wgms-outlet-online{width:376px;padding:12px;font-size:var(--dv-text-body1);color:var(--dv-color-text-primary);box-sizing:border-box;background:var(--dv-color-fill-base);border:1px solid var(--dv-color-border-base);border-radius:4px}.dv-wgms-outlet-online .toggle-list .list-one{box-sizing:border-box;width:174px;height:24px;cursor:pointer;background:#001f4c;border:1px solid #003580;border-radius:2px}.dv-wgms-outlet-online .toggle-list .active{background:#0069ff;border:none}.dv-wgms-outlet-online .chart-content{width:100%;padding-top:16px}.dv-wgms-outlet-online .chart-content .left{width:105px;height:105px;text-align:center}.dv-wgms-outlet-online .chart-content .left .pie-chart{width:100%;height:100%;margin-top:-12px}.dv-wgms-outlet-online .chart-content .left .total span:last-child{font-family:var(--dv-font-family-number);font-size:16px;font-weight:500}.dv-wgms-outlet-online .chart-content .legend{flex:1;margin-left:10px}.dv-wgms-outlet-online .chart-content .legend .legend-one{margin-bottom:8px}.dv-wgms-outlet-online .chart-content .legend .legend-one:last-child{margin-bottom:0}.dv-wgms-outlet-online .chart-content .legend .legend-one .circle{width:10px;height:10px;margin-right:4px;border-radius:5px}.dv-wgms-outlet-online .chart-content .legend .legend-one .righ-c{font-family:var(--dv-font-family-number);font-size:14px;font-weight:400}.dv-wgms-compliance-rate,.dv-wgms-env-online{font-size:var(--dv-text-body1);line-height:var(--dv-text-body1);background:var(--dv-color-fill-base);border:1px solid var(--dv-color-border-base);box-sizing:border-box}.dv-wgms-outlet-online .chart-content .legend .legend-one .righ-c .num{color:#00deff}.dv-wgms-outlet-online .chart-content .legend .legend-one .righ-c .split{color:rgba(255,255,255,.5)}.dv-wgms-env-online{flex-wrap:wrap;width:376px;padding:12px 12px 1px;font-weight:500;color:var(--dv-color-text-primary);border-radius:4px}.dv-wgms-env-online .dv-wgms-item-one{width:45.5%;margin-bottom:11px}.dv-wgms-env-online .dv-wgms-item-one .dv-wgms-value{font-family:var(--dv-font-family-number);font-size:14px;font-weight:400}.dv-wgms-env-online .dv-wgms-item-one .dv-wgms-value .dv-wgms-online{color:#00deff}.dv-wgms-auxiliary-judgment{box-sizing:border-box;width:376px;min-height:168px}.dv-wgms-auxiliary-judgment .conclusion-box{box-sizing:border-box;width:100%;height:100%;padding:12px;background:rgba(68,136,208,.1);border:1px solid rgba(68,136,208,.2);border-radius:4px}.dv-wgms-auxiliary-judgment .conclusion-box .conclusion-text{margin-bottom:8px;font-size:14px;font-weight:400;line-height:20px;color:#fff}.dv-wgms-auxiliary-judgment .conclusion-box .conclusion-text:last-child{margin-bottom:0}.dv-wgms-changes-along-the-process{box-sizing:border-box;width:376px;height:212px}.dv-wgms-changes-along-the-process .chart{width:100%;height:100%}.dv-wgms-chlorophyll-a-change-rate .change-rate{display:flex;justify-content:space-between;padding:10px 15px 0}.dv-wgms-chlorophyll-a-change-rate .change-rate .rate-one{position:relative;height:132px;text-align:center}.dv-wgms-chlorophyll-a-change-rate .change-rate .rate-one .value{margin-left:14px}.dv-wgms-chlorophyll-a-change-rate .change-rate .rate-one .value>span:nth-child(1){font-family:Furore;font-size:24px}.dv-wgms-chlorophyll-a-change-rate .change-rate .rate-one .value>span:nth-child(2){margin-right:4px;font-size:12px;color:rgba(255,255,255,.7)}.dv-wgms-chlorophyll-a-change-rate .change-rate .rate-one .trend{position:absolute;top:26px;width:100%;height:10px}.dv-wgms-chlorophyll-a-change-rate .change-rate .rate-one .trend img{width:10px;height:10px}.dv-wgms-chlorophyll-a-change-rate .change-rate .rate-one .zao{width:86px;height:90px;margin-top:-2px}.dv-wgms-chlorophyll-a-change-rate .change-rate .rate-one .label{font-family:TRENDS;font-size:14px;color:#fff}.dv-wgms-cross-section-correlation{box-sizing:border-box;width:376px;height:200px}.dv-wgms-cross-section-correlation .section-correlation-table{width:100%;height:100%}.dv-wgms-cross-section-correlation .section-correlation-table .section-correlation-list{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:18px;line-height:16px}.dv-wgms-cross-section-correlation .section-correlation-table .section-correlation-list span{display:block;font-size:14px;font-weight:500}.dv-wgms-cross-section-correlation .section-correlation-table .section-correlation-list.header{margin-top:8px}.dv-wgms-cross-section-correlation .section-correlation-table .section-correlation-list.header span{font-size:14px;font-weight:500;color:#909399}.dv-wgms-cross-section-correlation .section-correlation-table .section-correlation-list .sort{width:24px;padding-left:4px;font-family:var(--dv-font-family-number);color:#fff;text-align:left}.dv-wgms-cross-section-correlation .section-correlation-table .section-correlation-list .name{width:80px;overflow:hidden;color:#fff;text-align:center;text-overflow:ellipsis;white-space:nowrap}.dv-wgms-cross-section-correlation .section-correlation-table .section-correlation-list .progress{width:140px}.dv-wgms-cross-section-correlation .section-correlation-table .section-correlation-list .correlation-coefficient{flex:1;font-family:var(--dv-font-family-number);text-align:center}.dv-wgms-cross-section-correlation .section-correlation-table .section-correlation-list .correlation-coefficient.green{color:#15f3a3}.dv-wgms-cross-section-correlation .section-correlation-table .section-correlation-list .alarm{flex:1;font-family:var(--dv-font-family-number);text-align:center}.dv-wgms-cross-section-correlation .section-correlation-table .section-correlation-list .alarm.red{color:#f84439}.dv-wgms-compliance-rate{width:376px;height:120px;padding:12px;font-weight:500;color:var(--dv-color-text-primary);border-radius:4px}.dv-wgms-compliance-rate-one-value span:nth-child(2),.title-text{color:#909399}.dv-wgms-compliance-rate-one{flex-direction:column}.dv-wgms-compliance-rate-one-icon{margin-top:2px}.dv-wgms-compliance-rate-one-icon img{width:80px}.dv-wgms-compliance-rate-one-label{margin-top:-2px;margin-bottom:4px}.dv-wgms-compliance-rate-one-value span:nth-child(1){margin-right:4px;font-family:var(--dv-font-family-number);font-size:16px;font-weight:500;background:linear-gradient(180deg,#fff 27%,#1ad9ff 80%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.dv-wgms-compliance-one{margin-bottom:16px}.dv-wgms-compliance-one:last-child{margin-bottom:0}.title-text{margin-bottom:8px;font-size:16px;font-weight:500;line-height:16px}.dv-wgms-environmental-analysis{width:376px;height:136px}.dv-wgms-environmental-analysis .dv-wgms-factor-top{display:flex;align-items:center;justify-content:space-between;width:100%;padding-right:10px}.dv-wgms-environmental-analysis .dv-wgms-factor-top .dv-wgms-factor-top-name{margin-bottom:12px;font-size:var(--dv-text-body1);font-weight:500;line-height:var(--dv-text-body1);color:var(--dv-color-text-primary)}.dv-wgms-environmental-analysis .dv-wgms-factor-box{display:flex;flex-direction:column;width:100%;height:100%;padding:12px 16px;box-sizing:border-box;background:var(--dv-color-fill-base);border:1px solid var(--dv-color-border-base);border-radius:4px}.dv-wgms-environmental-analysis .dv-wgms-factor-body{display:flex;justify-content:space-between}.dv-wgms-environmental-analysis .dv-wgms-factor-body .dv-wgms-factor-body-item{position:relative;display:flex;flex-direction:column;align-items:center;min-width:78px}.dv-wgms-environmental-analysis .dv-wgms-factor-body .dv-wgms-factor-body-item .dv-wgms-fator-pie{position:absolute;top:-9px;left:-40px;z-index:1;width:160px;height:100px}.dv-wgms-environmental-analysis .dv-wgms-factor-body .dv-wgms-factor-body-item .dv-wgms-factor-value{margin:6px 0 28px;font-size:var(--dv-text-number6);font-weight:500;line-height:30px;color:var(--dv-color-index);text-shadow:0 1px 3px 0 var(--dv-text-shadow)}.dv-wgms-environmental-analysis .dv-wgms-factor-body .dv-wgms-factor-body-item .dv-wgms-factor-name{position:absolute;bottom:-15px;z-index:2;width:85px;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;font-size:var(--dv-text-body1);font-weight:500;line-height:var(--dv-text-body1);color:var(--dv-color-text-primary)}.dv-wgms-environmental-analysis .dv-wgms-environmental-no-data{margin:20px auto;color:#fff;font-size:var(--dv-text-body1);font-weight:500;line-height:var(--dv-text-body1);color:var(--dv-color-text-primary)}.dv-wgms-flex-bw-c{display:flex;align-items:center;justify-content:space-between}.dv-wgms-flex-c-c{display:flex;align-items:center;justify-content:center}.dv-wgms-mgb12{margin-bottom:12px}.dv-wgms-mgb8{margin-bottom:8px}.dv-wgms-white-60{color:rgba(255,255,255,.6)}.dv-wgms-mgr4{margin-right:4px}.dv-wgms-lake-river-index{width:376px;color:#fff;font-size:var(--dv-text-body1);font-weight:500;line-height:var(--dv-text-body1);color:var(--dv-color-text-primary)}.dv-wgms-lake-river-index .dv-wgms-lake-river-item{box-sizing:border-box;width:100%;margin-bottom:16px;border-radius:4px}.dv-wgms-lake-river-index .dv-wgms-lake-river-item .dv-wgms-lake-level-box{width:44px;height:22px;margin-right:6px;line-height:22px;text-align:center;background:#03a9f4;border-radius:21px}.dv-wgms-lake-river-index .dv-wgms-lake-river-item:last-child{margin-bottom:0}.dv-wgms-lake-river-index .dv-wgms-river-detail{padding:12px;box-sizing:border-box;background:var(--dv-color-fill-base);border:1px solid var(--dv-color-border-base);border-radius:4px}.dv-wgms-n-p-trend-change{box-sizing:border-box;width:376px}.dv-wgms-n-p-trend-change .chart{width:100%;height:260px}.dv-wgms-chlorophyll-a-change-rate{box-sizing:border-box;width:376px;height:var(--height);background-size:100% 100%}.dv-wgms-chlorophyll-a-change-rate .dv-wgms-chart{width:100%;height:160px}.dv-wgms-factor-trend-comparison{box-sizing:border-box;width:376px}.dv-wgms-factor-trend-comparison .chart{width:100%;height:260px}.dv-wgms-pollution-source{width:376px;color:#fff}.dv-wgms-pollution-source .dv-wgms-key-source{height:182px;padding:12px;box-sizing:border-box;background:var(--dv-color-fill-base);border:1px solid var(--dv-color-border-base);border-radius:4px}.dv-wgms-pollution-source .dv-wgms-key-source .dv-wgms-title-text{display:flex;justify-content:space-between;font-size:var(--dv-text-body1);font-weight:500;line-height:var(--dv-text-body1);color:var(--dv-color-text-primary)}.dv-wgms-pollution-source .dv-wgms-key-source .dv-wgms-key-list{height:130px;margin-top:16px}.dv-wgms-pollution-source .dv-wgms-key-source .dv-wgms-key-list .dv-wgms-key-one{margin-bottom:10px}.dv-wgms-pollution-source .dv-wgms-key-source .dv-wgms-key-list .dv-wgms-key-one .dv-wgms-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:4px;font-family:var(--dv-font-family-number);font-size:16px;font-weight:400;line-height:16px;color:#fff;-webkit-text-stroke:transparent 1px}.dv-wgms-pollution-source .dv-wgms-key-source .dv-wgms-key-list .dv-wgms-key-one .dv-wgms-top .dv-wgms-left span:nth-child(1){margin-right:15px;font-family:var(--dv-font-family-number)}.dv-wgms-pollution-source .dv-wgms-key-source .dv-wgms-key-list .dv-wgms-key-one .dv-wgms-top .dv-wgms-left span:nth-child(2){font-size:var(--dv-text-body1);font-weight:500;line-height:var(--dv-text-body1);color:var(--dv-color-text-primary)}.dv-wgms-pollution-source .dv-wgms-key-source .dv-wgms-key-list .dv-wgms-key-one .dv-wgms-top .dv-wgms-right{font-family:var(--dv-font-family-number);font-size:16px;color:#f54455}.dv-wgms-pollution-source .dv-wgms-key-source .dv-wgms-key-list .dv-wgms-key-one .dv-wgms-bar{position:relative;width:100%;height:12px}.dv-wgms-pollution-source .dv-wgms-key-source .dv-wgms-key-list .dv-wgms-key-one:last-child{margin-bottom:0}.dv-wgms-pollution-source .dv-wgms-statistic-content{display:flex;justify-content:space-between;margin-top:10px}.dv-wgms-pollution-source .dv-wgms-statistic-content .dv-wgms-statistic-box{width:182px;height:146px;padding:10px 24px 12px 12px;box-sizing:border-box;background:var(--dv-color-fill-base);border:1px solid var(--dv-color-border-base);border-radius:4px;font-size:var(--dv-text-body1);font-weight:500;line-height:var(--dv-text-body1);color:var(--dv-color-text-primary)}.dv-wgms-pollution-source .dv-wgms-statistic-content .dv-wgms-statistic-box .dv-wgms-total-content{display:flex;align-items:center;justify-content:space-between;height:20px;margin-top:17px;margin-bottom:12px}.dv-wgms-pollution-source .dv-wgms-statistic-content .dv-wgms-statistic-box .dv-wgms-legend,.dv-wgms-upstream-section .section-correlation-table .section-correlation-list.header,.dv-wgms-water-quality-status-bottom{margin-top:8px}.dv-wgms-pollution-source .dv-wgms-statistic-content .dv-wgms-statistic-box .dv-wgms-total-content .dv-wgms-left{font-size:14px}.dv-wgms-pollution-source .dv-wgms-statistic-content .dv-wgms-statistic-box .dv-wgms-total-content .dv-wgms-right{display:flex;font-family:var(--dv-font-family-number)}.dv-wgms-pollution-source .dv-wgms-statistic-content .dv-wgms-statistic-box .dv-wgms-total-content .dv-wgms-right .dv-wgms-chart{width:20px;height:20px;margin-left:8px}.dv-wgms-pollution-source .dv-wgms-statistic-content .dv-wgms-statistic-box .dv-wgms-legend .dv-wgms-legend-one{display:flex;justify-content:space-between;margin-bottom:10px}.dv-wgms-pollution-source .dv-wgms-statistic-content .dv-wgms-statistic-box .dv-wgms-legend .dv-wgms-legend-one .dv-wgms-left{display:flex;align-items:center}.dv-wgms-pollution-source .dv-wgms-statistic-content .dv-wgms-statistic-box .dv-wgms-legend .dv-wgms-legend-one .dv-wgms-left .dv-wgms-circle{width:10px;height:10px;margin-right:4px;border-radius:50%}.dv-wgms-pollution-source .dv-wgms-statistic-content .dv-wgms-statistic-box .dv-wgms-legend .dv-wgms-legend-one .dv-wgms-left .dv-wgms-name{font-size:14px}.dv-wgms-pollution-source .dv-wgms-statistic-content .dv-wgms-statistic-box .dv-wgms-legend .dv-wgms-legend-one .dv-wgms-right{display:flex;align-items:center;font-family:var(--dv-font-family-number)}.dv-wgms-pollution-source .dv-wgms-statistic-content .dv-wgms-statistic-box .dv-wgms-legend .dv-wgms-legend-one .dv-wgms-right span:nth-child(1){color:#2ac94f}.dv-wgms-pollution-source .dv-wgms-statistic-content .dv-wgms-statistic-box .dv-wgms-legend .dv-wgms-legend-one .dv-wgms-right span:nth-child(2){color:#fff}.dv-wgms-pollution-source .dv-wgms-statistic-content .dv-wgms-statistic-box .dv-wgms-legend .dv-wgms-legend-one:last-child{margin-bottom:0}.dv-wgms-pollution-source .dv-wgms-statistic-content .dv-wgms-statistic-box .dv-wgms-port-list{padding-top:42px}.dv-wgms-pollution-source .dv-wgms-statistic-content .dv-wgms-statistic-box .dv-wgms-port-list .dv-wgms-port-one{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.dv-wgms-pollution-source .dv-wgms-statistic-content .dv-wgms-statistic-box .dv-wgms-port-list .dv-wgms-port-one .dv-wgms-name{font-size:var(--dv-text-body1);font-weight:500;line-height:var(--dv-text-body1);color:var(--dv-color-text-primary)}.dv-wgms-pollution-source .dv-wgms-statistic-content .dv-wgms-statistic-box .dv-wgms-port-list .dv-wgms-port-one .dv-wgms-value span:nth-child(1){font-size:16px;font-weight:400;line-height:16px;-webkit-text-stroke:transparent 1px;margin-right:4px;font-family:var(--dv-font-family-number);color:#f54455}.dv-wgms-seven-day-kline,.dv-wgms-subordinate-ranking-table{font-size:var(--dv-text-body1);line-height:var(--dv-text-body1)}.dv-wgms-pollution-source .dv-wgms-statistic-content .dv-wgms-statistic-box .dv-wgms-port-list .dv-wgms-port-one .dv-wgms-value span:nth-child(2){color:rgba(255,255,255,.6);font-size:var(--dv-text-body1);font-weight:500;line-height:var(--dv-text-body1);color:var(--dv-color-text-primary)}.dv-wgms-seven-day-kline{box-sizing:border-box;display:flex;align-items:center;justify-content:space-around;width:376px;height:212px;padding-left:10px;font-weight:500;color:var(--dv-color-text-primary)}.dv-wgms-seven-day-kline .chart{width:100%;height:100%}.dv-wgms-seven-day-kline .chart-pie{width:130px;height:130px}.dv-wgms-seven-day-kline .section-water-quality-lengend{width:calc(100% - 146px)}.dv-wgms-seven-day-kline .section-water-quality-lengend .lengend-item{display:flex;align-items:center;margin-bottom:6px}.dv-wgms-seven-day-kline .section-water-quality-lengend .lengend-item:last-child{margin-bottom:0}.dv-wgms-seven-day-kline .section-water-quality-lengend .lengend-item .icon{display:block;flex-shrink:0;width:10px;height:10px;border-radius:50%}.dv-wgms-seven-day-kline .section-water-quality-lengend .lengend-item .name{width:48px;margin-left:4px}.dv-wgms-seven-day-kline .section-water-quality-lengend .lengend-item .flex-num{display:flex;align-items:center;justify-content:center;width:70px}.dv-wgms-seven-day-kline .section-water-quality-lengend .lengend-item .num{font-family:var(--dv-font-family-number);color:#0df}.dv-wgms-seven-day-kline .section-water-quality-lengend .lengend-item .percent{font-family:var(--dv-font-family-number)}.dv-wgms-seven-day-kline .section-water-quality-lengend .lengend-item .text{color:#909399}.dv-wgms-seven-day-kline .section-water-quality-lengend .lengend-item .compare{display:block;width:56px;font-family:var(--dv-font-family-number);font-weight:400;color:#2ac94f;text-align:right}.dv-wgms-seven-day-kline .section-water-quality-lengend .lengend-item .img-icon{margin-left:4px}.dv-wgms-subordinate-ranking-table{width:376px;color:#fff;font-weight:500;color:var(--dv-color-text-primary)}.dv-wgms-subordinate-ranking-table .dv-wgms-sub-scroll-table{width:100%;height:256px;margin:0 auto;overflow-x:hidden}.dv-wgms-subordinate-ranking-table .dv-wgms-subordinate-ranking-list{display:flex;margin-top:4px;line-height:32px}.dv-wgms-subordinate-ranking-table .dv-wgms-subordinate-ranking-list .dv-wgms-subordinate-ranking-sort{display:block;width:12.5%;padding-left:8px;text-align:center}.dv-wgms-subordinate-ranking-table .dv-wgms-subordinate-ranking-list .dv-wgms-subordinate-ranking-name{display:block;width:21%;overflow:hidden;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dv-wgms-subordinate-ranking-table .dv-wgms-subordinate-ranking-list .dv-wgms-subordinate-ranking-percent{display:flex;align-items:center;width:66.5%}.dv-wgms-subordinate-ranking-table .dv-wgms-subordinate-ranking-list .dv-wgms-subordinate-ranking-percent .dv-wgms-ranking-percent-progress{width:80%;height:8px;padding:0 8px}.dv-wgms-subordinate-ranking-table .dv-wgms-subordinate-ranking-list .dv-wgms-subordinate-ranking-percent .dv-wgms-ranking-percent-num{display:block;width:20%;padding-right:8px;font-family:var(--dv-font-family-number);font-size:14px;color:#00deff;text-align:center}.dv-wgms-surrounding-pollution{box-sizing:border-box;width:376px;height:412px}.dv-wgms-surrounding-pollution .surrounding-comm-box{box-sizing:border-box;padding:12px;background:rgba(0,47,93,.3);border:1px solid #00366a;border-radius:4px}.dv-wgms-surrounding-pollution .surrounding-comm-box.different{padding:8px 16px}.dv-wgms-surrounding-pollution .surrounding-comm-box .name-num-box{display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:100%}.dv-wgms-surrounding-pollution .surrounding-comm-box .name-num-box.pd10{padding:10px}.dv-wgms-surrounding-pollution .surrounding-comm-box .name-num-box .name{font-size:14px;font-weight:500;line-height:20px;color:#fff;text-align:center}.dv-wgms-surrounding-pollution .surrounding-comm-box .name-num-box .num,.dv-wgms-surrounding-pollution .surrounding-comm-box .name-num-box .num-box .total{font-weight:400;line-height:16px;font-size:16px;font-family:var(--dv-font-family-number)}.dv-wgms-surrounding-pollution .surrounding-comm-box .name-num-box .num.red{color:#f84439}.dv-wgms-surrounding-pollution .surrounding-comm-box .name-num-box .num-box{display:flex;justify-content:center}.dv-wgms-surrounding-pollution .surrounding-comm-box .name-num-box .num-box .total{color:#fff}.dv-wgms-surrounding-pollution .surrounding-two-flex{display:flex;justify-content:space-between;width:100%;height:142px;margin-bottom:12px}.dv-wgms-surrounding-pollution .surrounding-two-flex .surrounding-two-left{width:267px;height:100%}.dv-wgms-surrounding-pollution .surrounding-two-flex .surrounding-two-left .title-box{display:flex;align-items:center;justify-content:space-between;width:100%}.dv-wgms-surrounding-pollution .surrounding-two-flex .surrounding-two-left .title-box .title{font-size:14px;font-weight:500;color:#fff}.dv-wgms-surrounding-pollution .surrounding-two-flex .surrounding-two-left .impact-list{margin-top:4px}.dv-wgms-surrounding-pollution .surrounding-two-flex .surrounding-two-left .impact-list .impact-list-every{display:flex;align-items:center;justify-content:space-between;line-height:32px}.dv-wgms-surrounding-pollution .surrounding-two-flex .surrounding-two-left .impact-list .impact-list-every span{display:block;font-family:var(--dv-font-family-number);font-size:16px;font-weight:400}.dv-wgms-surrounding-pollution .surrounding-two-flex .surrounding-two-left .impact-list .impact-list-every .sort{width:24px;line-height:18px;color:rgba(255,255,255,.8);text-align:center}.dv-wgms-surrounding-pollution .surrounding-two-flex .surrounding-two-left .impact-list .impact-list-every .name{flex:1;overflow:hidden;font-size:16px;font-weight:400;color:#fff;text-overflow:ellipsis;white-space:nowrap}.dv-wgms-distribution-points,.dv-wgms-water-category,.dv-wgms-water-quality-status{font-size:var(--dv-text-body1);line-height:var(--dv-text-body1)}.dv-wgms-surrounding-pollution .surrounding-two-flex .surrounding-two-left .impact-list .impact-list-every .num{width:40px;color:#f84439;text-align:right}.dv-wgms-surrounding-pollution .surrounding-two-flex .surrounding-two-left .empty-data{width:100%;margin-top:20px;color:rgba(255,255,255,.6);text-align:center}.dv-wgms-surrounding-pollution .surrounding-two-flex .surrounding-two-right{width:calc(100% - 267px - 12px);height:100%}.dv-wgms-surrounding-pollution .surrounding-three-flex{display:flex;justify-content:space-between;width:100%;height:80px}.dv-wgms-surrounding-pollution .surrounding-three-flex .surrounding-three-item{width:calc(33.3333% - 8px);height:100%}.dv-wgms-upstream-impact{box-sizing:border-box;width:376px;height:212px}.dv-wgms-upstream-impact .chart{width:100%;height:100%}.dv-wgms-water-category{display:flex;align-items:center;justify-content:space-around;width:376px;height:168px;padding:0 4px;font-weight:500;color:var(--dv-color-text-primary)}.dv-wgms-water-category .chart-pie{width:130px;height:130px}.dv-wgms-water-category .section-water-quality-lengend{width:calc(100% - 146px)}.dv-wgms-water-category .section-water-quality-lengend .lengend-item{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.dv-wgms-water-category .section-water-quality-lengend .lengend-item:last-child{margin-bottom:0}.dv-wgms-water-category .section-water-quality-lengend .lengend-item .icon{display:block;flex-shrink:0;width:10px;height:10px;border-radius:50%}.dv-wgms-water-category .section-water-quality-lengend .lengend-item .name{width:46px;margin-left:4px}.dv-wgms-water-category .section-water-quality-lengend .lengend-item .flex-num{display:flex;align-items:center;justify-content:end;width:62px;margin-right:12px}.dv-wgms-water-category .section-water-quality-lengend .lengend-item .num{font-family:var(--dv-font-family-number);color:#0df}.dv-wgms-water-category .section-water-quality-lengend .lengend-item .percent{font-family:var(--dv-font-family-number)}.dv-wgms-water-category .section-water-quality-lengend .lengend-item .text{color:#909399}.dv-wgms-water-category .section-water-quality-lengend .lengend-item .compare{display:block;width:42px;font-family:var(--dv-font-family-number);font-weight:400;color:#2ac94f;text-align:right}.dv-wgms-water-category .section-water-quality-lengend .lengend-item .img-icon{margin-left:4px}.dv-wgms-water-quality-rainfall{box-sizing:border-box;width:376px;height:212px}.dv-wgms-water-quality-rainfall .chart{width:100%;height:100%}.dv-wgms-water-quality{width:376px;padding:12px}.dv-wgms-water-quality-status{padding:9px 12px;margin-bottom:12px;font-weight:500;color:var(--dv-color-text-primary);box-sizing:border-box;background:var(--dv-color-fill-base);border:1px solid var(--dv-color-border-base);border-radius:4px}.dv-wgms-water-quality-status:last-child{margin-bottom:0}.dv-wgms-water-quality-status-top{margin-bottom:8px}.dv-wgms-water-quality-status-top .dv-wgms-rate{font-family:var(--dv-font-family-number)}.dv-wgms-water-quality-status-bottom .dv-wgms-text{color:#909399}.dv-wgms-water-quality-status-bottom .dv-wgms-value{margin-left:4px;font-family:var(--dv-font-family-number)}.dv-wgms-water-quality-status-bottom img{margin-left:4px}.dv-wgms-water-quality-status-bottom .same{display:flex;align-items:center}.dv-wgms-distribution-points{display:flex;align-items:center;justify-content:space-between;width:376px;height:181.37px;color:#fff;font-weight:500;color:var(--dv-color-text-primary)}.dv-wgms-distribution-points .dv-wgms-distribution-font-box{display:flex;align-items:center;justify-content:center;width:104px;height:157.37px;background:url(./images/distribution-back.png) 100% no-repeat}.dv-wgms-distribution-points .dv-wgms-distribution-font-blue{font-family:var(--dv-font-family-number);font-size:24px;font-weight:500;line-height:24px;text-align:center;background:linear-gradient(180deg,#fff 0,#62d3ff 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.dv-wgms-distribution-points .dv-wgms-distribution-name{font-size:14px;font-weight:500;line-height:14px;color:#fff;text-align:center}.dv-wgms-bar-box{display:flex;align-items:center}.dv-wgms-bar-box .stand-bar{height:100%}.dv-wgms-bar-box .bar-head{width:2px;height:12px}.dv-wgms-common-panel{position:relative;width:400px}.dv-wgms-common-panel .common-bg{position:absolute;width:100%;border-top:30px solid;border-right:70px solid;border-bottom:30px solid;border-left:70px solid;border-image-slice:30 70 30 70 fill}.dv-wgms-common-panel .panel-content{position:absolute;width:100%;padding:8px 16px}.dv-wgms-common-panel .top-title{position:relative;z-index:9;display:flex;align-items:center;justify-content:space-between;width:100%;height:34px;padding-left:28px;background-size:100% 100%;border-top:17px solid;border-right:30px solid;border-bottom:18px solid;border-left:30px solid;border-image-source:url(./images/title.png);border-image-slice:17 30 18 30 fill}.dv-wgms-common-panel .top-title .text-box{position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:space-between;width:calc(100% + 17px);height:35px;transform:translateY(-18px)}.dv-wgms-common-panel .top-title .left{display:flex;align-items:center}.dv-wgms-common-panel .top-title .left .main-title{max-width:320px;font-family:PangMenZhengDao;font-size:20px;color:#d8f1ff}.dv-wgms-common-panel .top-title .left .sub{font-family:Furore;font-size:14px;color:rgba(255,255,255,.6)}.dv-wgms-container-select .option-list .select-item,.dv-wgms-container-select .select-box .label{font-size:var(--dv-text-body1);line-height:var(--dv-text-body1);font-weight:500;white-space:nowrap}@supports (-webkit-backdrop-filter:blur(30px)) or (backdrop-filter:blur(30px)){.dv-wgms-bf-blur{background-color:rgba(0,0,0,.8);backdrop-filter:blur(30px)}}@supports not ((-webkit-backdrop-filter:blur(30px)) or (backdrop-filter:blur(30px))){.dv-wgms-bf-blur{background-color:rgba(0,0,0,.8);box-shadow:0 10px 30px rgba(0,0,0,.18),0 6px 10px rgba(0,0,0,.22)}}.dv-wgms-container-select{position:relative;width:100%}.dv-wgms-container-select .select-box{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.dv-wgms-container-select .select-box .label{margin-right:4px;overflow:hidden;text-overflow:ellipsis;color:var(--dv-color-text-primary)}.dv-wgms-container-select .select-box .arrow-white{width:0;height:0;border-top:4px solid var(--dv-color-text-primary);border-right:4px solid transparent;border-bottom:0 solid transparent;border-left:4px solid transparent;transform:scale(v-bind(arrowScale))}.dv-wgms-container-select .placeholder{color:rgba(255,255,255,.5)}.dv-wgms-container-select .option-list{position:absolute;bottom:-120px;left:50%;z-index:15;width:fit-content;min-width:60px;height:116px;padding:4px;background:var(--dv-color-primary-20);border:1px solid var(--dv-color-primary-50);border-radius:4px;transform:translateX(-50%)}.dv-wgms-container-select .option-list .select-item{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:3px 6px;margin-bottom:4px;cursor:pointer;border-radius:4px;color:var(--dv-color-text-primary)}.dv-wgms-container-select .option-list .select-item-check{background:var(--dv-color-primary-light);border:1px solid var(--dv-color-primary-light)}.dv-wgms-container-select .height-to-down-enter-from{bottom:-4px;height:0!important;transition:all .2s}.dv-wgms-container-select .height-to-down-enter-active{transition:all .2s}.dv-wgms-container-select .height-to-down-enter-to,.dv-wgms-container-select .height-to-down-leave-from{bottom:-120px;height:116px!important;transition:all .2s}.dv-wgms-container-select .height-to-down-leave-active{transition:all .2s}.dv-wgms-container-select .height-to-down-leave-to{bottom:-4px;height:0!important;transition:all .2s}.dv-wgms-container-select .arrow-line{width:6px;height:6px;margin-left:4px;border-right:1px solid #fff;border-bottom:1px solid #fff;transform:rotate(45deg) translateY(-50%) scale(v-bind(arrowScale));transform-origin:center}.dv-wgms-container-select .arrow-line-ro{transform:rotate(225deg)!important}.dv-wgms-container-select .select-box-father{box-sizing:border-box;display:flex;align-items:center;justify-content:space-between;width:100%;height:100%;padding:5px 8px;background:#023057;border:1px solid #286c9d;border-radius:4px}.dv-wgms-container-select .select-box-father .label{width:95%}.dv-wgms-upstream-section{box-sizing:border-box;width:376px;height:136px}.dv-wgms-upstream-section .section-correlation-table{width:100%;height:100%}.dv-wgms-upstream-section .section-correlation-table .section-correlation-list{display:flex;align-items:center;justify-content:space-between;width:100%;margin-bottom:18px;line-height:16px}.dv-wgms-upstream-section .section-correlation-table .section-correlation-list span{display:block;font-size:14px;font-weight:500}.dv-wgms-upstream-section .section-correlation-table .section-correlation-list.header span{font-size:14px;font-weight:500;color:#909399}.dv-wgms-upstream-section .section-correlation-table .section-correlation-list.header .progress{display:flex;justify-content:space-between;padding-left:8px}.dv-wgms-upstream-section .section-correlation-table .section-correlation-list .sort{width:24px;padding-left:4px;font-family:var(--dv-font-family-number);color:#fff;text-align:left}.dv-wgms-upstream-section .section-correlation-table .section-correlation-list .name{width:80px;overflow:hidden;color:#fff;text-align:center;text-overflow:ellipsis;white-space:nowrap}.dv-wgms-upstream-section .section-correlation-table .section-correlation-list .progress{width:216px}.dv-wgms-upstream-section .section-correlation-table .section-correlation-list .correlation-coefficient{flex:1;font-family:var(--dv-font-family-number);text-align:center}.dv-wgms-upstream-section .section-correlation-table .section-correlation-list .correlation-coefficient.green{color:#15f3a3}.dv-wgms-upstream-section .section-correlation-table .section-correlation-list .alarm{flex:1;font-family:var(--dv-font-family-number);text-align:center}.dv-wgms-upstream-section .section-correlation-table .section-correlation-list .alarm.red{color:#f84439}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ued_fpi/data-visual",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.4",
|
|
4
4
|
"main": "./dist/lib/index.js",
|
|
5
5
|
"module": "./dist/es/index.mjs",
|
|
6
6
|
"typings": "./dist/es/index.d.ts",
|
|
@@ -58,5 +58,5 @@
|
|
|
58
58
|
"publishConfig": {
|
|
59
59
|
"access": "public"
|
|
60
60
|
},
|
|
61
|
-
"gitHead": "
|
|
61
|
+
"gitHead": "e07a29c38789c2d1e6f239c7c0b4eb9b50cb73f6"
|
|
62
62
|
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
const _imports_0 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAJjSURBVEiJvZY/aBNxFMc/L4ltCmml2qGDQwfHCl0yqdA6NX8KFrU00kGhgoNDd0FTWicXnQTrUIiC1MEhOc5SMArVCu3g0NHBwSFga9AGPGmS51CluV+upHfWPLjh3u/3fZ/f7+73vnfgJ2xdoKgRXxojQj7nT+OwQl772gUEGCbCOgUdbBcQYIAwa1iabhcQIEaIPMt6+38Cl5sydeaxNceSxo4eGCWN8tBjZIpuilja36qE+AL+DVuvAQuA2SIllHGS8uEgacsddnzTM13besqVTMgiMAKUjOn9CEUKOhUYGBJOqrAe3dFhA7qKEkf4aEiihMlh65yXSQgzr896kh5ceAcQLeswUAQUuOP0yrxr3pLGiLGIcKmphlKgQoYJqezvUFn1uB57LEGAuc6y5rt/NDjNhFRIymVg1kORJsYar/T0PtBnCKR3a6wfK+uQayAhWSADVAzBIMoa9t4rCew0YXjf+V1vGdDn1DkPfDHm9wErWHozuNNosJYK+qn5XBPGd4+L+4TaOslef5quswVcISVvIojXAZGvB5EUCh1hrjs9suUasDQL3G0uxSYwzqh82rttEYdqix5yKBc95BY7TDa2xeEeqVJCuOr0StGVt3UA5SXKkIfmHl1kSUi1Md0SWFe2w0r85wlxnzxbzwEvEEzDdoAbJOWpV71g5m3pNCEeeSy4RJ0xUrJxkNQfsKgRfnEfZcZjdOMPzDR0V/hrC4c8MNqUV57RxTQj4rQq4bcPTVgVmCVpnNwjBDZGhToZUlLwIwrsNNQYIy2bfoX+vVR5S5V4EJj/sPXJv/7q/wb/bM33ddRvNwAAAABJRU5ErkJggg==";
|
|
2
|
-
|
|
3
|
-
export { _imports_0 as default };
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
const _imports_0 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAJjSURBVEiJvZY/aBNxFMc/L4ltCmml2qGDQwfHCl0yqdA6NX8KFrU00kGhgoNDd0FTWicXnQTrUIiC1MEhOc5SMArVCu3g0NHBwSFga9AGPGmS51CluV+upHfWPLjh3u/3fZ/f7+73vnfgJ2xdoKgRXxojQj7nT+OwQl772gUEGCbCOgUdbBcQYIAwa1iabhcQIEaIPMt6+38Cl5sydeaxNceSxo4eGCWN8tBjZIpuilja36qE+AL+DVuvAQuA2SIllHGS8uEgacsddnzTM13besqVTMgiMAKUjOn9CEUKOhUYGBJOqrAe3dFhA7qKEkf4aEiihMlh65yXSQgzr896kh5ceAcQLeswUAQUuOP0yrxr3pLGiLGIcKmphlKgQoYJqezvUFn1uB57LEGAuc6y5rt/NDjNhFRIymVg1kORJsYar/T0PtBnCKR3a6wfK+uQayAhWSADVAzBIMoa9t4rCew0YXjf+V1vGdDn1DkPfDHm9wErWHozuNNosJYK+qn5XBPGd4+L+4TaOslef5quswVcISVvIojXAZGvB5EUCh1hrjs9suUasDQL3G0uxSYwzqh82rttEYdqix5yKBc95BY7TDa2xeEeqVJCuOr0StGVt3UA5SXKkIfmHl1kSUi1Md0SWFe2w0r85wlxnzxbzwEvEEzDdoAbJOWpV71g5m3pNCEeeSy4RJ0xUrJxkNQfsKgRfnEfZcZjdOMPzDR0V/hrC4c8MNqUV57RxTQj4rQq4bcPTVgVmCVpnNwjBDZGhToZUlLwIwrsNNQYIy2bfoX+vVR5S5V4EJj/sPXJv/7q/wb/bM33ddRvNwAAAABJRU5ErkJggg==";
|
|
2
|
-
|
|
3
|
-
export { _imports_0 as default };
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
export interface StatusData {
|
|
2
|
-
wg: StatuObj;
|
|
3
|
-
ww: StatuObj;
|
|
4
|
-
}
|
|
5
|
-
export interface StatuObj {
|
|
6
|
-
abnormal: number;
|
|
7
|
-
normal: number;
|
|
8
|
-
offline: number;
|
|
9
|
-
total: number;
|
|
10
|
-
}
|
|
11
|
-
export interface StatusOption {
|
|
12
|
-
key: string;
|
|
13
|
-
color: string;
|
|
14
|
-
}
|
|
15
|
-
export interface CardItem {
|
|
16
|
-
title: string;
|
|
17
|
-
key: string;
|
|
18
|
-
}
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
const circlebottom = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAAABHNCSVQICAgIfAhkiAAABBhJREFUWIXNmUF62mYQht8ZaV/1BFHkHoCcIPCQrotPEHKCyCcAnyDkBuoJTNZFhRsY7xusnqBkj2ayQHIxARvbOPK3gedH+vVKjOaf+X7hCYqn3gKWaqRqjF0ZijGsP0sh9YC+Gh8XXTl/yrXCR8BFgdHDWXrJwAI+4LxdhWSB3T5WhUhWtFzpxFP/okZmShuIi47MH3JdeQBgrMbAlDM1/jPl18AYf+1K+2Tiva/vZLzrHCAKV0SmtIBYYG5OzwNSIDoU+CDQJPdPppwHxhhnhBCVyrjoyPLQG92YK1VjbspH4MqUMVDcN9edoFUMokbfhciFIbB8DOAuYFMyNa7VOF2FzO+a984YDYyWw8CUN6zjqngqYK1FV0bx1FsCZ6uQpRpzIN53/M4nGk89UmNmSj9cEd13t09VkvvIlCwwWqUy3xW3P4DGU2/VJ6jRW3Rl+FyAm/rtL2+bMq6ywg8xq7tOchiFK6KfBQnwz+8yMyVW472UZNu/3wJNch+p8Ycp8SrkQXnuiBIP6J9MvHdrsP5S5byllGQeMHxoQj6mkolfivDta1fa9djNExVnKCUXHpA2CQlgAael0k9yH9RjCuu33IVUhT+BZ3u7D1XRkUKNGRv/uAIERk+N6+qgxkEBTGmJc53kPoQq4ZfKHHjdJNgORaZ0gioDSDz1lhqZwHIzeF+Cqtz63pTPIbA0pXfM5fFYciUGroClVkXvbDtvvQSVygx4pUYamnCBkDWdku7QN1PGGjjngTFqmmaXqnB0NQZhKQzuO6FhicCXMHDqpqvdJM0dGjgQlkqK80vTNPu06IoAyOuJj3XdA/VfWoqqGspr1ikK4r/9bVU9vShtMmmS+zBwzsPV/n6lKQVGO8ndk9xTXXRlWCqpC6+aBttWKVwvuiKmZAqgRubCm6bBthU450nuRdGRpQKY0hbnMsk9bRqu1snEe6WSVg7LTYUfI3yoeusXIRfiqniOYatnUmMAXC260uiSmuSe4vjinXyuxza70Aj415SsyVQVTz02ZSzCaW0pwQZo0ZF55QVdqtFYySfOUI1P5bpGvgnFbQNiKc6ZKbMk908/mZEk94ELKfVKtKFdlk6kxlyNPqwdjGcn5OYdSQVau1qivbbjSe59h1GVHo5iNe5T1RtdmNJhj1e603uCdWdqSrtqVYbPBfl64mMXIoEz2N+u32fkRpXF09eSqQWcHqvCqp5ir96kuK8DPsgaP5l4DyEtlX7lm7ZY++/FQ+DqtKclFxbQUaMwpXXIPAdvNgDUroVAYUI7KMlciatuke0LVnmwUKNvyri6yV5gjHBGuzYojgK6CazGrAzoizNnvVjcntiZG/QVMlN66sx8vStSPGaj4lGgtTY3xEzJpGQo8n+9IFAAiFGsQoqnxPd3sYsLxUJVDScAAAAASUVORK5CYII=";
|
|
2
|
-
|
|
3
|
-
export { circlebottom as default };
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import requestControl from '../../service/request.mjs';
|
|
2
|
-
|
|
3
|
-
const getManualFactorTrendComparisonData = (params) => {
|
|
4
|
-
return requestControl({
|
|
5
|
-
url: "/api/v1.0/analyse/singleSiteQuality",
|
|
6
|
-
server: "wgmsMonitorDataServer",
|
|
7
|
-
method: "get",
|
|
8
|
-
params
|
|
9
|
-
});
|
|
10
|
-
};
|
|
11
|
-
const getFactorGroupList = (params) => {
|
|
12
|
-
return requestControl({
|
|
13
|
-
url: "/api/v1.0/factor/functionPoint/queryFactorGroupByCode",
|
|
14
|
-
server: "wgmsBaseServer",
|
|
15
|
-
method: "get",
|
|
16
|
-
params
|
|
17
|
-
});
|
|
18
|
-
};
|
|
19
|
-
|
|
20
|
-
export { getFactorGroupList, getManualFactorTrendComparisonData };
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import requestControl from '../../service/request.mjs';
|
|
2
|
-
|
|
3
|
-
const getNPTrendChange = (params) => {
|
|
4
|
-
return requestControl({
|
|
5
|
-
url: "/water/alarm/analyse/algae-analyse-np-compare",
|
|
6
|
-
server: "wgmsPHZ",
|
|
7
|
-
method: "get",
|
|
8
|
-
params
|
|
9
|
-
});
|
|
10
|
-
};
|
|
11
|
-
|
|
12
|
-
export { getNPTrendChange };
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
|
|
4
|
-
|
|
5
|
-
const _imports_0 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAJjSURBVEiJvZY/aBNxFMc/L4ltCmml2qGDQwfHCl0yqdA6NX8KFrU00kGhgoNDd0FTWicXnQTrUIiC1MEhOc5SMArVCu3g0NHBwSFga9AGPGmS51CluV+upHfWPLjh3u/3fZ/f7+73vnfgJ2xdoKgRXxojQj7nT+OwQl772gUEGCbCOgUdbBcQYIAwa1iabhcQIEaIPMt6+38Cl5sydeaxNceSxo4eGCWN8tBjZIpuilja36qE+AL+DVuvAQuA2SIllHGS8uEgacsddnzTM13besqVTMgiMAKUjOn9CEUKOhUYGBJOqrAe3dFhA7qKEkf4aEiihMlh65yXSQgzr896kh5ceAcQLeswUAQUuOP0yrxr3pLGiLGIcKmphlKgQoYJqezvUFn1uB57LEGAuc6y5rt/NDjNhFRIymVg1kORJsYar/T0PtBnCKR3a6wfK+uQayAhWSADVAzBIMoa9t4rCew0YXjf+V1vGdDn1DkPfDHm9wErWHozuNNosJYK+qn5XBPGd4+L+4TaOslef5quswVcISVvIojXAZGvB5EUCh1hrjs9suUasDQL3G0uxSYwzqh82rttEYdqix5yKBc95BY7TDa2xeEeqVJCuOr0StGVt3UA5SXKkIfmHl1kSUi1Md0SWFe2w0r85wlxnzxbzwEvEEzDdoAbJOWpV71g5m3pNCEeeSy4RJ0xUrJxkNQfsKgRfnEfZcZjdOMPzDR0V/hrC4c8MNqUV57RxTQj4rQq4bcPTVgVmCVpnNwjBDZGhToZUlLwIwrsNNQYIy2bfoX+vVR5S5V4EJj/sPXJv/7q/wb/bM33ddRvNwAAAABJRU5ErkJggg==";
|
|
6
|
-
|
|
7
|
-
exports.default = _imports_0;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
|
|
4
|
-
|
|
5
|
-
const _imports_0 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAYAAAByDd+UAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAJjSURBVEiJvZY/aBNxFMc/L4ltCmml2qGDQwfHCl0yqdA6NX8KFrU00kGhgoNDd0FTWicXnQTrUIiC1MEhOc5SMArVCu3g0NHBwSFga9AGPGmS51CluV+upHfWPLjh3u/3fZ/f7+73vnfgJ2xdoKgRXxojQj7nT+OwQl772gUEGCbCOgUdbBcQYIAwa1iabhcQIEaIPMt6+38Cl5sydeaxNceSxo4eGCWN8tBjZIpuilja36qE+AL+DVuvAQuA2SIllHGS8uEgacsddnzTM13besqVTMgiMAKUjOn9CEUKOhUYGBJOqrAe3dFhA7qKEkf4aEiihMlh65yXSQgzr896kh5ceAcQLeswUAQUuOP0yrxr3pLGiLGIcKmphlKgQoYJqezvUFn1uB57LEGAuc6y5rt/NDjNhFRIymVg1kORJsYar/T0PtBnCKR3a6wfK+uQayAhWSADVAzBIMoa9t4rCew0YXjf+V1vGdDn1DkPfDHm9wErWHozuNNosJYK+qn5XBPGd4+L+4TaOslef5quswVcISVvIojXAZGvB5EUCh1hrjs9suUasDQL3G0uxSYwzqh82rttEYdqix5yKBc95BY7TDa2xeEeqVJCuOr0StGVt3UA5SXKkIfmHl1kSUi1Md0SWFe2w0r85wlxnzxbzwEvEEzDdoAbJOWpV71g5m3pNCEeeSy4RJ0xUrJxkNQfsKgRfnEfZcZjdOMPzDR0V/hrC4c8MNqUV57RxTQj4rQq4bcPTVgVmCVpnNwjBDZGhToZUlLwIwrsNNQYIy2bfoX+vVR5S5V4EJj/sPXJv/7q/wb/bM33ddRvNwAAAABJRU5ErkJggg==";
|
|
6
|
-
|
|
7
|
-
exports.default = _imports_0;
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
export interface StatusData {
|
|
2
|
-
wg: StatuObj;
|
|
3
|
-
ww: StatuObj;
|
|
4
|
-
}
|
|
5
|
-
export interface StatuObj {
|
|
6
|
-
abnormal: number;
|
|
7
|
-
normal: number;
|
|
8
|
-
offline: number;
|
|
9
|
-
total: number;
|
|
10
|
-
}
|
|
11
|
-
export interface StatusOption {
|
|
12
|
-
key: string;
|
|
13
|
-
color: string;
|
|
14
|
-
}
|
|
15
|
-
export interface CardItem {
|
|
16
|
-
title: string;
|
|
17
|
-
key: string;
|
|
18
|
-
}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
|
|
4
|
-
|
|
5
|
-
const circlebottom = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAAABHNCSVQICAgIfAhkiAAABBhJREFUWIXNmUF62mYQht8ZaV/1BFHkHoCcIPCQrotPEHKCyCcAnyDkBuoJTNZFhRsY7xusnqBkj2ayQHIxARvbOPK3gedH+vVKjOaf+X7hCYqn3gKWaqRqjF0ZijGsP0sh9YC+Gh8XXTl/yrXCR8BFgdHDWXrJwAI+4LxdhWSB3T5WhUhWtFzpxFP/okZmShuIi47MH3JdeQBgrMbAlDM1/jPl18AYf+1K+2Tiva/vZLzrHCAKV0SmtIBYYG5OzwNSIDoU+CDQJPdPppwHxhhnhBCVyrjoyPLQG92YK1VjbspH4MqUMVDcN9edoFUMokbfhciFIbB8DOAuYFMyNa7VOF2FzO+a984YDYyWw8CUN6zjqngqYK1FV0bx1FsCZ6uQpRpzIN53/M4nGk89UmNmSj9cEd13t09VkvvIlCwwWqUy3xW3P4DGU2/VJ6jRW3Rl+FyAm/rtL2+bMq6ywg8xq7tOchiFK6KfBQnwz+8yMyVW472UZNu/3wJNch+p8Ycp8SrkQXnuiBIP6J9MvHdrsP5S5byllGQeMHxoQj6mkolfivDta1fa9djNExVnKCUXHpA2CQlgAael0k9yH9RjCuu33IVUhT+BZ3u7D1XRkUKNGRv/uAIERk+N6+qgxkEBTGmJc53kPoQq4ZfKHHjdJNgORaZ0gioDSDz1lhqZwHIzeF+Cqtz63pTPIbA0pXfM5fFYciUGroClVkXvbDtvvQSVygx4pUYamnCBkDWdku7QN1PGGjjngTFqmmaXqnB0NQZhKQzuO6FhicCXMHDqpqvdJM0dGjgQlkqK80vTNPu06IoAyOuJj3XdA/VfWoqqGspr1ikK4r/9bVU9vShtMmmS+zBwzsPV/n6lKQVGO8ndk9xTXXRlWCqpC6+aBttWKVwvuiKmZAqgRubCm6bBthU450nuRdGRpQKY0hbnMsk9bRqu1snEe6WSVg7LTYUfI3yoeusXIRfiqniOYatnUmMAXC260uiSmuSe4vjinXyuxza70Aj415SsyVQVTz02ZSzCaW0pwQZo0ZF55QVdqtFYySfOUI1P5bpGvgnFbQNiKc6ZKbMk908/mZEk94ELKfVKtKFdlk6kxlyNPqwdjGcn5OYdSQVau1qivbbjSe59h1GVHo5iNe5T1RtdmNJhj1e603uCdWdqSrtqVYbPBfl64mMXIoEz2N+u32fkRpXF09eSqQWcHqvCqp5ir96kuK8DPsgaP5l4DyEtlX7lm7ZY++/FQ+DqtKclFxbQUaMwpXXIPAdvNgDUroVAYUI7KMlciatuke0LVnmwUKNvyri6yV5gjHBGuzYojgK6CazGrAzoizNnvVjcntiZG/QVMlN66sx8vStSPGaj4lGgtTY3xEzJpGQo8n+9IFAAiFGsQoqnxPd3sYsLxUJVDScAAAAASUVORK5CYII=";
|
|
6
|
-
|
|
7
|
-
exports.default = circlebottom;
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
4
|
-
|
|
5
|
-
const request = require('../../service/request.js');
|
|
6
|
-
|
|
7
|
-
const getManualFactorTrendComparisonData = (params) => {
|
|
8
|
-
return request.default({
|
|
9
|
-
url: "/api/v1.0/analyse/singleSiteQuality",
|
|
10
|
-
server: "wgmsMonitorDataServer",
|
|
11
|
-
method: "get",
|
|
12
|
-
params
|
|
13
|
-
});
|
|
14
|
-
};
|
|
15
|
-
const getFactorGroupList = (params) => {
|
|
16
|
-
return request.default({
|
|
17
|
-
url: "/api/v1.0/factor/functionPoint/queryFactorGroupByCode",
|
|
18
|
-
server: "wgmsBaseServer",
|
|
19
|
-
method: "get",
|
|
20
|
-
params
|
|
21
|
-
});
|
|
22
|
-
};
|
|
23
|
-
|
|
24
|
-
exports.getFactorGroupList = getFactorGroupList;
|
|
25
|
-
exports.getManualFactorTrendComparisonData = getManualFactorTrendComparisonData;
|