From 52f3de8cf8104ad4db28deef55225e90d79a54a3 Mon Sep 17 00:00:00 2001 From: neverland Date: Mon, 2 Sep 2019 17:57:17 +0800 Subject: [PATCH] fix(Sidebar): incorrect info position (#4324) --- src/sidebar-item/index.less | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/sidebar-item/index.less b/src/sidebar-item/index.less index 87c1c3f3c..101e0f576 100644 --- a/src/sidebar-item/index.less +++ b/src/sidebar-item/index.less @@ -15,6 +15,7 @@ &__text { position: relative; + display: inline-block; } &:active { @@ -39,8 +40,4 @@ background-color: @sidebar-selected-background-color; } } - - .van-info { - right: 4px; - } }