From 21763c5da9ace2a037d7ca3fedde7a92ee031109 Mon Sep 17 00:00:00 2001 From: afc163 Date: Sat, 1 Apr 2017 11:30:44 +0800 Subject: [PATCH] update progress demo --- components/progress/demo/dashboard.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/components/progress/demo/dashboard.md b/components/progress/demo/dashboard.md index 66acabf18b..f6e1f7cfb3 100644 --- a/components/progress/demo/dashboard.md +++ b/components/progress/demo/dashboard.md @@ -7,18 +7,14 @@ title: ## zh-CN -仪表盘。 +仪表盘样式的进度条。 ## en-US -A dashboard. +A dashboard style of progress. ````jsx import { Progress } from 'antd'; -ReactDOM.render( -
- -
-, mountNode); +ReactDOM.render(, mountNode); ````