chore: format code (#13467)

This commit is contained in:
btea 2023-07-04 21:40:46 +08:00 committed by GitHub
parent 2e00d65568
commit 2c605cb794
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 39 additions and 39 deletions

View File

@ -114,7 +114,7 @@ When using `modal` = false, please make sure that `append-to-body` was set to **
## Attributes
| Name | Description | Type | Accepted Values | Default |
|----------------------------|---------------------------------------------------------------------------------------------------|--------------------------------------------------| --------------- |--------|
| -------------------------- | ------------------------------------------------------------------------------------------------- | ------------------------------------------------- | --------------- | ------- |
| model-value / v-model | visibility of Dialog | boolean | — | — |
| title | title of Dialog. Can also be passed with a named slot (see the following table) | string | — | — |
| width | width of Dialog | string / number | — | 50% |

View File

@ -82,7 +82,7 @@ progress/striped-progress
### Attributes
| Name | Description | Type | Default |
| -------------- | ------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ------- |
| --------------------- | ------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ------- |
| percentage | percentage, **required** | ^[number]`(0-100)` | 0 |
| type | the type of progress bar | ^[enum]`'line' \| 'circle' \| 'dashboard'` | line |
| stroke-width | the width of progress bar | ^[number] | 6 |

View File

@ -26,7 +26,7 @@
map.get($button, 'bg-color')
);
border: getCssVar('border');
border-left-color:transparent;
border-left-color: transparent;
color: var(
#{getCssVarName('button-text-color')},
map.get($button, 'text-color')