cyl/dev
jscyl13849007907 1 year ago
parent 39e5d60665
commit 46290bff62

@ -140,7 +140,7 @@
<router-link to="/register">还没有账号立即注册</router-link> <router-link to="/register">还没有账号立即注册</router-link>
</div>--> </div>-->
<!-- </template> --> <!-- </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> <loginpsw :loginShow.sync="loginShow"></loginpsw>
</a-modal> </a-modal>
</div> </div>

@ -313,7 +313,7 @@ export default {
min-height: 20px !important; min-height: 20px !important;
} }
/deep/.ant-form-item-control { /deep/.ant-form-item-control {
width: 430px !important; width: 360px !important;
.ant-input-affix-wrapper { .ant-input-affix-wrapper {
display: flex; display: flex;
flex: 1; flex: 1;

@ -315,7 +315,7 @@ export default {
/deep/ .login-form { /deep/ .login-form {
// width: 430px; // width: 430px;
.ant-form-item-control { .ant-form-item-control {
width: 430px !important; width: 360px !important;
} }
.ant-input-affix-wrapper .ant-input-suffix { .ant-input-affix-wrapper .ant-input-suffix {
right: 120px; right: 120px;

Loading…
Cancel
Save