提交 3eb4e76c authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 e72f00d9
......@@ -97,6 +97,9 @@ body {
'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
background-color: #f4f4f4;
}
input[type='search']::-webkit-search-cancel-button {
display: none;
}
::placeholder {
color: #999;
}
......
......@@ -64,7 +64,7 @@ export default {
this.list = this.list.concat(response)
}
this.loading = false
this.finished = response.length < this.requestParams.limit
this.finished = response.length !== this.requestParams.limit
})
.catch(() => {
this.loading = false
......
......@@ -2,7 +2,7 @@
<div class="login">
<div class="login-hd">
<div class="logo" title="紫荆教育"></div>
<h2 class="login-title">欢迎回来</h2>
<h2 class="login-title">欢迎进入紫荆校友会</h2>
</div>
<div class="login-bd">
<div class="login-form">
......@@ -27,6 +27,7 @@
<van-checkbox v-model="ruleForm.RememberMe" shape="square"
>下次自动登录</van-checkbox
>
<!-- <div class="login-type">验证码登录</div> -->
</div>
<div class="login-form__item">
<div class="login-button" @click="onSubmit">登录</div>
......@@ -175,7 +176,7 @@ export default {
}
.login-title {
margin-top: 6px;
font-size: 50px;
font-size: 30px;
color: #333;
}
.login-bd {
......
......@@ -61,7 +61,7 @@
}
]"
/>
<div style="margin: 16px 16px 10px;">
<div style="margin: 16px 0">
<van-button block native-type="submit" class="password-button"
>立即更改</van-button
>
......@@ -178,6 +178,7 @@ export default {
}
.password {
min-height: 440px;
padding: 0 20px;
}
.password-title {
padding: 30px 16px 10px;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论