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 {
min-width: 1em;
font-size: 1.2em;
line-height: inherit;
}

View File

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

View File

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

View File

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

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 {

View File

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