许静 il y a 5 ans
Parent
révision
d3024b6827
1 fichiers modifiés avec 5 ajouts et 1 suppressions
  1. 5
    1
      src/global.less

+ 5
- 1
src/global.less Voir le fichier

@@ -23,6 +23,7 @@ body {
23 23
   text-rendering: optimizeLegibility;
24 24
   -webkit-font-smoothing: antialiased;
25 25
   -moz-osx-font-smoothing: grayscale;
26
+  font-size: 16px;
26 27
 }
27 28
 
28 29
 ul,
@@ -92,8 +93,11 @@ ol {
92 93
   .ant-menu-inline > .ant-menu-item{
93 94
     height: 45px;
94 95
     line-height: 45px;
95
-    font-size: 16px;
96
+    
96 97
     margin: 0;
98
+    .ant-menu-submenu-title{
99
+      font-size: 16px!important;
100
+    }
97 101
   }
98 102
   .ant-menu.ant-pro-sider-menu{
99 103
     padding: 0!important;