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

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

parent e4ab3d37
...@@ -368,10 +368,10 @@ const RoalChoose = props => { ...@@ -368,10 +368,10 @@ const RoalChoose = props => {
return ( return (
<div className={styles.modalContainer}> <div className={styles.modalContainer}>
<Modal <Modal
title="理配置" title="节点承办管理配置"
visible={visible} visible={visible}
onOk={onSave} onOk={onSave}
width="860px" width="900px"
onCancel={handleCancel} onCancel={handleCancel}
maskClosable={false} maskClosable={false}
destroyOnClose destroyOnClose
...@@ -385,7 +385,7 @@ const RoalChoose = props => { ...@@ -385,7 +385,7 @@ const RoalChoose = props => {
<Search <Search
className={styles.searchInput} className={styles.searchInput}
allowClear allowClear
placeholder="请输入机构或角色" placeholder="请输入角色名"
onSearch={onSearch} onSearch={onSearch}
onChange={e => { onChange={e => {
setSearchName(e.target.value); setSearchName(e.target.value);
......
.modalContainer { .modalContainer {
:global {
.ant-tabs > .ant-tabs-nav, .ant-tabs > div > .ant-tabs-nav {
margin: 0;
}
.ant-modal-close {
top: 9px;
}
}
.ant-modal-body { .ant-modal-body {
padding: 0; padding: 0;
} }
...@@ -60,7 +68,7 @@ ...@@ -60,7 +68,7 @@
} }
.checkContainer { .checkContainer {
height: 360px; height: 420px;
overflow-y: scroll; overflow-y: scroll;
.checkContents { .checkContents {
...@@ -73,6 +81,10 @@ ...@@ -73,6 +81,10 @@
// border-bottom: 1px solid #f2f2f2; // border-bottom: 1px solid #f2f2f2;
transition: all 0.3s; transition: all 0.3s;
overflow: hidden; overflow: hidden;
span {
color: grey;
font-size: 12px;
}
.imgDown { .imgDown {
display: inline-block; display: inline-block;
position: relative; position: relative;
...@@ -111,9 +123,9 @@ ...@@ -111,9 +123,9 @@
// min-height: 50px; // min-height: 50px;
.check { .check {
width: 150px; width: 130px;
margin-bottom: 10px; margin-bottom: 10px;
margin-right: 6px; margin-right: 10px;
.ant-checkbox-wrapper span { .ant-checkbox-wrapper span {
max-width: 130px; max-width: 130px;
...@@ -130,7 +142,7 @@ ...@@ -130,7 +142,7 @@
border: 1px solid #c2cdfd; border: 1px solid #c2cdfd;
border-radius: 5px; border-radius: 5px;
margin: 10px 15px; margin: 10px 15px;
margin-right: 70px; margin-right: 5px;
min-height: 50px; min-height: 50px;
padding: 0 10px 10px 16px; padding: 0 10px 10px 16px;
...@@ -158,8 +170,8 @@ ...@@ -158,8 +170,8 @@
.ant-checkbox-wrapper { .ant-checkbox-wrapper {
display: flex; display: flex;
margin-left: 0; margin-left: 0;
width: 150px; width: 130px;
margin-right: 6px; margin-right: 10px;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
white-space: nowrap; 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