field 增加icon slot支持 (#76)

* field 增加icon slot支持
This commit is contained in:
Yao
2017-08-18 11:15:48 +08:00
committed by GitHub
parent 14b5c0a9e4
commit 686b497c58
3 changed files with 39 additions and 3 deletions

View File

@@ -78,6 +78,12 @@
}
}
&--has-icon {
.van-field__control {
width: 90%;
}
}
&__control {
border: 0;
font-size: 14px;