From 4344fcae0f59031841e3843213e024e03a414f8c Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 3 Mar 2022 13:56:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=90=E6=9E=9C=E4=B8=8A=E4=BC=A0=E7=94=B3?= =?UTF-8?q?=E8=AF=89=E5=AE=A1=E6=89=B9=E5=88=97=E8=A1=A8=E8=B0=83=E6=95=B4?= =?UTF-8?q?=EF=BC=8C=E6=88=90=E6=9E=9C/=E8=AF=84=E8=AE=BA=E5=AE=A1?= =?UTF-8?q?=E6=89=B9=E4=B8=8D=E9=80=9A=E8=BF=87=E5=BC=B9=E6=A1=86=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/military/task/index.scss | 2 +- src/military/task/paperManage/index.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/military/task/index.scss b/src/military/task/index.scss index 36be5da3..0744cbea 100644 --- a/src/military/task/index.scss +++ b/src/military/task/index.scss @@ -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; diff --git a/src/military/task/paperManage/index.jsx b/src/military/task/paperManage/index.jsx index 6c26eda4..8f38481b 100644 --- a/src/military/task/paperManage/index.jsx +++ b/src/military/task/paperManage/index.jsx @@ -90,7 +90,7 @@ export default Form.create()(({ current_user, form, showNotification, match, his setReload(Math.random()); setVisible(false); setFieldsValue({ - pass: '', + pass: 2, message: '', }) }