[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:
neverland 2017-11-14 04:11:43 -06:00 committed by GitHub
parent 9b2cf1ed5e
commit 4288bd5646
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,8 @@
&__input-wrap {
position: relative;
flex: 1;
height: 16px;
height: 34px;
box-sizing: border-box;
padding: 8px 24px 8px 35px;
border: 1px solid $gray-light;
border-radius: 4px;