style(IndexBar): increase font weight of active index

This commit is contained in:
chenjiahan 2022-01-27 11:21:00 +08:00
parent 39b51d5dae
commit d6e80e8954

View File

@ -27,6 +27,7 @@ body {
&--active {
color: var(--van-index-bar-index-active-color);
font-weight: bold;
}
}
}