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 @@ -