update Input style

This commit is contained in:
梁灏 2018-06-27 15:46:28 +08:00
parent 1e17564989
commit 9f249603d0
2 changed files with 20 additions and 0 deletions

View file

@ -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>