|
@@ -53,7 +53,7 @@
|
|
<span v-if="!loading">登 录</span>
|
|
<span v-if="!loading">登 录</span>
|
|
<span v-else>登 录 中...</span>
|
|
<span v-else>登 录 中...</span>
|
|
</el-button>
|
|
</el-button>
|
|
- <p class="form-box-text1" @click="forgetPass">
|
|
|
|
|
|
+ <p class="form-box-text1 click-text" @click="forgetPass">
|
|
忘记密码?
|
|
忘记密码?
|
|
</p>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
@@ -218,8 +218,11 @@
|
|
color: #5956E9;
|
|
color: #5956E9;
|
|
margin:9px auto 32px;
|
|
margin:9px auto 32px;
|
|
text-align: center;
|
|
text-align: center;
|
|
- }
|
|
|
|
|
|
|
|
|
|
+ }
|
|
|
|
+ .click-text{
|
|
|
|
+ cursor: pointer;
|
|
|
|
+ }
|
|
.form-box-btn1{
|
|
.form-box-btn1{
|
|
width: 255px;
|
|
width: 255px;
|
|
height: 65px;
|
|
height: 65px;
|