Commit 3af4a1cd authored by 邓超's avatar 邓超

fix: 修改角色管理loading样式问题

parent bb4b7abb
Pipeline #52221 passed with stages
...@@ -260,7 +260,7 @@ const NewSelectUser = props => { ...@@ -260,7 +260,7 @@ const NewSelectUser = props => {
</div> </div>
{/* 复选框模块 */} {/* 复选框模块 */}
<div className={styles.checkScrollBox}> <div className={styles.checkScrollBox}>
<Spin spinning={loading}> {/* <Spin spinning={loading}> */}
<div className={styles.checkContainer}> <div className={styles.checkContainer}>
{allList.map((item, index) => ( {allList.map((item, index) => (
<div className={styles.checkBoxContent} key={item.groupId}> <div className={styles.checkBoxContent} key={item.groupId}>
...@@ -275,7 +275,7 @@ const NewSelectUser = props => { ...@@ -275,7 +275,7 @@ const NewSelectUser = props => {
</div> </div>
))} ))}
</div> </div>
</Spin> {/* </Spin> */}
</div> </div>
</div> </div>
<div className={styles.tableRight}> <div className={styles.tableRight}>
......
...@@ -70,10 +70,13 @@ ...@@ -70,10 +70,13 @@
.tableRight { .tableRight {
margin-left: 10px; margin-left: 10px;
height: 100%; height: 100%;
.ant-spin-nested-loading { .ant-spin-nested-loading {
height: 100%; height: 100%;
.ant-table { .ant-table {
height: 100%; height: 100%;
.ant-table-container { .ant-table-container {
height: 100%; height: 100%;
} }
......
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