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 {
|
||||
margin: 2rem auto;
|
||||
margin: 2rem auto !important;
|
||||
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{
|
||||
border-color: #4154f1;
|
||||
|
|
|
@ -90,7 +90,7 @@ export default Form.create()(({ current_user, form, showNotification, match, his
|
|||
setReload(Math.random());
|
||||
setVisible(false);
|
||||
setFieldsValue({
|
||||
pass: '',
|
||||
pass: 2,
|
||||
message: '',
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue