From 937e19245fb185cca8190b5bbd0e8b92d9ee0b1e Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 19 Jun 2015 10:42:49 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B2=BE=E7=AE=80=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/progress/index.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/components/progress/index.md b/components/progress/index.md index 231069125e..122ba47e75 100644 --- a/components/progress/index.md +++ b/components/progress/index.md @@ -10,19 +10,13 @@ ## 何时使用 -> 在操作需要很长时间才能完成时,为用户显示该操作的当前进度和状态。 +在操作需要较长时间才能完成时,为用户显示该操作的当前进度和状态。 -#### 什么时候使用 +* 当一个操作会打断当前界面,或者需要在后台运行,且耗时可能超过2秒时; +* 当需要显示一个操作完成的百分比时。 - * 当一个操作会打断当前界面,或者需要在后台运行,且耗时会超过2秒时; - * 当需要显示一个操作大致完成的百分比时。 - -#### 为什么使用 - * 告知用户当前操作处理进度; - * 告知用户系统运行状态是否正常。 - -## 属性参数 +## API | 参数 | 说明 | 类型 | 默认值 | |----------|---------------|----------|-------------|