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
2 years ago
by
涂伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: '站点权限选择样式优化'
parent
a93dd9c6
master
dev-database
dev-达梦
No related merge requests found
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
27 additions
and
7 deletions
+27
-7
ListCardItem.less
src/pages/userCenter/userManage/components/ListCardItem.less
+22
-5
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,16 +44,32 @@
...
@@ -44,16 +44,32 @@
// }
// }
}
}
.check {
}
.check {
}
}
}
}
.checkstationdiv {
display: flex;
padding: 10px 0;
.ant-checkbox-group {
width: 100%;
display: flex;
flex-wrap: wrap;
// align-items: center;
.isSearch {
.ant-checkbox-wrapper {
width: 30%;
margin-bottom: 8px;
}
}
}
.isSearch {
color: red;
color: red;
background-color: yellow;
background-color: yellow;
}
}
.btnBox {
.btnBox {
position: sticky;
position: sticky;
bottom: 0px;
bottom: 0px;
background-color: #fff;
background-color: #fff;
...
@@ -62,4 +78,5 @@
...
@@ -62,4 +78,5 @@
padding: 0 20px;
padding: 0 20px;
display: flex;
display: flex;
align-items: center;
align-items: center;
}
}
}
This diff is collapsed.
Click to expand it.
src/pages/userCenter/userManage/components/listCardItem.jsx
View file @
c2f12f37
...
@@ -153,10 +153,13 @@ const ListCardItem = props => {
...
@@ -153,10 +153,13 @@ const ListCardItem = props => {
handleAllChecked
(
e
);
handleAllChecked
(
e
);
}
}
}
}
>
>
{
OUName
}
{
OUName
===
'所有系统'
?
'所有角色'
:
OUName
}
</
Checkbox
>
</
Checkbox
>
</
div
>
</
div
>
<
div
style=
{
{
width
:
'100%'
}
}
className=
{
styles
.
checkdiv
}
>
<
div
style=
{
{
width
:
'100%'
}
}
className=
{
OUName
===
'所有系统'
?
styles
.
checkstationdiv
:
styles
.
checkdiv
}
>
{
defaultList
&&
defaultList
.
length
>
0
&&
(
{
defaultList
&&
defaultList
.
length
>
0
&&
(
<
CheckGroup
<
CheckGroup
className=
{
styles
.
check
}
className=
{
styles
.
check
}
...
...
This diff is collapsed.
Click to expand it.
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