Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
L
learn-fdc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
learn-fdc
Commits
77e12742
提交
77e12742
authored
2月 18, 2022
作者:
lihuihui
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update
上级
d7354e2b
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
19 行增加
和
8 行删除
+19
-8
header.vue
src/components/layout/header.vue
+12
-2
Index.vue
src/modules/notice/views/Index.vue
+6
-5
axios.js
src/utils/axios.js
+1
-1
没有找到文件。
src/components/layout/header.vue
浏览文件 @
77e12742
...
@@ -2,8 +2,8 @@
...
@@ -2,8 +2,8 @@
<div
class=
"app-header"
>
<div
class=
"app-header"
>
<div
class=
"title"
>
<div
class=
"title"
>
<img
src=
"https://webapp-pub.ezijing.com/x-training-new/fd-logo.png"
alt=
""
class=
"logo"
>
<img
src=
"https://webapp-pub.ezijing.com/x-training-new/fd-logo.png"
alt=
""
class=
"logo"
>
<router-link
to=
"/"
>
{{
title
}}
</router-link>
</div>
</div>
<router-link
to=
"/"
class=
"title-text"
>
{{
title
}}
</router-link>
<div
class=
"tool"
>
<div
class=
"tool"
>
<el-dropdown>
<el-dropdown>
<div
class=
"user"
>
<div
class=
"user"
>
...
@@ -60,8 +60,9 @@ export default {
...
@@ -60,8 +60,9 @@ export default {
height
:
80px
;
height
:
80px
;
padding
:
0
30px
;
padding
:
0
30px
;
background-color
:
#fff
;
background-color
:
#fff
;
position
:
relative
;
.logo
{
.logo
{
height
:
6
0%
;
height
:
7
0%
;
margin-right
:
30px
;
margin-right
:
30px
;
display
:
block
;
display
:
block
;
}
}
...
@@ -78,6 +79,15 @@ export default {
...
@@ -78,6 +79,15 @@ export default {
display
:
flex
;
display
:
flex
;
align-items
:
center
;
align-items
:
center
;
}
}
.title-text
{
font-size
:
22px
;
font-weight
:
600
;
color
:
#222
;
position
:
absolute
;
top
:
50%
;
left
:
50%
;
transform
:
translate
(
-50%
,
-50%
);
}
.nav
{
.nav
{
margin-left
:
20px
;
margin-left
:
20px
;
...
...
src/modules/notice/views/Index.vue
浏览文件 @
77e12742
<
template
>
<
template
>
<app-container
title=
"学员须知"
>
<app-container
title=
"学员须知"
>
<div
class=
"notice-title"
>
<
!--
<
div
class=
"notice-title"
>
尊敬的学员:
<br
/>
尊敬的学员:
<br
/>
您好!欢迎参加金融数据合规管理课程及考试。请认真阅读以下须知。预祝大家学习愉快,考试顺利!
您好!欢迎参加金融数据合规管理课程及考试。请认真阅读以下须知。预祝大家学习愉快,考试顺利!
</div>
</div>
-->
<div
class=
"apply"
>
<div
class=
"apply"
>
<
div
class=
"apply__title"
>
申请流程
</div
>
<
!--
<div
class=
"apply__title"
>
申请流程
</div>
--
>
<img
src=
"https://webapp-pub.ezijing.com/project/cert/notice-img1.png"
alt=
""
/>
<img
src=
"https://webapp-pub.ezijing.com/project/cert/notice-img1.png"
alt=
""
/>
<div
class=
"apply__tips"
>
(提示:请在个人中心核对姓名信息,需真实准确,与证书保持一致)
</div>
<div
class=
"apply__tips"
>
(提示:请在个人中心核对姓名信息,需真实准确,与证书保持一致)
</div>
</div>
</div>
...
@@ -34,7 +34,7 @@ export default {}
...
@@ -34,7 +34,7 @@ export default {}
margin-left
:
35px
;
margin-left
:
35px
;
}
}
.apply
{
.apply
{
margin-top
:
6
7px
;
margin-top
:
2
7px
;
.apply__title
{
.apply__title
{
font-size
:
16px
;
font-size
:
16px
;
color
:
#424242
;
color
:
#424242
;
...
@@ -64,9 +64,10 @@ export default {}
...
@@ -64,9 +64,10 @@ export default {}
line-height
:
34px
;
line-height
:
34px
;
color
:
rgba
(
137
,
137
,
137
,
1
);
color
:
rgba
(
137
,
137
,
137
,
1
);
margin-left
:
46px
;
margin-left
:
46px
;
font-weight
:
bold
;
span
{
span
{
color
:
rgba
(
102
,
102
,
102
,
1
);
color
:
rgba
(
102
,
102
,
102
,
1
);
font-weight
:
bold
;
font-weight
:
normal
;
}
}
}
}
}
}
...
...
src/utils/axios.js
浏览文件 @
77e12742
import
axios
from
'axios'
import
axios
from
'axios'
import
qs
from
'qs'
import
qs
from
'qs'
import
{
Message
}
from
'element-ui'
import
{
Message
}
from
'element-ui'
import
router
from
'@/router'
//
import router from '@/router'
const
httpRequest
=
axios
.
create
({
const
httpRequest
=
axios
.
create
({
baseURL
:
import
.
meta
.
env
.
VITE_BASE_URL
,
baseURL
:
import
.
meta
.
env
.
VITE_BASE_URL
,
timeout
:
60000
,
timeout
:
60000
,
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论