Commit 2ee09124 authored by 皮倩雯's avatar 皮倩雯

fix: '角色管理加载样式'

parent c10dfd99
Pipeline #60983 passed with stages
......@@ -265,7 +265,7 @@ const NewSelectUser = props => {
<div className={styles.leftContent}>
{/* 复选框模块 */}
<div className={styles.checkScrollBox}>
{/* <Spin spinning={loading}> */}
<Spin spinning={loading}>
<div className={styles.checkContainer}>
{allList.map((item, index) => (
<div className={styles.checkBoxContent} key={item.groupId}>
......@@ -280,7 +280,7 @@ const NewSelectUser = props => {
</div>
))}
</div>
{/* </Spin> */}
</Spin>
</div>
</div>
<div className={styles.tableRight}>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment