forked from Gitlink/forgeplus-react
成果上传申诉审批列表调整,成果/评论审批不通过弹框优化
This commit is contained in:
parent
85daac35a2
commit
4344fcae0f
|
@ -88,7 +88,7 @@ span.list-gray {
|
||||||
}
|
}
|
||||||
|
|
||||||
.center-content .ant-pagination {
|
.center-content .ant-pagination {
|
||||||
margin: 2rem auto;
|
margin: 2rem auto !important;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
.ant-pagination-item:focus, .ant-pagination-item:hover, .ant-pagination-item-active, .ant-pagination-prev:hover a, .ant-pagination-next:hover a, .ant-pagination-options-quick-jumper input:focus, .ant-pagination-options-quick-jumper input:hover{
|
.ant-pagination-item:focus, .ant-pagination-item:hover, .ant-pagination-item-active, .ant-pagination-prev:hover a, .ant-pagination-next:hover a, .ant-pagination-options-quick-jumper input:focus, .ant-pagination-options-quick-jumper input:hover{
|
||||||
border-color: #4154f1;
|
border-color: #4154f1;
|
||||||
|
|
|
@ -90,7 +90,7 @@ export default Form.create()(({ current_user, form, showNotification, match, his
|
||||||
setReload(Math.random());
|
setReload(Math.random());
|
||||||
setVisible(false);
|
setVisible(false);
|
||||||
setFieldsValue({
|
setFieldsValue({
|
||||||
pass: '',
|
pass: 2,
|
||||||
message: '',
|
message: '',
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue