From 5b285a988a1761e65f00fc60eae78a020e398eb9 Mon Sep 17 00:00:00 2001 From: neverland Date: Mon, 27 Apr 2020 16:17:12 +0800 Subject: [PATCH] style(NavBar): left & right part align to bottom (#6147) --- src/nav-bar/index.less | 1 - 1 file changed, 1 deletion(-) diff --git a/src/nav-bar/index.less b/src/nav-bar/index.less index 8fb25bc7f..c684c026f 100644 --- a/src/nav-bar/index.less +++ b/src/nav-bar/index.less @@ -37,7 +37,6 @@ &__left, &__right { position: absolute; - top: 0; bottom: 0; display: flex; align-items: center;