Commit 8ddc0489 authored by 杨奕's avatar 杨奕 Committed by cinwell.li

Input: update doc (#2283)

parent cc225273
......@@ -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() {
......
......@@ -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() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment