diff --git a/src/circle/README.md b/src/circle/README.md index cc261bebb..854f62582 100644 --- a/src/circle/README.md +++ b/src/circle/README.md @@ -116,7 +116,7 @@ export default { | rate | Target rate | *number \| string* | `100` | | size | Circle size | *number \| string* | `100px` | | color `v2.1.4` | Progress color, passing object to render gradient | *string \| object* | `#1989fa` | -| layer-color | Layer color | *string* | `#fff` | +| layer-color | Layer color | *string* | `white` | | fill | Fill color | *string* | `none` | | speed | Animate speed(rate/s)| *number \| string* | `0` | | text | Text | *string* | - | diff --git a/src/circle/README.zh-CN.md b/src/circle/README.zh-CN.md index 40eae3aac..e1a63f416 100644 --- a/src/circle/README.zh-CN.md +++ b/src/circle/README.zh-CN.md @@ -128,7 +128,7 @@ export default { | rate | 目标进度 | *number \| string* | `100` | | size | 圆环直径,默认单位为 `px` | *number \| string* | `100px` | | color `v2.1.4` | 进度条颜色,传入对象格式可以定义渐变色 | *string \| object* | `#1989fa` | -| layer-color | 轨道颜色 | *string* | `#fff` | +| layer-color | 轨道颜色 | *string* | `white` | | fill | 填充颜色 | *string* | `none` | | speed | 动画速度(单位为 rate/s)| *number \| string* | `0` | | text | 文字 | *string* | - | diff --git a/src/dialog/README.md b/src/dialog/README.md index 5d1d6f6f9..4aef3dc59 100644 --- a/src/dialog/README.md +++ b/src/dialog/README.md @@ -122,7 +122,7 @@ export default { | showConfirmButton | Whether to show confirm button | *boolean* | `true` | | showCancelButton | Whether to show cancel button | *boolean* | `false` | | cancelButtonText | Cancel button text | *string* | `Cancel` | -| cancelButtonColor | Cancel button color | *string* | `#000` | +| cancelButtonColor | Cancel button color | *string* | `black` | | confirmButtonText | Confirm button text | *string* | `Confirm` | | confirmButtonColor | Confirm button color | *string* | `#1989fa` | | overlay | Whether to show overlay | *boolean* | `true` | @@ -147,7 +147,7 @@ export default { | show-confirm-button | Whether to show confirm button | *boolean* | `true` | | show-cancel-button | Whether to show cancel button | *boolean* | `false` | | cancel-button-text | Cancel button text | *string* | `Cancel` | -| cancel-button-color | Cancel button color | *string* | `#000` | +| cancel-button-color | Cancel button color | *string* | `black` | | confirm-button-text | Confirm button text | *string* | `Confirm` | | confirm-button-color | Confirm button color | *string* | `#1989fa` | | overlay | Whether to show overlay | *boolean* | `true` | diff --git a/src/dialog/README.zh-CN.md b/src/dialog/README.zh-CN.md index 435be9045..043c6be0c 100644 --- a/src/dialog/README.zh-CN.md +++ b/src/dialog/README.zh-CN.md @@ -153,7 +153,7 @@ export default { | confirmButtonText | 确认按钮文案 | *string* | `确认` | | confirmButtonColor | 确认按钮颜色 | *string* | `#1989fa` | | cancelButtonText | 取消按钮文案 | *string* | `取消` | -| cancelButtonColor | 取消按钮颜色 | *string* | `#000` | +| cancelButtonColor | 取消按钮颜色 | *string* | `black` | | overlay | 是否展示遮罩层 | *boolean* | `true` | | overlayClass `v2.2.7` | 自定义遮罩层类名 | *string* | - | | overlayStyle `v2.2.7` | 自定义遮罩层样式 | *object* | - | @@ -180,7 +180,7 @@ export default { | confirm-button-text | 确认按钮文案 | *string* | `确认` | | confirm-button-color | 确认按钮颜色 | *string* | `#1989fa` | | cancel-button-text | 取消按钮文案 | *string* | `取消` | -| cancel-button-color | 取消按钮颜色 | *string* | `#000` | +| cancel-button-color | 取消按钮颜色 | *string* | `black` | | overlay | 是否展示遮罩层 | *boolean* | `true` | | overlay-class `v2.2.7` | 自定义遮罩层类名 | *string* | - | | overlay-style `v2.2.7` | 自定义遮罩层样式 | *object* | - | diff --git a/src/notify/README.md b/src/notify/README.md index e191cb863..209249a3b 100644 --- a/src/notify/README.md +++ b/src/notify/README.md @@ -71,7 +71,7 @@ export default { | type `v2.1.6` | Can be set to `primary` `success` `warning` | *string* | `danger` | | message | Message | *string* | - | | duration | Duration(ms), won't disappear if value is 0 | *number \| string* | `3000` | -| color | Message color | *string* | `#fff` | | +| color | Message color | *string* | `white` | | | background | Background color | *string* | - | | className | Custom className | *any* | - | | onClick | Callback function after click | *Function* | - | diff --git a/src/notify/README.zh-CN.md b/src/notify/README.zh-CN.md index ea2e5dbdf..17fdb8668 100644 --- a/src/notify/README.zh-CN.md +++ b/src/notify/README.zh-CN.md @@ -82,7 +82,7 @@ export default { | type `v2.1.6` | 类型,可选值为 `primary` `success` `warning` | *string* | `danger` | | message | 展示文案,支持通过`\n`换行 | *string* | - | | duration | 展示时长(ms),值为 0 时,notify 不会消失 | *number \| string* | `3000` | -| color | 字体颜色 | *string* | `#fff` | +| color | 字体颜色 | *string* | `white` | | background | 背景颜色 | *string* | - | | className | 自定义类名 | *any* | - | | onClick | 点击时的回调函数 | *Function* | - | diff --git a/src/progress/README.md b/src/progress/README.md index 85a82fa82..2086bc588 100644 --- a/src/progress/README.md +++ b/src/progress/README.md @@ -67,6 +67,6 @@ Use `pivot-text` to custom text,use `color` to custom bar color | track-color `v2.2.9` | Track color | *string* | `#e5e5e5` | | pivot-text | Pivot text | *string* | percentage | | pivot-color | Pivot text background color | *string* | inherit progress color | -| text-color | Pivot text color | *string* | `#fff` | +| text-color | Pivot text color | *string* | `white` | | inactive | Whether to be gray | *boolean* | `false` | | show-pivot | Whether to show text | *boolean* | `true` | diff --git a/src/progress/README.zh-CN.md b/src/progress/README.zh-CN.md index 132285dee..4699322d0 100644 --- a/src/progress/README.zh-CN.md +++ b/src/progress/README.zh-CN.md @@ -70,6 +70,6 @@ Vue.use(Progress); | track-color `v2.2.9` | 轨道颜色 | *string* | `#e5e5e5` | | pivot-text | 进度文字内容 | *string* | 百分比 | | pivot-color | 进度文字背景色 | *string* | 同进度条颜色 | -| text-color | 进度文字颜色 | *string* | `#fff` | +| text-color | 进度文字颜色 | *string* | `white` | | inactive | 是否置灰 | *boolean* | `false` | | show-pivot | 是否显示进度文字 | *boolean* | `true` | diff --git a/src/switch-cell/README.md b/src/switch-cell/README.md index 5f20d2c60..571480a4a 100644 --- a/src/switch-cell/README.md +++ b/src/switch-cell/README.md @@ -67,7 +67,7 @@ use `loading` property to keep component in loading state | disabled | whether to disable switch | *boolean* | `false` | | size | Size of switch | *number \| string* | `24px` | | active-color | Background of switch color when active | *string* | `#1989fa` | -| inactive-color | Background of switch color when inactive | *string* | `#fff` | +| inactive-color | Background of switch color when inactive | *string* | `white` | | active-value | Value when active | *any* | `true` | | inactive-value | Value when inactive | *any* | `false` | diff --git a/src/switch-cell/README.zh-CN.md b/src/switch-cell/README.zh-CN.md index 22d8fa8d9..118615315 100644 --- a/src/switch-cell/README.zh-CN.md +++ b/src/switch-cell/README.zh-CN.md @@ -67,7 +67,7 @@ export default { | disabled | 是否为禁用状态 | *boolean* | `false` | | size | 开关尺寸 | *number \| string* | `24px` | | active-color | 开关时的背景色 | *string* | `#1989fa` | -| inactive-color | 开关时的背景色 | *string* | `#fff` | +| inactive-color | 开关时的背景色 | *string* | `white` | | active-value | 打开时的值 | *any* | `true` | | inactive-value | 关闭时的值 | *any* | `false` | diff --git a/src/switch/README.md b/src/switch/README.md index 5af035a0f..6c0d2233c 100644 --- a/src/switch/README.md +++ b/src/switch/README.md @@ -96,7 +96,7 @@ export default { | disabled | Whether to disable switch | *boolean* | `false` | | size `v2.2.11` | Size of switch | *number \| string* | `30px` | | active-color | Background color when active | *string* | `#1989fa` | -| inactive-color | Background color when inactive | *string* | `#fff` | +| inactive-color | Background color when inactive | *string* | `white` | | active-value | Value when active | *any* | `true` | | inactive-value | Value when inactive | *any* | `false` | diff --git a/src/switch/README.zh-CN.md b/src/switch/README.zh-CN.md index 112d1598e..43042eb16 100644 --- a/src/switch/README.zh-CN.md +++ b/src/switch/README.zh-CN.md @@ -108,7 +108,7 @@ export default { | disabled | 是否为禁用状态 | *boolean* | `false` | | size `v2.2.11` | 开关尺寸,默认单位为`px` | *number \| string* | `30px` | | active-color | 打开时的背景色 | *string* | `#1989fa` | -| inactive-color | 关闭时的背景色 | *string* | `#fff` | +| inactive-color | 关闭时的背景色 | *string* | `white` | | active-value | 打开时的值 | *any* | `true` | | inactive-value | 关闭时的值 | *any* | `false` |