From 361e3ade78a65a2862818f212ea153b94181d231 Mon Sep 17 00:00:00 2001 From: yinq Date: Thu, 6 Jun 2024 14:58:47 +0800 Subject: [PATCH] =?UTF-8?q?update=20-=20=E8=83=BD=E6=BA=90=E8=A1=A8?= =?UTF-8?q?=E5=85=B7=E7=9C=8B=E6=9D=BF=E6=94=B9V2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../LeadershipView/ApparentState/index.vue | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) diff --git a/src/views/energy/LeadershipView/ApparentState/index.vue b/src/views/energy/LeadershipView/ApparentState/index.vue index 9e357b2..f6ec1cb 100644 --- a/src/views/energy/LeadershipView/ApparentState/index.vue +++ b/src/views/energy/LeadershipView/ApparentState/index.vue @@ -463,4 +463,41 @@ export default { background-color: rgba(0, 0, 0, 0.4); z-index: 1; } + +.zoom { + width: 100%; + height: 100%; +} + +.zoomButton { + position: absolute; + top: 7%; + left: 17.6%; + color: #fff; +} +.menu{ + position: absolute; + top: 15%; + left: 1.6%; + width: 14.8%; + height: 80%; + overflow: auto; +} +.menu::-webkit-scrollbar{ + display: none; +} +::v-deep .el-tree{ + background-color: #0000; +} +::v-deep .el-tree-node__content{ + height: 40px; + line-height: 40px; + color: #fff; +} +::v-deep .el-tree-node__content:hover{ + background-color: #00afff; +} +::v-deep .el-tree-node:focus > .el-tree-node__content { + background-color: #00afff; +}