prod
lily.zhang 3 years ago
parent 70dbe3cd1a
commit cc3d7729c9

@ -1,7 +1,7 @@
<!--
* @Author: your name
* @Date: 2021-10-19 14:45:23
* @LastEditTime: 2021-10-22 09:34:35
* @LastEditTime: 2021-10-29 16:20:09
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: /data-show/src/views/Login/forgetPWD/index.vue
@ -154,6 +154,8 @@ export default {
width: 354px;
height: 64px;
background-image: url("../../../assets/images/login/img_dlan_nor.png");
background-repeat: no-repeat;
background-size: cover;
bottom: 0px;
left: 50%;
transform: translate(-50%);

@ -1,7 +1,7 @@
<!--
* @Author: your name
* @Date: 2021-10-19 14:14:52
* @LastEditTime: 2021-10-23 15:17:11
* @LastEditTime: 2021-10-29 16:21:00
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: /data-show/src/views/Login/loginForm/index.vue
@ -21,7 +21,7 @@
<a-form-model-item label="验证码" prop="sVerifycode">
<a-input v-model="form.sVerifycode" placeholder="请输入验证码" autocomplete="off">
<a-button slot="addonAfter" style="width: 100px" @click="getCode" v-if="!codeImg" :loading="btnLoading"></a-button>
<img style="width: 100px; height: 30px;cursor: pointer;" slot="addonAfter" :src="codeImg" @click="getCode" v-else>
<img style="width: 6rem; height: 2rem;cursor: pointer;" slot="addonAfter" :src="codeImg" @click="getCode" v-else>
</a-input>
</a-form-model-item>
</a-form-model>
@ -163,6 +163,8 @@ export default {
width: 354px;
height: 64px;
background-image: url("../../../assets/images/login/img_dlan_nor.png");
background-repeat: no-repeat;
background-size: cover;
bottom: 0px;
left: 50%;
transform: translate(-50%);

@ -1,7 +1,7 @@
<!--
* @Author: your name
* @Date: 2021-10-19 15:36:15
* @LastEditTime: 2021-10-20 15:52:26
* @LastEditTime: 2021-10-29 16:20:26
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
* @FilePath: /data-show/src/views/Login/resetPassword/index.vue
@ -133,6 +133,8 @@ export default {
width: 354px;
height: 64px;
background-image: url("../../../assets/images/login/img_dlan_nor.png");
background-repeat: no-repeat;
background-size: cover;
bottom: 0px;
left: 50%;
transform: translate(-50%);

Loading…
Cancel
Save