Sfoglia il codice sorgente

菜单选项不对齐

Alfyn 1 mese fa
parent
commit
9e42d78df8
1 ha cambiato i file con 9 aggiunte e 0 eliminazioni
  1. 9 0
      src/global.less

+ 9 - 0
src/global.less

@@ -31,6 +31,15 @@ ol {
   list-style: none;
 }
 
+a{
+  font-weight: normal;
+}
+
+//菜单选项行高
+.ant-pro-top-nav-header .ant-menu-submenu.ant-menu-submenu-horizontal{
+  line-height: 60px;
+}
+
 // 数据列表 样式
 .table-alert {
   margin-bottom: 16px;