|
|
|
@ -1,7 +1,7 @@
|
|
|
|
<template>
|
|
|
|
<template>
|
|
|
|
<div class="loginpsw-container">
|
|
|
|
<div class="loginpsw-container">
|
|
|
|
<div class="contenttitle">
|
|
|
|
<div class="contenttitle">
|
|
|
|
<span>设置新的密码</span>
|
|
|
|
<span style="font-size: 14px;">设置新的密码</span>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="contentbody">
|
|
|
|
<div class="contentbody">
|
|
|
|
<a-form :form="form" hideRequiredMark class="login-form" @submit="userhandleSubmit">
|
|
|
|
<a-form :form="form" hideRequiredMark class="login-form" @submit="userhandleSubmit">
|
|
|
|
@ -233,7 +233,7 @@ export default {
|
|
|
|
.ant-form-item-label {
|
|
|
|
.ant-form-item-label {
|
|
|
|
// line-height:40px;
|
|
|
|
// line-height:40px;
|
|
|
|
label {
|
|
|
|
label {
|
|
|
|
font-size: 16px;
|
|
|
|
font-size: 14px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.ant-form-item-children {
|
|
|
|
.ant-form-item-children {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@ -242,7 +242,7 @@ export default {
|
|
|
|
height: 40px;
|
|
|
|
height: 40px;
|
|
|
|
width: 430px;
|
|
|
|
width: 430px;
|
|
|
|
text-indent: 15px;
|
|
|
|
text-indent: 15px;
|
|
|
|
font-size: 16px;
|
|
|
|
font-size: 14px;
|
|
|
|
padding: 0 !important;
|
|
|
|
padding: 0 !important;
|
|
|
|
border-radius: 6px;
|
|
|
|
border-radius: 6px;
|
|
|
|
border: 1px solid #dddddd;
|
|
|
|
border: 1px solid #dddddd;
|
|
|
|
@ -255,21 +255,21 @@ export default {
|
|
|
|
&::placeholder {
|
|
|
|
&::placeholder {
|
|
|
|
opacity: 0.4;
|
|
|
|
opacity: 0.4;
|
|
|
|
color: #4d575e;
|
|
|
|
color: #4d575e;
|
|
|
|
font-size: 16px;
|
|
|
|
font-size: 14px;
|
|
|
|
text-indent: 15px;
|
|
|
|
text-indent: 15px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.forgetPsw {
|
|
|
|
.forgetPsw {
|
|
|
|
height: 0px;
|
|
|
|
height: 0px;
|
|
|
|
font-size: 16px;
|
|
|
|
font-size: 14px;
|
|
|
|
color: #666666;
|
|
|
|
color: #666666;
|
|
|
|
text-align: right;
|
|
|
|
text-align: right;
|
|
|
|
text-decoration: underline;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.ant-btn-primary {
|
|
|
|
.ant-btn-primary {
|
|
|
|
// width: 64px;
|
|
|
|
// width: 64px;
|
|
|
|
padding: 0 16px;
|
|
|
|
padding: 0 14px;
|
|
|
|
height: 32px;
|
|
|
|
height: 32px;
|
|
|
|
// margin-top: 21px;
|
|
|
|
// margin-top: 21px;
|
|
|
|
background: #1890ff;
|
|
|
|
background: #1890ff;
|
|
|
|
|