style(Field): label width adjusted to 84px (#6583)

This commit is contained in:
neverland
2020-06-20 16:56:25 +08:00
committed by GitHub
parent f10a97b692
commit e1f67fa898
7 changed files with 9 additions and 6 deletions
+1 -1
View File
@@ -424,7 +424,7 @@ export default {
| Attribute | Description | Type | Default |
| --- | --- | --- | --- |
| label-width | Field label width | _number \| string_ | `90px` |
| label-width | Field label width | _number \| string_ | `84px` |
| 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` |
+1 -1
View File
@@ -459,7 +459,7 @@ export default {
| 参数 | 说明 | 类型 | 默认值 |
| --- | --- | --- | --- |
| label-width | 表单项 label 宽度,默认单位为`px` | _number \| string_ | `90px` |
| label-width | 表单项 label 宽度,默认单位为`px` | _number \| string_ | `84px` |
| label-align |  表单项 label 对齐方式,可选值为 `center` `right` | _string_ | `left` |
| input-align | 输入框对齐方式,可选值为 `center` `right` | _string_ | `left` |
| error-message-align | 错误提示文案对齐方式,可选值为 `center` `right` | _string_ | `left` |