Showing
1 changed file
with
3 additions
and
3 deletions
... | ... | @@ -17,7 +17,7 @@ |
17 | 17 | <view class="form-row u-flex"> |
18 | 18 | <u-input v-model="loginForm.password" :password="showPassword" placeholder="请输入登录密码" border="bottom"> |
19 | 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 | 21 | </template> |
22 | 22 | </u-input> |
23 | 23 | </view> |
... | ... | @@ -211,7 +211,7 @@ export default { |
211 | 211 | token: true, //token用于判断是否登录 |
212 | 212 | |
213 | 213 | isThirdLogin: false, |
214 | - isThirdLoginAndNoDind:false | |
214 | + isThirdLoginAndNoDind: false | |
215 | 215 | }; |
216 | 216 | |
217 | 217 | if (userInfo.token) { |
... | ... | @@ -259,4 +259,4 @@ export default { |
259 | 259 | /deep/ button { |
260 | 260 | background: rgba(0, 0, 0, 0); |
261 | 261 | } |
262 | -</style> | |
262 | +</style> | ... | ... |