fix(search): fix input style

This commit is contained in:
qingwei.li 2017-03-17 17:11:46 +08:00
parent bf1ae7802d
commit 2d6a51b057

View File

@ -30,6 +30,9 @@ function style () {
padding: 7px;
line-height: 22px;
font-size: 14px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.search h2 {