mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
[bugfix] Search box-sizing wrong (#312)
* fix: Tabbar icon line-height * [new feature] progress add showPivot prop * [new feature] TabItem support vue-router * [new feature] update document header style * [Doc] add toast english ducoment * [bugfix] Search box-sizing wrong
This commit is contained in:
parent
9b2cf1ed5e
commit
4288bd5646
@ -13,7 +13,8 @@
|
|||||||
&__input-wrap {
|
&__input-wrap {
|
||||||
position: relative;
|
position: relative;
|
||||||
flex: 1;
|
flex: 1;
|
||||||
height: 16px;
|
height: 34px;
|
||||||
|
box-sizing: border-box;
|
||||||
padding: 8px 24px 8px 35px;
|
padding: 8px 24px 8px 35px;
|
||||||
border: 1px solid $gray-light;
|
border: 1px solid $gray-light;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user