Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
MCMS
Commits
64c5c6e0
Commit
64c5c6e0
authored
Jan 30, 2019
by
yinxr
Browse files
Signed-off-by: yinxr <2273460044@qq.com>
parent
4d731c6c
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/WEB-INF/manager/index.ftl
View file @
64c5c6e0
...
...
@@ -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
:
{
...
...
src/main/webapp/static/ms-admin/4.7.0/css/index.css
View file @
64c5c6e0
...
...
@@ -308,7 +308,7 @@ textarea::-webkit-input-placeholder {
position
:
absolute
;
right
:
-34px
;
top
:
50%
;
z-index
:
999
9
;
z-index
:
999
;
cursor
:
pointer
;
}
.ms-admin-menu-aside
.ms-admin-menu
.ms-menu-expand
i
{
...
...
src/main/webapp/static/ms-admin/4.7.0/less/index.less
View file @
64c5c6e0
...
...
@@ -183,7 +183,7 @@
position: absolute;
right: -34px;
top: 50%;
z-index:999
9
;
z-index:999;
cursor: pointer;
// 收缩
i{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment