ソースを参照

fix #2396 fix style error

陈帅 7 年 前
コミット
990edb545f

+ 0 - 1
src/components/GlobalHeader/index.less

@@ -35,7 +35,6 @@
 
 
 i.trigger {
 i.trigger {
   font-size: 20px;
   font-size: 20px;
-  line-height: 64px;
   height: 64px;
   height: 64px;
   cursor: pointer;
   cursor: pointer;
   transition: all 0.3s, padding 0s;
   transition: all 0.3s, padding 0s;

+ 3 - 0
src/pages/Dashboard/Analysis.less

@@ -92,6 +92,9 @@
     .ant-card-head {
     .ant-card-head {
       position: relative;
       position: relative;
     }
     }
+    .ant-card-head-title {
+      align-items: normal;
+    }
   }
   }
 }
 }