mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
docs: improve hex readability
This commit is contained in:
parent
72fbbc3b15
commit
1917636b87
@ -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* | - |
|
||||
|
@ -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* | - |
|
||||
|
@ -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` |
|
||||
|
@ -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* | - |
|
||||
|
@ -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* | - |
|
||||
|
@ -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* | - |
|
||||
|
@ -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` |
|
||||
|
@ -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` |
|
||||
|
@ -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` |
|
||||
|
||||
|
@ -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` |
|
||||
|
||||
|
@ -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` |
|
||||
|
||||
|
@ -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` |
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user