From 990edb545fdaa30f7554fac1b9bac57979ae3e45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E5=B8=85?= Date: Wed, 26 Sep 2018 18:08:18 +0800 Subject: [PATCH] fix #2396 fix style error --- src/components/GlobalHeader/index.less | 1 - src/pages/Dashboard/Analysis.less | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/components/GlobalHeader/index.less b/src/components/GlobalHeader/index.less index dc207760..c6c7d913 100644 --- a/src/components/GlobalHeader/index.less +++ b/src/components/GlobalHeader/index.less @@ -35,7 +35,6 @@ i.trigger { font-size: 20px; - line-height: 64px; height: 64px; cursor: pointer; transition: all 0.3s, padding 0s; diff --git a/src/pages/Dashboard/Analysis.less b/src/pages/Dashboard/Analysis.less index 35a93fa7..493aeb2f 100644 --- a/src/pages/Dashboard/Analysis.less +++ b/src/pages/Dashboard/Analysis.less @@ -92,6 +92,9 @@ .ant-card-head { position: relative; } + .ant-card-head-title { + align-items: normal; + } } } -- GitLab