style: no longer need icon min-width

This commit is contained in:
chenjiahan
2020-11-01 20:50:32 +08:00
parent e0ad65e69f
commit 7e1ad5dbd5
6 changed files with 1 additions and 7 deletions
+1 -2
View File
@@ -18,7 +18,6 @@
.van-icon {
display: block;
min-width: 1em;
}
img {
@@ -28,8 +27,8 @@
}
&--active {
background-color: @tabbar-item-active-background-color;
color: @tabbar-item-active-color;
background-color: @tabbar-item-active-background-color;
}
.van-info {