许静 hace 5 años
padre
commit
d3024b6827
Se han modificado 1 ficheros con 5 adiciones y 1 borrados
  1. 5
    1
      src/global.less

+ 5
- 1
src/global.less Ver fichero

@@ -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;