Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CivManage
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ReactWeb5
CivManage
Commits
c2f12f37
Commit
c2f12f37
authored
Apr 21, 2023
by
涂伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: '站点权限选择样式优化'
parent
a93dd9c6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
38 additions
and
19 deletions
+38
-19
ListCardItem.less
src/pages/userCenter/userManage/components/ListCardItem.less
+33
-17
listCardItem.jsx
src/pages/userCenter/userManage/components/listCardItem.jsx
+5
-2
No files found.
src/pages/userCenter/userManage/components/ListCardItem.less
View file @
c2f12f37
...
...
@@ -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;
}
}
src/pages/userCenter/userManage/components/listCardItem.jsx
View file @
c2f12f37
...
...
@@ -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
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment