From 1df02da0eaf8dd81b0715cdd38423e215f81c728 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com> Date: Fri, 19 Jul 2019 22:43:59 +0800 Subject: [PATCH] =?UTF-8?q?=20=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/react/src/modules/user/ReadPassword.js | 6 +++--- public/react/src/modules/user/common.css | 5 +++++ 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/public/react/src/modules/user/ReadPassword.js b/public/react/src/modules/user/ReadPassword.js index f62d08295..6e59a7d0b 100644 --- a/public/react/src/modules/user/ReadPassword.js +++ b/public/react/src/modules/user/ReadPassword.js @@ -31,9 +31,9 @@ class ReadPassword extends Component { visible={this.props.modalsType===undefined?false:this.props.modalsType} width="530px" > -
-

密码已重置,请重新登录

- 知道啦 +
+

密码已重置,请重新登录

+ 知道啦
) diff --git a/public/react/src/modules/user/common.css b/public/react/src/modules/user/common.css index 8902f5d4c..0b681a72a 100644 --- a/public/react/src/modules/user/common.css +++ b/public/react/src/modules/user/common.css @@ -251,4 +251,9 @@ } .loginInputzhucheysl .ant-input:hover{ border: 1px solid #FF0000!important; +} + +.bth100{ + width: 100px; + margin: 0 auto; } \ No newline at end of file