mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
style: no longer need icon min-width
This commit is contained in:
parent
e0ad65e69f
commit
7e1ad5dbd5
@ -154,7 +154,6 @@
|
||||
}
|
||||
|
||||
&__icon {
|
||||
min-width: 1em;
|
||||
font-size: 1.2em;
|
||||
line-height: inherit;
|
||||
}
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
}
|
||||
|
@ -16,7 +16,6 @@
|
||||
}
|
||||
|
||||
&__arrow {
|
||||
min-width: 1em;
|
||||
margin-right: @padding-base;
|
||||
font-size: @nav-bar-arrow-size;
|
||||
}
|
||||
|
@ -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 {
|
||||
|
@ -91,7 +91,6 @@
|
||||
}
|
||||
|
||||
&__close {
|
||||
min-width: 1em;
|
||||
margin-left: 2px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user