From 8aa1400b34233d19c09e00157fd9daae0e29aaa7 Mon Sep 17 00:00:00 2001 From: hhking Date: Tue, 8 Oct 2019 15:23:39 +0800 Subject: [PATCH] fix: right-align the right content of topmenu --- src/components/GlobalHeader/index.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/GlobalHeader/index.less b/src/components/GlobalHeader/index.less index 88cba12b..590a14fa 100644 --- a/src/components/GlobalHeader/index.less +++ b/src/components/GlobalHeader/index.less @@ -39,6 +39,7 @@ .right { float: right; height: 100%; + margin-left: auto; overflow: hidden; .action { display: inline-block;