Commit a9bf9b7f by chenshu

fix:修复列表

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