Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
E
exhibition_backstage
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
龙菲
exhibition_backstage
Commits
1a3d9b92
提交
1a3d9b92
authored
10月 27, 2022
作者:
龙菲
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修改登录页
上级
67072e65
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
33 行增加
和
19 行删除
+33
-19
bg.png
src/assets/imgs/login/bg.png
+0
-0
index.vue
src/views/login/index.vue
+31
-18
vue.config.js
vue.config.js
+2
-1
没有找到文件。
src/assets/imgs/login/bg.png
查看替换文件 @
67072e65
浏览文件 @
1a3d9b92
差异被折叠。
点击展开。
src/views/login/index.vue
浏览文件 @
1a3d9b92
...
@@ -101,8 +101,9 @@
...
@@ -101,8 +101,9 @@
>
登录
</el-button
>
登录
</el-button
>
>
</el-form>
</el-form>
<div
class=
"footer"
>
©贵州省文化和旅游厅版权所有
</div>
</div>
</div>
<div
class=
"footer"
>
贵州省文化和旅游厅版权所有
</div>
</div>
</div>
</
template
>
</
template
>
...
@@ -251,27 +252,32 @@ $light_gray: #eee;
...
@@ -251,27 +252,32 @@ $light_gray: #eee;
height
:
100vh
;
height
:
100vh
;
width
:
100%
;
width
:
100%
;
overflow
:
hidden
;
overflow
:
hidden
;
background-image
:
url("~@/assets/imgs/login/bg.png")
;
// background-image: url("~@/assets/imgs/login/bg.png");
background-size
:
100%
100%
;
background-repeat
:
no-repeat
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
position
:
relative
;
position
:
relative
;
}
}
.left
,
.left
,
.right
{
.right
{
width
:
50%
;
//
width: 50%;
height
:
100%
;
height
:
100%
;
}
}
.left
{
.left
{
padding
:
80px
0
0
100px
;
width
:
60%
;
padding
:
80px
;
// background-color: #1d63c3;
background-image
:
url("~@/assets/imgs/login/bg.png")
;
background-size
:
100%
100%
;
background-repeat
:
no-repeat
;
background-position
:
center
;
.logo
{
.logo
{
display
:
flex
;
display
:
flex
;
.logo-container
{
.logo-container
{
width
:
1
4
0px
;
width
:
1
2
0px
;
height
:
1
4
0px
;
height
:
1
2
0px
;
margin-right
:
4px
;
margin-right
:
4px
;
img
{
img
{
width
:
100%
;
width
:
100%
;
...
@@ -280,20 +286,26 @@ $light_gray: #eee;
...
@@ -280,20 +286,26 @@ $light_gray: #eee;
.ch
{
.ch
{
color
:
#fff
;
color
:
#fff
;
font-size
:
3
8
px
;
font-size
:
3
6
px
;
display
:
inline-block
;
display
:
inline-block
;
margin
:
6px
0
10
px
;
margin
:
6px
0
4
px
;
letter-spacing
:
2px
;
//
letter-spacing: 2px;
}
}
.en
{
.en
{
color
:
#fff
;
color
:
#fff
;
font-size
:
20px
;
font-size
:
20px
;
display
:
inline-block
;
display
:
inline-block
;
letter-spacing
:
1px
;
//
letter-spacing: 1px;
}
}
}
}
}
}
.right
{
background-color
:
#fff
;
position
:
relative
;
width
:
40%
;
}
.login-container
{
.login-container
{
min-height
:
100%
;
min-height
:
100%
;
// width: 100%;
// width: 100%;
...
@@ -309,11 +321,11 @@ $light_gray: #eee;
...
@@ -309,11 +321,11 @@ $light_gray: #eee;
padding
:
120px
35px
;
padding
:
120px
35px
;
// margin: 0 auto;
// margin: 0 auto;
overflow
:
hidden
;
overflow
:
hidden
;
background-color
:
#fff
;
// background: #12417b;
// background: #12417b;
// background: url("~@/assets/imgs/login/login-bg.png") 100% 100% no-repeat;
// background: url("~@/assets/imgs/login/login-bg.png") 100% 100% no-repeat;
background-color
:
#fff
;
// border-radius: 16px;
border-radius
:
16px
;
// box-shadow: 2px 6px 6px 2px rgba(0, 0, 0, 0.1);
box-shadow
:
2px
6px
6px
2px
rgba
(
0
,
0
,
0
,
0
.1
);
}
}
.tips
{
.tips
{
...
@@ -371,10 +383,11 @@ $light_gray: #eee;
...
@@ -371,10 +383,11 @@ $light_gray: #eee;
}
}
.el-button--primary
{
.el-button--primary
{
background-color
:
#
1d63c3
;
background-color
:
#
313c64
;
color
:
#fff
;
color
:
#fff
;
border-color
:
transparent
;
&
:hover
{
&
:hover
{
background-color
:
rgba
(
$color
:
#
1d63c3
,
$alpha
:
0
.8
);
background-color
:
rgba
(
$color
:
#
313c64
,
$alpha
:
0
.8
);
}
}
}
}
...
...
vue.config.js
浏览文件 @
1a3d9b92
...
@@ -42,7 +42,8 @@ module.exports = {
...
@@ -42,7 +42,8 @@ module.exports = {
proxy
:
{
proxy
:
{
'/api'
:
{
'/api'
:
{
// target: 'http://172.24.100.109:8080/',
// target: 'http://172.24.100.109:8080/',
target
:
'http://222.85.214.245:9603/api'
,
// target:'http://222.85.214.245:9603/api',
target
:
'http://192.168.1.230:9603/api'
,
changeOrigin
:
true
,
changeOrigin
:
true
,
pathRewrite
:
{
pathRewrite
:
{
'^/api'
:
''
'^/api'
:
''
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论