Browse Source

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

a123456 6 years ago
parent
commit
8621fc554d
1 changed files with 10 additions and 0 deletions
  1. 10 0
      src/main/webapp/static/mweixin/menu.less

+ 10 - 0
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;
+}