Kaynağa Gözat

Signed-off-by: a123456 <1209165801@qq.com>

a123456 6 yıl önce
ebeveyn
işleme
3cf902b35a

+ 0 - 28
src/main/webapp/WEB-INF/manager/.project

@@ -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>

+ 3 - 1
src/main/webapp/WEB-INF/manager/mweixin/material-list.htm

@@ -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>
          </el-container>

+ 0 - 28
src/main/webapp/static/mweixin/.project

@@ -1,28 +0,0 @@
-<?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>

+ 4 - 0
src/main/webapp/static/mweixin/css/menu.css

@@ -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 - 0
src/main/webapp/static/mweixin/less/menu.less

@@ -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;
 }