From 4fdf30ac34dfa971b68d555ad3b35ef377909f7f Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期四, 17 九月 2020 14:24:38 +0800
Subject: [PATCH] 数据可视化页面样式调整

---
 src/pages/visual/index/App.vue |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/src/pages/visual/index/App.vue b/src/pages/visual/index/App.vue
index 69d82f9..60579e1 100644
--- a/src/pages/visual/index/App.vue
+++ b/src/pages/visual/index/App.vue
@@ -70,8 +70,12 @@
 .tree-menu {
   max-width: 270px !important;
 }
-.el-menu-vertical-demo::-webkit-scrollbar {
-  background-color: transparent !important;
+.el-menu-vertical-demo:hover {
+    overflow-y: visible;
+    overflow-x: hidden;
+  }
+.el-menu-vertical-demo::-webkit-scrollbar{
+  background-color: transparent!important;
 }
 .el-menu-vertical-demo::-webkit-scrollbar-thumb {
   background-color: transparent !important;

--
Gitblit v1.8.0