From a48f7cb7fd04210203706bf952ef0426943a6fde Mon Sep 17 00:00:00 2001 From: ruancuihong <2806986110@qq.com> Date: Mon, 15 Apr 2024 17:16:01 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=95=B0=E6=8D=AE=E6=9B=B4=E6=8D=A2?= =?UTF-8?q?=E3=80=81=E5=91=8A=E8=AD=A6=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/common/icon-more.png | Bin 0 -> 123 bytes .../warnInfo/components/Tree.vue | 10 +- .../warnInfo/components/forecastDetail.vue | 427 ++-- .../warnInfo/detail/PlanDetail.vue | 26 +- .../fourPredictions/warnInfo/js/detailData.js | 1989 ++++++++++++++--- 5 files changed, 2014 insertions(+), 438 deletions(-) create mode 100644 src/assets/common/icon-more.png diff --git a/src/assets/common/icon-more.png b/src/assets/common/icon-more.png new file mode 100644 index 0000000000000000000000000000000000000000..746167ed2a880ddf652a4197236286cfa5b88920 GIT binary patch literal 123 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|Sc;uILpXq- zh9ji|$XE4raSXBOO-_(_lVHfqd^n_rD}qDfLrYbj.el-tree-node__content, .el-tree-node__content:hover { background: #ebf7f5; - color: rgba(0, 0, 0, 0.9) !important; + color: rgba(0, 0, 0, 0.9); // border-right: 3px solid #36b29e; } + .is-current>.el-tree-node__content { + background: #ebf7f5; + + .custom-tree-node { + color: rgba(0, 0, 0, 0.9); + } + } + //.el-tree-node__expand-icon { // color: rgba(255, 255, 255, 0.55); // } diff --git a/src/views/aiSupervision/fourPredictions/warnInfo/components/forecastDetail.vue b/src/views/aiSupervision/fourPredictions/warnInfo/components/forecastDetail.vue index d9d422d..ff254f3 100644 --- a/src/views/aiSupervision/fourPredictions/warnInfo/components/forecastDetail.vue +++ b/src/views/aiSupervision/fourPredictions/warnInfo/components/forecastDetail.vue @@ -12,58 +12,41 @@ {{ item.name }} - + {{ item.name }} -
-
- 河道水位-流量关系图 -
-
-
- 预警分析 - - - - - - - - - - - +
+
+
+ {{ item.chartData.chartName }} +
+
+
+ {{ item.tableName }} + + + + + + + + + + + +
-
-
- 河道水位-流量关系图 -
-
-
- 预警分析 - - - - - - - - - - - -
-
-
- 河道流量预报 +
+ {{warnDetailData.wranTypeName}} @@ -83,28 +66,136 @@
+ +
+ + + + + + + + + + + + +
+
@@ -348,11 +444,13 @@ export default { display: flex; padding: 0px; justify-content: space-between; - + margin-bottom: 16px; + border-top: 1px solid #E5E5E5; + border-bottom: 1px solid #E5E5E5; .echarts-content { width: 951px; height: 300px; - border-bottom: 1px solid #E5E5E5; + border-right: 1px solid #E5E5E5; .echarts-box { width: 951px; @@ -363,9 +461,7 @@ export default { .warn-analysis { width: 441px; height: 300px; - border-left: 1px solid #E5E5E5; border-right: 1px solid #E5E5E5; - border-bottom: 1px solid #E5E5E5; } } @@ -396,5 +492,28 @@ export default { font-variation-settings: "opsz" auto; color: rgba(0, 0, 0, 0.9); } + + .default-span { + color: #faad10; + cursor: pointer; + } + + .green-span { + color: #31A08E; + } +} + +::v-deep.drawer-wrapper { + .el-drawer__header { + margin-bottom: 0px; + } + + .warn-deal-content { + padding: 16px; + + .step-description { + margin-bottom: 12px; + } + } } \ No newline at end of file diff --git a/src/views/aiSupervision/fourPredictions/warnInfo/detail/PlanDetail.vue b/src/views/aiSupervision/fourPredictions/warnInfo/detail/PlanDetail.vue index 8493ace..c123dac 100644 --- a/src/views/aiSupervision/fourPredictions/warnInfo/detail/PlanDetail.vue +++ b/src/views/aiSupervision/fourPredictions/warnInfo/detail/PlanDetail.vue @@ -2,14 +2,14 @@
+ show-checkbox no-checkbox node-key="id" @node-click="nodeClick" ref="warnTreeRef" class="warn-tree"> - - +