Commit 5178804c2b038951b690cf50b1dca05ef0e55e10

Authored by fengtao
1 parent 19d72dca

fix:修改mp登录页眼睛图标大小

@@ -17,7 +17,7 @@ @@ -17,7 +17,7 @@
17 <view class="form-row u-flex"> 17 <view class="form-row u-flex">
18 <u-input v-model="loginForm.password" :password="showPassword" placeholder="请输入登录密码" border="bottom"> 18 <u-input v-model="loginForm.password" :password="showPassword" placeholder="请输入登录密码" border="bottom">
19 <template slot="suffix" @click="showPasswordMode"> 19 <template slot="suffix" @click="showPasswordMode">
20 - <view style="padding:10rpx"><u-icon :name="showPassword ? '/static/eye-hide.png' : '/static/eye.png'"></u-icon></view> 20 + <view style="padding:10rpx"><u-icon width="18" height="14" :name="showPassword ? '/static/eye-hide.png' : '/static/eye.png'"></u-icon></view>
21 </template> 21 </template>
22 </u-input> 22 </u-input>
23 </view> 23 </view>
@@ -211,7 +211,7 @@ export default { @@ -211,7 +211,7 @@ export default {
211 token: true, //token用于判断是否登录 211 token: true, //token用于判断是否登录
212 212
213 isThirdLogin: false, 213 isThirdLogin: false,
214 - isThirdLoginAndNoDind:false 214 + isThirdLoginAndNoDind: false
215 }; 215 };
216 216
217 if (userInfo.token) { 217 if (userInfo.token) {
@@ -259,4 +259,4 @@ export default { @@ -259,4 +259,4 @@ export default {
259 /deep/ button { 259 /deep/ button {
260 background: rgba(0, 0, 0, 0); 260 background: rgba(0, 0, 0, 0);
261 } 261 }
262 -</style> 262 +</style>