@ -140,7 +140,7 @@
<router-link to="/register">还没有账号,立即注册</router-link>
</div>-->
<!-- </template> -->
<a-modal title="找回密码" :width="760" footer :visible="loginShow" class="modal" @ok="handleOk" @cancel="handleCancel" :maskClosable="false" okText="提交" cancelText="取消" :destroyOnClose="true">
<a-modal title="找回密码" :width="640" footer :visible="loginShow" class="modal" @ok="handleOk" @cancel="handleCancel" :maskClosable="false" okText="提交" cancelText="取消" :destroyOnClose="true">
<loginpsw :loginShow.sync="loginShow"></loginpsw>
</a-modal>
</div>
@ -313,7 +313,7 @@ export default {
min-height: 20px !important;
}
/deep/.ant-form-item-control {
width: 430px !important;
width: 360px !important;
.ant-input-affix-wrapper {
display: flex;
flex: 1;
@ -315,7 +315,7 @@ export default {
/deep/ .login-form {
// width: 430px;
.ant-form-item-control {
.ant-input-affix-wrapper .ant-input-suffix {
right: 120px;