feat(Form): input-align works for input slot
This commit is contained in:
+2
-2
@@ -406,8 +406,8 @@ export default {
|
||||
| Attribute | Description | Type | Default |
|
||||
|------|------|------|------|
|
||||
| label-width | Field label width | *number \| string* | `90px` |
|
||||
| label-align | Field label text align, can be set to `center` `right` | *string* | `left` |
|
||||
| input-align | Field input text align, can be set to `center` `right` | *string* | `left` |
|
||||
| label-align | Field label align, can be set to `center` `right` | *string* | `left` |
|
||||
| input-align | Field input align, can be set to `center` `right` | *string* | `left` |
|
||||
| error-message-align | Error message align, can be set to `center` `right` | *string* | `left` |
|
||||
| validate-first | Whether to stop the validation when a rule fails | *boolean* | `false` |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user