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