mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 20:49:53 +08:00
remove useless wrapper
This commit is contained in:
parent
f7ba2969f6
commit
d83e046327
@ -37,11 +37,9 @@ const AntSpin = React.createClass({
|
||||
} else {
|
||||
spinElement = (
|
||||
<div className={spinClassName}>
|
||||
<div className={`${prefixCls}-dots`}>
|
||||
<span className={`${prefixCls}-dot ${prefixCls}-dot-first`} />
|
||||
<span className={`${prefixCls}-dot ${prefixCls}-dot-second`} />
|
||||
<span className={`${prefixCls}-dot ${prefixCls}-dot-third`} />
|
||||
</div>
|
||||
<span className={`${prefixCls}-dot ${prefixCls}-dot-first`} />
|
||||
<span className={`${prefixCls}-dot ${prefixCls}-dot-second`} />
|
||||
<span className={`${prefixCls}-dot ${prefixCls}-dot-third`} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user