🐛 修复进度条组件style导致的报错

This commit is contained in:
xujiang 2021-01-27 22:12:31 +08:00
parent 92a3088aad
commit abbd743a1e

View File

@ -11,7 +11,7 @@ const XProgress = memo((props: IXProgressConfig & { isTpl: boolean }) => {
<img src={logo} alt=""></img> <img src={logo} alt=""></img>
</div> </div>
) : ( ) : (
<div className={styles.textWrap} style={{ textAlign: 'center' }}> <div style={{ textAlign: 'center' }}>
<Progress <Progress
shape={shape} shape={shape}
size={size} size={size}