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
3cf902b3
Commit
3cf902b3
authored
Jan 26, 2019
by
a123456
Browse files
Signed-off-by: a123456 <1209165801@qq.com>
parent
dc1c2a95
Changes
5
Hide whitespace changes
Inline
Side-by-side
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
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