Commit 485a9039d54812807130a5eb503af8138cf8374d
1 parent
cbe5ccfc
fixed #2149
Showing
2 changed files
with
7 additions
and
1 deletions
Show diff stats
examples/routers/form.vue
| ... | ... | @@ -57,8 +57,9 @@ |
| 57 | 57 | </Checkbox-group> |
| 58 | 58 | </Form-item> |
| 59 | 59 | <Form-item label-for="input" label="介绍" prop="desc"> |
| 60 | - <Input element-id="input" v-model="formValidate.desc" type="text" :autosize="{minRows: 2,maxRows: 5}" placeholder="请输入..."></Input> | |
| 60 | + <Input element-id="input" icon="ios-search" size="small" v-model="formValidate.desc" type="text" :autosize="{minRows: 2,maxRows: 5}" placeholder="请输入..."></Input> | |
| 61 | 61 | </Form-item> |
| 62 | + <Input element-id="input" icon="ios-search" size="small" v-model="formValidate.desc" type="text" :autosize="{minRows: 2,maxRows: 5}" placeholder="请输入..."></Input> | |
| 62 | 63 | <Form-item> |
| 63 | 64 | <Button type="primary" @click="handleSubmit('formValidate')">提交</Button> |
| 64 | 65 | <Button type="ghost" @click="handleReset('formValidate')" style="margin-left: 8px">重置</Button> | ... | ... |
src/styles/components/input.less