[Improvement] Field label align (#1353)

This commit is contained in:
neverland
2018-06-28 19:27:05 +08:00
committed by GitHub
parent 9bc40153e5
commit 64b2ba989e
4 changed files with 18 additions and 2 deletions
+1
View File
@@ -125,6 +125,7 @@ Field support all native properties of input tagsuch as `maxlength`、`placeh
| is-link | Whether to show link icon | `Boolean` | `false` |
| error | Whether to show error info | `Boolean` | `false` |
| error-message | Error message | `String` | `''` |
| label-align | Label text align, can be set to `center` `right` | `String` | `left` |
| input-align | Input text align, can be set to `center` `right` | `String` | `left` |
| autosize | Textarea auto resizecan accpet an object,<br>e.g. { maxHeight: 100, minHeight: 50 } | `Boolean | Object` | `false` |
| icon | Right side icon name | `String` | - |