Commit 0fa12440 authored by 涂伟's avatar 涂伟

fix: '流程中心人员选择面板优化'

parent e4ab3d37
......@@ -368,10 +368,10 @@ const RoalChoose = props => {
return (
<div className={styles.modalContainer}>
<Modal
title="理配置"
title="节点承办管理配置"
visible={visible}
onOk={onSave}
width="860px"
width="900px"
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);
......
.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: 360px;
height: 420px;
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: 150px;
width: 130px;
margin-bottom: 10px;
margin-right: 6px;
margin-right: 10px;
.ant-checkbox-wrapper span {
max-width: 130px;
......@@ -130,7 +142,7 @@
border: 1px solid #c2cdfd;
border-radius: 5px;
margin: 10px 15px;
margin-right: 70px;
margin-right: 5px;
min-height: 50px;
padding: 0 10px 10px 16px;
......@@ -158,8 +170,8 @@
.ant-checkbox-wrapper {
display: flex;
margin-left: 0;
width: 150px;
margin-right: 6px;
width: 130px;
margin-right: 10px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment