fix(Sidebar): incorrect info position (#4324)

This commit is contained in:
neverland
2019-09-02 17:57:17 +08:00
committed by GitHub
parent 8eab7b41b5
commit 52f3de8cf8

View File

@@ -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;
}
}