Commit 64c5c6e0 authored by yinxr's avatar yinxr

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

parent 4d731c6c
......@@ -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: {
......
......@@ -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 {
......
......@@ -183,7 +183,7 @@
position: absolute;
right: -34px;
top: 50%;
z-index:9999;
z-index:999;
cursor: pointer;
// 收缩
i{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment