@@ -1,28 +0,0 @@
-<?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>
@@ -1,3 +1,5 @@
+<!--图文素材页-->
+
<!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>
- <name>mweixin</name>
- <id>1548465267988</id>
@@ -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;
@@ -5,6 +5,11 @@
+ min-height: ~'calc(100vh - 50px)';