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