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
3cf902b3
Commit
3cf902b3
authored
Jan 26, 2019
by
a123456
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Signed-off-by: a123456 <1209165801@qq.com>
parent
dc1c2a95
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
57 deletions
+13
-57
.project
src/main/webapp/WEB-INF/manager/.project
+0
-28
material-list.htm
src/main/webapp/WEB-INF/manager/mweixin/material-list.htm
+3
-1
.project
src/main/webapp/static/mweixin/.project
+0
-28
menu.css
src/main/webapp/static/mweixin/css/menu.css
+4
-0
menu.less
src/main/webapp/static/mweixin/less/menu.less
+6
-0
No files found.
src/main/webapp/WEB-INF/manager/.project
deleted
100644 → 0
View file @
dc1c2a95
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>
manager
</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>
com.aptana.ide.core.unifiedBuilder
</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>
com.aptana.projects.webnature
</nature>
</natures>
<filteredResources>
<filter>
<id>
1548465241018
</id>
<name></name>
<type>
26
</type>
<matcher>
<id>
org.eclipse.ui.ide.multiFilter
</id>
<arguments>
1.0-name-matches-false-false-node_modules
</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
src/main/webapp/WEB-INF/manager/mweixin/material-list.htm
View file @
3cf902b3
<!--图文素材页-->
<!DOCTYPE html>
<html>
<head>
...
...
@@ -18,7 +20,7 @@
<!--#include virtual="../include/head.ftl" -->
</el-header>
<el-main>
<!--#include virtual="../include/head.ftl" -->
</el-main>
</el-container>
</el-container>
...
...
src/main/webapp/static/mweixin/.project
deleted
100644 → 0
View file @
dc1c2a95
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>
mweixin
</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>
com.aptana.ide.core.unifiedBuilder
</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>
com.aptana.projects.webnature
</nature>
</natures>
<filteredResources>
<filter>
<id>
1548465267988
</id>
<name></name>
<type>
26
</type>
<matcher>
<id>
org.eclipse.ui.ide.multiFilter
</id>
<arguments>
1.0-name-matches-false-false-node_modules
</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>
src/main/webapp/static/mweixin/css/menu.css
View file @
3cf902b3
...
...
@@ -100,6 +100,10 @@ textarea::-webkit-input-placeholder {
display
:
flex
;
align-items
:
center
;
}
.ms-weixin-menu
{
min-height
:
calc
(
100vh
-
50px
);
background
:
#fff
;
}
.ms-weixin-menu-item
{
min-width
:
100%
!important
;
}
src/main/webapp/static/mweixin/less/menu.less
View file @
3cf902b3
...
...
@@ -5,6 +5,11 @@
align-items: center;
}
.ms-weixin-menu {
min-height: ~'calc(100vh - 50px)';
background: #fff;
}
.ms-weixin-menu-item {
min-width: 100% !important;
}
\ No newline at end of file
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