From 9cf6887857f242a7f39b07644ba4a2ccb8dc4b73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Tue, 8 Mar 2022 15:36:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/mdp.scss | 12 ++++++++ src/views/xm/core/xmMenu/XmMenuMng.vue | 38 ++++++++++++-------------- 2 files changed, 30 insertions(+), 20 deletions(-) diff --git a/src/styles/mdp.scss b/src/styles/mdp.scss index 68ca9f2b..84dab3be 100644 --- a/src/styles/mdp.scss +++ b/src/styles/mdp.scss @@ -205,12 +205,24 @@ background: #a9d6f0 !important; } +/** +模拟鼠标经过描点样式 +*/ +.vlink:hover{ + padding-bottom:5px; + color: blue; + cursor: pointer; + text-decoration: underline; +} + /*1.显示滚动条:当内容超出容器的时候,可以拖动:*/ .el-drawer__body { overflow: auto; /* overflow-x: auto; */ } + + /*2.隐藏滚动条,太丑了 .el-drawer__container ::-webkit-scrollbar{ display: none; diff --git a/src/views/xm/core/xmMenu/XmMenuMng.vue b/src/views/xm/core/xmMenu/XmMenuMng.vue index 90bec5bd..9e093696 100644 --- a/src/views/xm/core/xmMenu/XmMenuMng.vue +++ b/src/views/xm/core/xmMenu/XmMenuMng.vue @@ -104,22 +104,20 @@ - - - + - + - + - + - + - + @@ -903,5 +900,6 @@ } .align-right{ float: right; -} +} + \ No newline at end of file