feat(Dialog): add width prop (#4687)
This commit is contained in:
@@ -119,6 +119,7 @@ export default {
|
||||
| Attribute | Description | Type | Default | Version |
|
||||
|------|------|------|------|------|
|
||||
| title | Title | *string* | - | - |
|
||||
| width | Width | *string \| number* | `320px` | 2.2.7 |
|
||||
| message | Message | *string* | - | - |
|
||||
| messageAlign | Message text align,can be set to `left` `right` | *string* | `center` | - |
|
||||
| className | Custom className | *any* | - | - |
|
||||
@@ -144,6 +145,7 @@ export default {
|
||||
|------|------|------|------|------|
|
||||
| v-model | Whether to show dialog | *boolean* | - | - |
|
||||
| title | Title | *string* | - | - |
|
||||
| width | Width | *string \| number* | `320px` | 2.2.7 |
|
||||
| message | Message | *string* | - | - |
|
||||
| message-align | Message align,can be set to `left` `right` | *string* | `center` | - |
|
||||
| show-confirm-button | Whether to show confirm button | *boolean* | `true` | - |
|
||||
|
||||
Reference in New Issue
Block a user