mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
progress bar 和 progress circle api分开
This commit is contained in:
parent
fc69971f99
commit
3299740968
@ -81,7 +81,6 @@ var Circle = React.createClass({
|
||||
'width': props.width,
|
||||
'height': props.width,
|
||||
'fontSize': props.width * 0.16 + 6
|
||||
|
||||
};
|
||||
var progressInfo;
|
||||
if (props.status === 'exception') {
|
||||
|
Loading…
Reference in New Issue
Block a user