diff --git a/components/progress/index.jsx b/components/progress/index.jsx
index 39a3e0a29e..0be22712f2 100644
--- a/components/progress/index.jsx
+++ b/components/progress/index.jsx
@@ -38,14 +38,14 @@ var Line = React.createClass({
if (this.props.status === 'exception') {
progressInfo = (
-
+
);
} else if(this.props.status === 'success'){
progressInfo = (
-
+
);
}else {