Просмотр исходного кода

Merge branch 'master' of https://github.com/ant-design/test2

ddcat1115 8 лет назад
Родитель
Сommit
de9a38ed47
2 измененных файлов с 8 добавлено и 2 удалено
  1. 2 2
      src/layouts/BasicLayout.less
  2. 6 0
      src/layouts/UserLayout.less

+ 2 - 2
src/layouts/BasicLayout.less

@@ -25,8 +25,8 @@
     vertical-align: middle;
     font-size: 22px;
     margin-left: 12px;
-    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
-    margin-top: -3px;
+    font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
+    margin-top: -2px;
   }
 }
 

+ 6 - 0
src/layouts/UserLayout.less

@@ -19,6 +19,9 @@
 .header {
   height: 44px;
   line-height: 44px;
+  a {
+    text-decoration: none;
+  }
 }
 
 .logo {
@@ -30,6 +33,9 @@
 .title {
   font-size: 33px;
   color: @heading-color;
+  font-family: Lato,'Helvetica Neue',Arial,Helvetica,sans-serif;
+  position: relative;
+  top: -2px;
 }
 
 .desc {