Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
cms_sys
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
西魏
cms_sys
Commits
b0d1a228
Commit
b0d1a228
authored
Jan 30, 2019
by
yinxr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
issue:处理菜单侧边收缩不了的问题
parent
180fdb2f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
6 deletions
+7
-6
index.ftl
src/main/webapp/WEB-INF/manager/index.ftl
+3
-4
login.ftl
src/main/webapp/WEB-INF/manager/login.ftl
+2
-2
index.css
src/main/webapp/static/ms-admin/4.7.0/css/index.css
+1
-0
index.less
src/main/webapp/static/ms-admin/4.7.0/less/index.less
+1
-0
No files found.
src/main/webapp/WEB-INF/manager/index.ftl
View file @
b0d1a228
...
...
@@ -2,15 +2,14 @@
<html>
<head>
<title></title>
<
#
include
"/
include
/
head-file
.
ftl
"
/>
<
#
include
"/
reset-password
.
ftl
"
/>
<
#
include
"/
exit-system
.
ftl
"
/>
<link
rel=
"stylesheet"
href=
"${base}/static/ms-admin/4.7.0/css/index.css"
>
<!--#include virtual="include/head-file.ftl"
#include virtual="./reset-password.ftl"
#include virtual="./exit-system.ftl" -->
<!--#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>
...
...
src/main/webapp/WEB-INF/manager/login.ftl
View file @
b0d1a228
...
...
@@ -3,8 +3,8 @@
<head>
<title></title>
<
!-- <
#include "/include/head-file.ftl"/>
<link rel="stylesheet" href="${base}/static/ms-admin/4.7.0/css/login.css">
-->
<
#
include
"/
include
/
head-file
.
ftl
"
/>
<link
rel=
"stylesheet"
href=
"${base}/static/ms-admin/4.7.0/css/login.css"
>
<!--#include virtual="include/head-file.ftl" -->
<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 {
position
:
absolute
;
right
:
-34px
;
top
:
50%
;
z-index
:
9999
;
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 @
b0d1a228
...
...
@@ -183,6 +183,7 @@
position: absolute;
right: -34px;
top: 50%;
z-index:9999;
cursor: pointer;
// 收缩
i{
...
...
Write
Preview
Markdown
is supported
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