mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2026-01-25 17:08:12 +00:00
🐛 修复进度条组件style导致的报错
This commit is contained in:
parent
92a3088aad
commit
abbd743a1e
@ -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}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user