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
b0d1a228
Commit
b0d1a228
authored
Jan 30, 2019
by
yinxr
Browse files
issue:处理菜单侧边收缩不了的问题
parent
180fdb2f
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/WEB-INF/manager/index.ftl
View file @
b0d1a228
...
@@ -2,15 +2,14 @@
...
@@ -2,15 +2,14 @@
<
html
>
<
html
>
<head>
<head>
<title></title>
<title></title>
<#include "/include/head-file.ftl"/>
<#include "/include/head-file.ftl"/>
<#include "/reset-password.ftl"/>
<#include "/reset-password.ftl"/>
<#include "/exit-system.ftl"/>
<#include "/exit-system.ftl"/>
<link rel="stylesheet" href="$
{
base
}
/static/ms-admin/4.7.0/css/index.css">
<link rel="stylesheet" href="$
{
base
}
/static/ms-admin/4.7.0/css/index.css">
<!--#include virtual="include/head-file.ftl"
<!--#include virtual="include/head-file.ftl"
-->
#include virtual="./reset-password.ftl"
<!--
#include virtual="./reset-password.ftl"
-->
#include virtual="./exit-system.ftl" -->
<!--
#include virtual="./exit-system.ftl" -->
<link rel="stylesheet" href="../../../static/ms-admin/4.7.0/css/index.css">
<link rel="stylesheet" href="../../../static/ms-admin/4.7.0/css/index.css">
</head>
</head>
...
...
src/main/webapp/WEB-INF/manager/login.ftl
View file @
b0d1a228
...
@@ -3,8 +3,8 @@
...
@@ -3,8 +3,8 @@
<head>
<head>
<title></title>
<title></title>
<!--
<#include "/include/head-file.ftl"/>
<#include "/include/head-file.ftl"/>
<link rel="stylesheet" href="$
{
base
}
/static/ms-admin/4.7.0/css/login.css">
-->
<link rel="stylesheet" href="$
{
base
}
/static/ms-admin/4.7.0/css/login.css">
<!--#include virtual="include/head-file.ftl" -->
<!--#include virtual="include/head-file.ftl" -->
<link rel="stylesheet" href="../../../static/ms-admin/4.7.0/css/login.css">
<link rel="stylesheet" href="../../../static/ms-admin/4.7.0/css/login.css">
...
...
src/main/webapp/static/ms-admin/4.7.0/css/index.css
View file @
b0d1a228
...
@@ -308,6 +308,7 @@ textarea::-webkit-input-placeholder {
...
@@ -308,6 +308,7 @@ textarea::-webkit-input-placeholder {
position
:
absolute
;
position
:
absolute
;
right
:
-34px
;
right
:
-34px
;
top
:
50%
;
top
:
50%
;
z-index
:
9999
;
cursor
:
pointer
;
cursor
:
pointer
;
}
}
.ms-admin-menu-aside
.ms-admin-menu
.ms-menu-expand
i
{
.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 @
b0d1a228
...
@@ -183,6 +183,7 @@
...
@@ -183,6 +183,7 @@
position: absolute;
position: absolute;
right: -34px;
right: -34px;
top: 50%;
top: 50%;
z-index:9999;
cursor: pointer;
cursor: pointer;
// 收缩
// 收缩
i{
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