Commit a9bf9b7f by chenshu

fix:修复列表

parent 18bcb4fc
...@@ -1305,7 +1305,6 @@ input:focus { ...@@ -1305,7 +1305,6 @@ input:focus {
.ant-modal-content { .ant-modal-content {
.ant-modal-body { .ant-modal-body {
min-height: 130px; min-height: 130px;
max-height: 600px;
overflow: auto; overflow: auto;
// padding-top:0px!important; // padding-top:0px!important;
.xm-page-control { .xm-page-control {
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
color: #999; color: #999;
line-height: 20px; line-height: 20px;
white-space: nowrap; white-space: nowrap;
margin-bottom: 12px; margin: 6px 0 16px;
} }
.avatar-box { .avatar-box {
text-align: center; text-align: center;
......
...@@ -210,7 +210,7 @@ function AddEmployeeModal(props: AddEmployeeModalProps) { ...@@ -210,7 +210,7 @@ function AddEmployeeModal(props: AddEmployeeModalProps) {
maskClosable={false} maskClosable={false}
closeIcon={<span className="icon iconfont modal-close-icon">&#xe6ef;</span>} closeIcon={<span className="icon iconfont modal-close-icon">&#xe6ef;</span>}
> >
<Row> <Row style={{ height: 271 }}>
<Col span={18}> <Col span={18}>
<Form <Form
{...layout} {...layout}
......
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