From 34a2dbeeb7b255a5681af855b6371e900b0a1575 Mon Sep 17 00:00:00 2001 From: ruancuihong <2806986110@qq.com> Date: Sat, 13 Apr 2024 17:53:39 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=A2=84=E8=AD=A6=E9=A2=84=E6=8A=A5?= =?UTF-8?q?=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../warnInfo/components/Tree.vue | 11 +- .../warnInfo/components/forecastDetail.vue | 416 +++++++++++++++-- .../warnInfo/detail/PlanDetail.vue | 113 +---- .../fourPredictions/warnInfo/js/detailData.js | 421 ++++++++++++++++++ 4 files changed, 817 insertions(+), 144 deletions(-) create mode 100644 src/views/aiSupervision/fourPredictions/warnInfo/js/detailData.js diff --git a/src/views/aiSupervision/fourPredictions/warnInfo/components/Tree.vue b/src/views/aiSupervision/fourPredictions/warnInfo/components/Tree.vue index 16af892..8f8b57c 100644 --- a/src/views/aiSupervision/fourPredictions/warnInfo/components/Tree.vue +++ b/src/views/aiSupervision/fourPredictions/warnInfo/components/Tree.vue @@ -308,12 +308,13 @@ export default { display: flex; align-items: center; justify-content: flex-start; + border-radius: 4px; } .el-tree-node:focus>.el-tree-node__content, .el-tree-node__content:hover { background: #ebf7f5; - color: rgb(54, 178, 158) !important; + color: rgba(0, 0, 0, 0.9) !important; // border-right: 3px solid #36b29e; } @@ -330,7 +331,7 @@ export default { display: flex; justify-content: space-between; align-items: center; - // color: rgb(38, 38, 38); + color: rgba(0, 0, 0, 0.6); // width: 100%; // padding-right: 8px; font-family: "思源黑体"; @@ -368,6 +369,12 @@ export default { background: rgba(255, 255, 255, 0.16); } } + + &:hover, + &:active, + &:focus { + color: rgba(0, 0, 0, 0.9); + } } .custom-tree-node.opacity { diff --git a/src/views/aiSupervision/fourPredictions/warnInfo/components/forecastDetail.vue b/src/views/aiSupervision/fourPredictions/warnInfo/components/forecastDetail.vue index 1bb9737..d9d422d 100644 --- a/src/views/aiSupervision/fourPredictions/warnInfo/components/forecastDetail.vue +++ b/src/views/aiSupervision/fourPredictions/warnInfo/components/forecastDetail.vue @@ -1,63 +1,267 @@ -