mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2026-01-06 11:48:11 +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>
|
||||
</div>
|
||||
) : (
|
||||
<div className={styles.textWrap} style={{ textAlign: 'center' }}>
|
||||
<div style={{ textAlign: 'center' }}>
|
||||
<Progress
|
||||
shape={shape}
|
||||
size={size}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user