From 3cf902b35af238ba068296c41e37db665f21f51c Mon Sep 17 00:00:00 2001 From: a123456 <1209165801@qq.com> Date: Sat, 26 Jan 2019 09:39:43 +0800 Subject: [PATCH] Signed-off-by: a123456 <1209165801@qq.com> --- src/main/webapp/WEB-INF/manager/.project | 28 ------------------- .../WEB-INF/manager/mweixin/material-list.htm | 4 ++- src/main/webapp/static/mweixin/.project | 28 ------------------- src/main/webapp/static/mweixin/css/menu.css | 4 +++ src/main/webapp/static/mweixin/less/menu.less | 5 ++++ 5 files changed, 12 insertions(+), 57 deletions(-) delete mode 100644 src/main/webapp/WEB-INF/manager/.project delete mode 100644 src/main/webapp/static/mweixin/.project diff --git a/src/main/webapp/WEB-INF/manager/.project b/src/main/webapp/WEB-INF/manager/.project deleted file mode 100644 index ffb8508b..00000000 --- a/src/main/webapp/WEB-INF/manager/.project +++ /dev/null @@ -1,28 +0,0 @@ - - - manager - - - - - - com.aptana.ide.core.unifiedBuilder - - - - - - com.aptana.projects.webnature - - - - 1548465241018 - - 26 - - org.eclipse.ui.ide.multiFilter - 1.0-name-matches-false-false-node_modules - - - - diff --git a/src/main/webapp/WEB-INF/manager/mweixin/material-list.htm b/src/main/webapp/WEB-INF/manager/mweixin/material-list.htm index 6ccbadd0..54e35dd5 100644 --- a/src/main/webapp/WEB-INF/manager/mweixin/material-list.htm +++ b/src/main/webapp/WEB-INF/manager/mweixin/material-list.htm @@ -1,3 +1,5 @@ + + @@ -18,7 +20,7 @@ - + diff --git a/src/main/webapp/static/mweixin/.project b/src/main/webapp/static/mweixin/.project deleted file mode 100644 index b91f3b44..00000000 --- a/src/main/webapp/static/mweixin/.project +++ /dev/null @@ -1,28 +0,0 @@ - - - mweixin - - - - - - com.aptana.ide.core.unifiedBuilder - - - - - - com.aptana.projects.webnature - - - - 1548465267988 - - 26 - - org.eclipse.ui.ide.multiFilter - 1.0-name-matches-false-false-node_modules - - - - diff --git a/src/main/webapp/static/mweixin/css/menu.css b/src/main/webapp/static/mweixin/css/menu.css index c4fc8b6b..0ee6bf34 100644 --- a/src/main/webapp/static/mweixin/css/menu.css +++ b/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; } diff --git a/src/main/webapp/static/mweixin/less/menu.less b/src/main/webapp/static/mweixin/less/menu.less index f493ed60..6b5e6082 100644 --- a/src/main/webapp/static/mweixin/less/menu.less +++ b/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; } \ No newline at end of file