docs: update numeric type

This commit is contained in:
陈嘉涵
2020-01-29 10:11:09 +08:00
parent 36ba412f70
commit c6f424baa7
85 changed files with 197 additions and 197 deletions
+2 -2
View File
@@ -115,7 +115,7 @@ export default {
| Attribute | Description | Type | Default |
|------|------|------|------|
| title | Title | *string* | - |
| width `v2.2.7` | Width | *string \| number* | `320px` |
| width `v2.2.7` | Width | *number \| string* | `320px` |
| message | Message | *string* | - |
| messageAlign | Message text aligncan be set to `left` `right` | *string* | `center` |
| className | Custom className | *any* | - |
@@ -141,7 +141,7 @@ export default {
|------|------|------|------|
| v-model | Whether to show dialog | *boolean* | - |
| title | Title | *string* | - |
| width `v2.2.7` | Width | *string \| number* | `320px` |
| width `v2.2.7` | Width | *number \| string* | `320px` |
| message | Message | *string* | - |
| message-align | Message aligncan be set to `left` `right` | *string* | `center` |
| show-confirm-button | Whether to show confirm button | *boolean* | `true` |
+2 -2
View File
@@ -144,7 +144,7 @@ export default {
| 参数 | 说明 | 类型 | 默认值 |
|------|------|------|------|
| title | 标题 | *string* | - |
| width `v2.2.7` | 弹窗宽度,默认单位为`px` | *string \| number* | `320px` |
| width `v2.2.7` | 弹窗宽度,默认单位为`px` | *number \| string* | `320px` |
| message | 文本内容,支持通过`\n`换行 | *string* | - |
| messageAlign | 内容对齐方式,可选值为`left` `right` | *string* | `center` |
| className | 自定义类名 | *any* | - |
@@ -172,7 +172,7 @@ export default {
|------|------|------|------|
| v-model | 是否显示弹窗 | *boolean* | - |
| title | 标题 | *string* | - |
| width `v2.2.7` | 弹窗宽度,默认单位为`px` | *string \| number* | `320px` |
| width `v2.2.7` | 弹窗宽度,默认单位为`px` | *number \| string* | `320px` |
| message | 文本内容,支持通过`\n`换行 | *string* | - |
| message-align | 内容对齐方式,可选值为`left` `right` | *string* | `center` |
| show-confirm-button | 是否展示确认按钮 | *boolean* | `true` |