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

View File

@ -154,7 +154,6 @@
} }
&__icon { &__icon {
min-width: 1em;
font-size: 1.2em; font-size: 1.2em;
line-height: inherit; line-height: inherit;
} }

View File

@ -50,7 +50,6 @@
&__left-icon, &__left-icon,
&__right-icon { &__right-icon {
min-width: 1em;
height: @cell-line-height; height: @cell-line-height;
font-size: @cell-icon-size; font-size: @cell-icon-size;
line-height: @cell-line-height; line-height: @cell-line-height;

View File

@ -116,7 +116,6 @@
&__left-icon .van-icon, &__left-icon .van-icon,
&__right-icon .van-icon { &__right-icon .van-icon {
display: block; display: block;
min-width: 1em;
font-size: @field-icon-size; font-size: @field-icon-size;
line-height: inherit; line-height: inherit;
} }

View File

@ -16,7 +16,6 @@
} }
&__arrow { &__arrow {
min-width: 1em;
margin-right: @padding-base; margin-right: @padding-base;
font-size: @nav-bar-arrow-size; font-size: @nav-bar-arrow-size;
} }

View File

@ -18,7 +18,6 @@
.van-icon { .van-icon {
display: block; display: block;
min-width: 1em;
} }
img { img {
@ -28,8 +27,8 @@
} }
&--active { &--active {
background-color: @tabbar-item-active-background-color;
color: @tabbar-item-active-color; color: @tabbar-item-active-color;
background-color: @tabbar-item-active-background-color;
} }
.van-info { .van-info {

View File

@ -91,7 +91,6 @@
} }
&__close { &__close {
min-width: 1em;
margin-left: 2px; margin-left: 2px;
cursor: pointer; cursor: pointer;
} }