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
0fa12440
Commit
0fa12440
authored
2 years ago
by
涂伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: '流程中心人员选择面板优化'
parent
e4ab3d37
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
9 deletions
+21
-9
RoalChoose.jsx
...ts/flowChartComponents/nodeModalComponents/RoalChoose.jsx
+3
-3
RoalChoose.less
...s/flowChartComponents/nodeModalComponents/RoalChoose.less
+18
-6
No files found.
src/pages/bsmanager/workOrder/workflowEdit/workFlowComponents/flowChartComponents/nodeModalComponents/RoalChoose.jsx
View file @
0fa12440
...
...
@@ -368,10 +368,10 @@ const RoalChoose = props => {
return
(
<
div
className=
{
styles
.
modalContainer
}
>
<
Modal
title=
"
办
理配置"
title=
"
节点承办管
理配置"
visible=
{
visible
}
onOk=
{
onSave
}
width=
"
86
0px"
width=
"
90
0px"
onCancel=
{
handleCancel
}
maskClosable=
{
false
}
destroyOnClose
...
...
@@ -385,7 +385,7 @@ const RoalChoose = props => {
<
Search
className=
{
styles
.
searchInput
}
allowClear
placeholder=
"请输入
机构或角色
"
placeholder=
"请输入
角色名
"
onSearch=
{
onSearch
}
onChange=
{
e
=>
{
setSearchName
(
e
.
target
.
value
);
...
...
This diff is collapsed.
Click to expand it.
src/pages/bsmanager/workOrder/workflowEdit/workFlowComponents/flowChartComponents/nodeModalComponents/RoalChoose.less
View file @
0fa12440
.modalContainer {
:global {
.ant-tabs > .ant-tabs-nav, .ant-tabs > div > .ant-tabs-nav {
margin: 0;
}
.ant-modal-close {
top: 9px;
}
}
.ant-modal-body {
padding: 0;
}
...
...
@@ -60,7 +68,7 @@
}
.checkContainer {
height:
36
0px;
height:
42
0px;
overflow-y: scroll;
.checkContents {
...
...
@@ -73,6 +81,10 @@
// border-bottom: 1px solid #f2f2f2;
transition: all 0.3s;
overflow: hidden;
span {
color: grey;
font-size: 12px;
}
.imgDown {
display: inline-block;
position: relative;
...
...
@@ -111,9 +123,9 @@
// min-height: 50px;
.check {
width: 1
5
0px;
width: 1
3
0px;
margin-bottom: 10px;
margin-right:
6
px;
margin-right:
10
px;
.ant-checkbox-wrapper span {
max-width: 130px;
...
...
@@ -130,7 +142,7 @@
border: 1px solid #c2cdfd;
border-radius: 5px;
margin: 10px 15px;
margin-right:
70
px;
margin-right:
5
px;
min-height: 50px;
padding: 0 10px 10px 16px;
...
...
@@ -158,8 +170,8 @@
.ant-checkbox-wrapper {
display: flex;
margin-left: 0;
width: 1
5
0px;
margin-right:
6
px;
width: 1
3
0px;
margin-right:
10
px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
...
...
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