From 67735552bb595f2dc78e428dae70ab2c75ccb056 Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 22 Sep 2015 20:14:56 +0800 Subject: [PATCH] update progress index.md --- components/progress/index.md | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/components/progress/index.md b/components/progress/index.md index 5bddc3b138..63014261a7 100644 --- a/components/progress/index.md +++ b/components/progress/index.md @@ -15,18 +15,9 @@ * 当一个操作会打断当前界面,或者需要在后台运行,且耗时可能超过2秒时; * 当需要显示一个操作完成的百分比时。 +## API -## Progress Circle API - -| 参数 | 说明 | 类型 | 默认值 | -|----------|---------------|----------|-------------| -| percent | 百分比 | number | 0 | -| status | 状态,有两个值normal、exception | string | normal | -| strokeWidth | 进度条线的宽度,单位是进度条画布宽度的百分比 | number | 1 | -| width | 必填,进度条画布宽度,单位px。这里没有提供height属性设置,Line型高度就是strokeWidth,Circle型高度等于width | number | null | - - -## Progress Bar API +## Progress Bar | 参数 | 说明 | 类型 | 默认值 | |----------|---------------|----------|-------------| @@ -35,6 +26,11 @@ | strokeWidth | 进度条线的宽度,单位是px | number | 1 | | showInfo | 是否显示进度数值和状态图标 | bool | true | +### Progress Circle - - +| 参数 | 说明 | 类型 | 默认值 | +|----------|---------------|----------|-------------| +| percent | 百分比 | number | 0 | +| status | 状态,有两个值normal、exception | string | normal | +| strokeWidth | 进度条线的宽度,单位是进度条画布宽度的百分比 | number | 1 | +| width | 必填,进度条画布宽度,单位px。这里没有提供height属性设置,Line型高度就是strokeWidth,Circle型高度等于width | number | null |