瀏覽代碼

Signed-off-by: yinxr <2273460044@qq.com>

yinxr 6 年之前
父節點
當前提交
64c5c6e077

+ 2 - 4
src/main/webapp/WEB-INF/manager/index.ftl

@@ -10,7 +10,6 @@
     <!--#include virtual="include/head-file.ftl" -->
     <!--#include virtual="./reset-password.ftl" -->
     <!--#include virtual="./exit-system.ftl" --> 
-    <!--
     <link rel="stylesheet" href="../../../static/ms-admin/4.7.0/css/index.css">
 
    </head>
@@ -82,7 +81,6 @@
                     :collapse-transition='true' 
                     :unique-opened='true' 
                     ref='menu'
-                    :default-openeds='subMenuList'
                     >
                      <el-submenu 
                         :index="i+''" 
@@ -175,8 +173,8 @@
           parentMenuList:function(n,o){
              this.mainParentMenuList = n.slice(0,5);
           },
-          subMenuList:function(n,o){
-              console.log('zicai',n);
+          menuActive:function(n,o){
+              console.log('激活',n);
           }
       },
       methods: {

+ 1 - 1
src/main/webapp/static/ms-admin/4.7.0/css/index.css

@@ -308,7 +308,7 @@ textarea::-webkit-input-placeholder {
   position: absolute;
   right: -34px;
   top: 50%;
-  z-index: 9999;
+  z-index: 999;
   cursor: pointer;
 }
 .ms-admin-menu-aside .ms-admin-menu .ms-menu-expand i {

+ 1 - 1
src/main/webapp/static/ms-admin/4.7.0/less/index.less

@@ -183,7 +183,7 @@
             position: absolute;
             right: -34px;
             top: 50%;
-            z-index:9999;
+            z-index:999;
             cursor: pointer;
             // 收缩
             i{