update Input style
This commit is contained in:
parent
1e17564989
commit
9f249603d0
2 changed files with 20 additions and 0 deletions
|
@ -129,7 +129,11 @@
|
|||
<Icon type="ios-aperture" slot="prefix" />
|
||||
</Input>
|
||||
<br><br><br><br>
|
||||
<Input v-model="value" search enter-button style="width: 300px" @on-search="hs" size="small" />
|
||||
<br>
|
||||
<Input v-model="value" search enter-button style="width: 300px" @on-search="hs" />
|
||||
<br>
|
||||
<Input v-model="value" search enter-button style="width: 300px" @on-search="hs" size="large" />
|
||||
<br><br>
|
||||
<Input v-model="value" search style="width: 300px" @on-search="hs" />
|
||||
<br><br>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue