Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
A
alumni-show-h5
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
alumni-show-h5
Commits
3eb4e76c
提交
3eb4e76c
authored
6月 22, 2020
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
bug fixes
上级
e72f00d9
隐藏空白字符变更
内嵌
并排
正在显示
4 个修改的文件
包含
9 行增加
和
4 行删除
+9
-4
base.css
src/assets/css/base.css
+3
-0
MemberList.vue
src/components/MemberList.vue
+1
-1
Login.vue
src/views/Login.vue
+3
-2
Password.vue
src/views/Password.vue
+2
-1
没有找到文件。
src/assets/css/base.css
浏览文件 @
3eb4e76c
...
@@ -97,6 +97,9 @@ body {
...
@@ -97,6 +97,9 @@ body {
'Hiragino Sans GB'
,
'Microsoft YaHei'
,
sans-serif
;
'Hiragino Sans GB'
,
'Microsoft YaHei'
,
sans-serif
;
background-color
:
#f4f4f4
;
background-color
:
#f4f4f4
;
}
}
input
[
type
=
'search'
]
::-webkit-search-cancel-button
{
display
:
none
;
}
::placeholder
{
::placeholder
{
color
:
#999
;
color
:
#999
;
}
}
...
...
src/components/MemberList.vue
浏览文件 @
3eb4e76c
...
@@ -64,7 +64,7 @@ export default {
...
@@ -64,7 +64,7 @@ export default {
this
.
list
=
this
.
list
.
concat
(
response
)
this
.
list
=
this
.
list
.
concat
(
response
)
}
}
this
.
loading
=
false
this
.
loading
=
false
this
.
finished
=
response
.
length
<
this
.
requestParams
.
limit
this
.
finished
=
response
.
length
!==
this
.
requestParams
.
limit
})
})
.
catch
(()
=>
{
.
catch
(()
=>
{
this
.
loading
=
false
this
.
loading
=
false
...
...
src/views/Login.vue
浏览文件 @
3eb4e76c
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<div
class=
"login"
>
<div
class=
"login"
>
<div
class=
"login-hd"
>
<div
class=
"login-hd"
>
<div
class=
"logo"
title=
"紫荆教育"
></div>
<div
class=
"logo"
title=
"紫荆教育"
></div>
<h2
class=
"login-title"
>
欢迎
回来
</h2>
<h2
class=
"login-title"
>
欢迎
进入紫荆校友会
</h2>
</div>
</div>
<div
class=
"login-bd"
>
<div
class=
"login-bd"
>
<div
class=
"login-form"
>
<div
class=
"login-form"
>
...
@@ -27,6 +27,7 @@
...
@@ -27,6 +27,7 @@
<van-checkbox
v-model=
"ruleForm.RememberMe"
shape=
"square"
<van-checkbox
v-model=
"ruleForm.RememberMe"
shape=
"square"
>
下次自动登录
</van-checkbox
>
下次自动登录
</van-checkbox
>
>
<!--
<div
class=
"login-type"
>
验证码登录
</div>
-->
</div>
</div>
<div
class=
"login-form__item"
>
<div
class=
"login-form__item"
>
<div
class=
"login-button"
@
click=
"onSubmit"
>
登录
</div>
<div
class=
"login-button"
@
click=
"onSubmit"
>
登录
</div>
...
@@ -175,7 +176,7 @@ export default {
...
@@ -175,7 +176,7 @@ export default {
}
}
.login-title
{
.login-title
{
margin-top
:
6px
;
margin-top
:
6px
;
font-size
:
5
0px
;
font-size
:
3
0px
;
color
:
#333
;
color
:
#333
;
}
}
.login-bd
{
.login-bd
{
...
...
src/views/Password.vue
浏览文件 @
3eb4e76c
...
@@ -61,7 +61,7 @@
...
@@ -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
block
native-type=
"submit"
class=
"password-button"
>
立即更改
</van-button
>
立即更改
</van-button
>
>
...
@@ -178,6 +178,7 @@ export default {
...
@@ -178,6 +178,7 @@ export default {
}
}
.password
{
.password
{
min-height
:
440px
;
min-height
:
440px
;
padding
:
0
20px
;
}
}
.password-title
{
.password-title
{
padding
:
30px
16px
10px
;
padding
:
30px
16px
10px
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论