mirror of https://github.com/ElemeFE/element
Input: update doc (#2283)
parent
cc22527321
commit
8ddc048922
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue