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
1f37cf07
Commit
1f37cf07
authored
Dec 02, 2020
by
张烨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 角色选择器bug
parent
94801974
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
3 deletions
+10
-3
index.jsx
src/components/CheckGroup/index.jsx
+1
-1
itemCard.less
src/components/CheckGroup/itemCard.less
+5
-1
webMenu.jsx
src/pages/webConfig/menuconfig/webMenu.jsx
+4
-1
No files found.
src/components/CheckGroup/index.jsx
View file @
1f37cf07
...
...
@@ -79,7 +79,7 @@ const ListCard = props => {
<>
{
dataList
&&
dataList
.
length
>
0
?
(
dataList
.
filter
(
d
=>
d
.
type
===
'widgetGroup'
)
.
filter
(
d
=>
d
.
type
===
'widgetGroup'
||
'widget'
)
.
map
((
item
,
index
)
=>
(
<
ListCardItem
item=
{
item
}
...
...
src/components/CheckGroup/itemCard.less
View file @
1f37cf07
...
...
@@ -3,7 +3,8 @@
// display: flex;
width: 100%;
flex-wrap: wrap;
border: 1px solid #b5b8c8;
border: 1px solid #c2cdfd;
border-radius: 5px;
margin-top: 20px;
min-height: 50px;
padding: 0 10px 10px 20px;
...
...
@@ -15,6 +16,9 @@
margin: -10px 0 0 0px;
line-height: 20px;
}
.topCheckbox>label :hover{
font-weight: 600;
}
.checkdiv {
display: flex;
flex-wrap: wrap;
...
...
src/pages/webConfig/menuconfig/webMenu.jsx
View file @
1f37cf07
...
...
@@ -403,7 +403,10 @@ const MiniMenu = props => {
submitCallback=
{
editSubmitCallback
}
/>
)
:
(
<
Empty
image=
{
Empty
.
PRESENTED_IMAGE_SIMPLE
}
/>
<
Empty
image=
{
Empty
.
PRESENTED_IMAGE_SIMPLE
}
description=
"当前未选中菜单"
/>
)
}
</
div
>
<
div
...
...
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