Input: update doc (#2283)

pull/2298/head
杨奕 2017-01-08 14:37:37 +08:00 committed by cinwell.li
parent cc22527321
commit 8ddc048922
2 changed files with 10 additions and 1 deletions

View File

@ -305,7 +305,11 @@ Prepend or append an element, generally a label or a button.
<el-button slot="append" icon="search"></el-button>
</el-input>
</div>
<style>
.el-select .el-input {
width: 110px;
}
</style>
<script>
export default {
data() {

View File

@ -341,6 +341,11 @@ export default {
<el-button slot="append" icon="search"></el-button>
</el-input>
</div>
<style>
.el-select .el-input {
width: 110px;
}
</style>
<script>
export default {
data() {