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
8add33af
Commit
8add33af
authored
May 11, 2021
by
shaoan123
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化人表单对齐
parent
9a436d7b
Pipeline
#27386
passed with stages
in 22 minutes 18 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
AddModal.jsx
...s/artificial/policiesIssued/predictionConfig/AddModal.jsx
+1
-1
AddModal.jsx
...ges/artificial/policiesIssued/strategyConfig/AddModal.jsx
+1
-0
No files found.
src/pages/artificial/policiesIssued/predictionConfig/AddModal.jsx
View file @
8add33af
...
...
@@ -380,7 +380,7 @@ const AddModal = props => {
label=
"最大值"
name=
{
'max'
+
index
}
>
<
Input
style=
{
{
width
:
'98%'
}
}
placeholder=
"请输入最大值"
onChange=
{
(
value
)
=>
inputMax
(
value
,
index
)
}
index=
{
index
}
allowClear
/>
<
Input
style=
{
{
width
:
'98%'
,
marginLeft
:
'0.4rem'
}
}
placeholder=
"请输入最大值"
onChange=
{
(
value
)
=>
inputMax
(
value
,
index
)
}
index=
{
index
}
allowClear
/>
</
Item
>
</
Col
>
</
Row
>
...
...
src/pages/artificial/policiesIssued/strategyConfig/AddModal.jsx
View file @
8add33af
...
...
@@ -372,6 +372,7 @@ const AddModal = props => {
>
<
Select
placeholder=
"请选择预测指标"
style=
{
{
width
:
'98%'
,
marginLeft
:
'0.4rem'
}
}
onChange=
{
(
value
,
option
)
=>
handleChangeIndex1
(
value
,
option
)
}
>
{
item
.
predictStr
&&
item
.
predictStr
.
length
?
item
.
predictStr
.
map
((
item
,
zindex
)
=>
{
return
<
Select
.
Option
key=
{
zindex
}
index=
{
index
}
value=
{
item
}
>
{
item
}
</
Select
.
Option
>
})
:
''
}
...
...
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