From 8621fc554db5079d0b87ff38f37724f5fabb69b1 Mon Sep 17 00:00:00 2001 From: a123456 <1209165801@qq.com> Date: Sat, 26 Jan 2019 09:18:07 +0800 Subject: [PATCH] Signed-off-by: a123456 <1209165801@qq.com> --- src/main/webapp/static/mweixin/menu.less | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/main/webapp/static/mweixin/menu.less diff --git a/src/main/webapp/static/mweixin/menu.less b/src/main/webapp/static/mweixin/menu.less new file mode 100644 index 00000000..0d4f3aee --- /dev/null +++ b/src/main/webapp/static/mweixin/menu.less @@ -0,0 +1,10 @@ +@import "../ms-admin/4.7.0/less/app.less"; +.ms-weixin-title { + height: 50px; + display: flex; + align-items: center; +} + +.ms-weixin-menu-item { + min-width: 100% !important; +} \ No newline at end of file