Commit c2f12f37 authored by 涂伟's avatar 涂伟

fix: '站点权限选择样式优化'

parent a93dd9c6
......@@ -44,22 +44,39 @@
// }
}
.check {}
.check {
}
}
}
.checkstationdiv {
display: flex;
padding: 10px 0;
.isSearch {
color: red;
background-color: yellow;
}
.ant-checkbox-group {
width: 100%;
display: flex;
flex-wrap: wrap;
// align-items: center;
.btnBox {
position: sticky;
bottom: 0px;
background-color: #fff;
width: 100%;
height: 80px;
padding: 0 20px;
display: flex;
align-items: center;
}
\ No newline at end of file
.ant-checkbox-wrapper {
width: 30%;
margin-bottom: 8px;
}
}
}
.isSearch {
color: red;
background-color: yellow;
}
.btnBox {
position: sticky;
bottom: 0px;
background-color: #fff;
width: 100%;
height: 80px;
padding: 0 20px;
display: flex;
align-items: center;
}
}
......@@ -153,10 +153,13 @@ const ListCardItem = props => {
handleAllChecked(e);
}}
>
{OUName}
{OUName === '所有系统' ? '所有角色' : OUName}
</Checkbox>
</div>
<div style={{ width: '100%' }} className={styles.checkdiv}>
<div
style={{ width: '100%' }}
className={OUName === '所有系统' ? styles.checkstationdiv : styles.checkdiv}
>
{defaultList && defaultList.length > 0 && (
<CheckGroup
className={styles.check}
......
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