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
c651493e
Commit
c651493e
authored
Feb 28, 2022
by
皮倩雯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: '产品配置样式'
parent
9341edc9
Pipeline
#44750
passed with stages
in 6 minutes 40 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
13 deletions
+14
-13
productConfig.jsx
src/pages/productCenter/productConfig/productConfig.jsx
+1
-1
productConfig.less
src/pages/productCenter/productConfig/productConfig.less
+13
-12
No files found.
src/pages/productCenter/productConfig/productConfig.jsx
View file @
c651493e
...
...
@@ -222,7 +222,7 @@ const ProductConfig = props => {
// setProductObj(obj);
// };
const
renderListItem
=
arr
=>
(
<
div
style=
{
{
marginBottom
:
'25px'
}
}
>
<
div
style=
{
{
marginBottom
:
'25px'
,
borderBottom
:
'1px solid #ccc'
,
paddingBottom
:
'25px'
}
}
>
{
arr
.
map
(
item
=>
(
<
List
.
Item
key=
{
item
.
PackageName
}
...
...
src/pages/productCenter/productConfig/productConfig.less
View file @
c651493e
.box{
.box {
width: 100%;
display: flex;
height: calc(100vh - 72px);
}
.leftList{
.leftList
{
width: 330px;
}
.rightForm{
.rightForm
{
width: 100%;
}
.listTop{
.listTop
{
display: flex;
justify-content: space-between;
align-items: center;
margin-top: -
20
px;
margin-top: -
12
px;
padding: 10px 0;
font-size: 16px;
font-weight: bold;
border-bottom: 1px solid #ccc;
}
.listItem{
.listItem
{
height: 35px !important;
padding-left: 5px;
cursor: pointer;
...
...
@@ -26,14 +27,14 @@
display: flex;
align-items: center;
justify-content: flex-start;
.itemspan{
.itemspan
{
margin-left: 10px;
}
}
.listItem:hover{
background-color:
#f8f8f8
;
.listItem:hover
{
background-color:
#f8f8f8
;
}
.selected{
.selected
{
font-weight: bold;
background-color: #bae7ff!important;
background-color: #bae7ff
!important;
}
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