From d77b9fa5a7ffd8fc755b4be09fa99b6cd4bb6120 Mon Sep 17 00:00:00 2001 From: zhangzhang <1747194829@qq.com> Date: Fri, 26 Apr 2024 20:38:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/auditAnalytics/index.vue | 4 +++- .../statistic/components/Sitefiltering/index.vue | 3 ++- .../Sitefiltering/trafficIncidentsChartsPie.js | 12 ++++++++++++ 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/governanceAnalysis/components/auditAnalytics/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/governanceAnalysis/components/auditAnalytics/index.vue index 15f0f053..cf0d7073 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/governanceAnalysis/components/auditAnalytics/index.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/control/event/governanceAnalysis/components/auditAnalytics/index.vue @@ -260,12 +260,12 @@ export default { } .content-item-right { - overflow: hidden; } } .box-item { position: relative; + height: 8px; width: 289px; background: linear-gradient( @@ -293,6 +293,7 @@ export default { ); border-radius: 2px 2px 2px 2px; opacity: 1; + overflow: hidden; } .box-item:nth-child(2)::before { @@ -308,6 +309,7 @@ export default { ); border-radius: 2px 2px 2px 2px; opacity: 1; + overflow: hidden; } .num { diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/control/manual/statistic/components/Sitefiltering/index.vue b/ruoyi-ui/src/views/JiHeExpressway/pages/control/manual/statistic/components/Sitefiltering/index.vue index 6792a117..0498fe7a 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/control/manual/statistic/components/Sitefiltering/index.vue +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/control/manual/statistic/components/Sitefiltering/index.vue @@ -191,7 +191,8 @@ export default { drawRoundRect(context, 385, 372, 320, 24, 10, gr); drawRoundRect(context, 385, 406, 320, 24, 10, gr); drawRoundRect(context, 385, 440, 320, 24, 10, gr); - // drawRoundRect(context, 385, 474, 320, 24, 10, gr); + drawRoundRect(context, 385, 474, 320, 24, 10, gr); + drawRoundRect(context, 385, 510, 320, 24, 10, gr); await this.getNonAutomaticWarningFacility(this.formData); }); }); diff --git a/ruoyi-ui/src/views/JiHeExpressway/pages/control/manual/statistic/components/Sitefiltering/trafficIncidentsChartsPie.js b/ruoyi-ui/src/views/JiHeExpressway/pages/control/manual/statistic/components/Sitefiltering/trafficIncidentsChartsPie.js index 0beee08d..29df6f9b 100644 --- a/ruoyi-ui/src/views/JiHeExpressway/pages/control/manual/statistic/components/Sitefiltering/trafficIncidentsChartsPie.js +++ b/ruoyi-ui/src/views/JiHeExpressway/pages/control/manual/statistic/components/Sitefiltering/trafficIncidentsChartsPie.js @@ -11,6 +11,18 @@ let colors = [ "#05E599", "#219F73", "#7CEDD5", + "#4278F8", + "#5372C4", + "#0046FF", + "#FB9434", + "#854101", + "#05E599", + "#219F73", + "#7CEDD5", + "#854101", + "#05E599", + "#219F73", + "#7CEDD5", ]; var legendData = [];