Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
FLIPPED-AURORA
gin-vue-admin
提交
906f0989
G
gin-vue-admin
项目概览
FLIPPED-AURORA
/
gin-vue-admin
大约 1 年 前同步成功
通知
344
Star
18155
Fork
5506
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
G
gin-vue-admin
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
906f0989
编写于
5月 05, 2020
作者:
Mr.奇淼(
浏览文件
操作
浏览文件
下载
差异文件
Merge remote-tracking branch 'origin/gin-vue-admin_v2_dev' into gin-vue-admin_v2_dev
上级
0b097721
0333ec11
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
12 addition
and
10 deletion
+12
-10
web/src/view/login/login.vue
web/src/view/login/login.vue
+9
-6
web/src/view/login/register.vue
web/src/view/login/register.vue
+3
-4
未找到文件。
web/src/view/login/login.vue
浏览文件 @
906f0989
...
...
@@ -82,7 +82,7 @@
/></a>
</div>
<div
class=
"copyright"
>
Copyright
©
2020
💖flipped-aurora
Copyright
©
{{
curYear
}}
💖flipped-aurora
</div>
</div>
</div>
...
...
@@ -110,8 +110,8 @@ export default {
callback
();
}
};
return
{
curYear
:
0
,
lock
:
"
lock
"
,
loginForm
:
{
username
:
"
admin
"
,
...
...
@@ -130,6 +130,7 @@ export default {
},
created
()
{
this
.
loginVefify
();
this
.
curYear
=
new
Date
().
getFullYear
();
},
methods
:
{
...
mapActions
(
"
user
"
,
[
"
LoginIn
"
]),
...
...
@@ -216,6 +217,8 @@ export default {
}
.container
{
position
:
relative
;
overflow
:
auto
;
width
:
100%
;
min-height
:
100%
;
background
:
#f0f2f5
url(~@/assets/background.svg)
no-repeat
50%
;
...
...
@@ -227,6 +230,7 @@ export default {
.top
{
text-align
:
center
;
margin-top
:
20px
;
.header
{
height
:
44px
;
line-height
:
44px
;
...
...
@@ -271,12 +275,11 @@ export default {
}
.footer
{
position
:
absolut
e
;
position
:
relativ
e
;
width
:
100%
;
padding
:
0
16
px
;
margin
:
120px
0
24
px
;
padding
:
0
20
px
;
margin
:
40px
0
10
px
;
text-align
:
center
;
bottom
:
100px
;
.links
{
margin-bottom
:
8px
;
font-size
:
14px
;
...
...
web/src/view/login/register.vue
浏览文件 @
906f0989
...
...
@@ -217,6 +217,7 @@ export default {
.top
{
text-align
:
center
;
margin-top
:
-50px
;
.header
{
height
:
44px
;
line-height
:
44px
;
...
...
@@ -261,12 +262,10 @@ export default {
}
.footer
{
position
:
absolut
e
;
position
:
relativ
e
;
width
:
100%
;
padding
:
0
16px
;
margin
:
120px
0
24px
;
margin
:
40px
0
0
0
;
text-align
:
center
;
bottom
:
100px
;
.links
{
margin-bottom
:
8px
;
font-size
:
14px
;
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录