Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
S
saas-learn
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
saas-learn
Commits
4bdd410f
提交
4bdd410f
authored
10月 26, 2023
作者:
lhh
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update
上级
09797246
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
14 行增加
和
8 行删除
+14
-8
Header.vue
src/components/layout/Header.vue
+14
-8
没有找到文件。
src/components/layout/Header.vue
浏览文件 @
4bdd410f
...
...
@@ -17,7 +17,7 @@ const logout = async () => {
<header
class=
"app-header"
>
<div
class=
"app-header-left"
>
<div
class=
"logo"
>
<router-link
to=
"/"
><img
src=
"https://zws-imgs-pub.
ezijing.com/pc/base/ezijing-logo
.svg"
/></router-link>
<router-link
to=
"/"
><img
src=
"https://zws-imgs-pub.
oss-cn-beijing.aliyuncs.com/pc/base/ezijing-logo-white
.svg"
/></router-link>
</div>
<h1
class=
"app-name"
>
数字技能实训中心
</h1>
</div>
...
...
@@ -62,7 +62,7 @@ const logout = async () => {
align-items
:
center
;
justify-content
:
space-between
;
height
:
64px
;
background-color
:
#
fff
;
background-color
:
#
AB0A3D
;
border-bottom
:
1px
solid
#e6e6e6
;
.logo
{
width
:
1
.2rem
;
...
...
@@ -71,25 +71,31 @@ const logout = async () => {
.app-header-left
{
display
:
flex
;
align-items
:
center
;
margin-right
:
90px
;
.app-name
{
margin-left
:
0
.2rem
;
padding
:
0
0
.18rem
;
font-size
:
0
.
24
rem
;
font-size
:
0
.
18
rem
;
font-weight
:
400
;
line-height
:
1
;
color
:
#
333
;
border-left
:
1px
solid
#
707070
;
color
:
#
fff
;
border-left
:
1px
solid
#
fff
;
}
}
.app-header-center
{
flex
:
1
;
margin
:
0
10px
;
display
:
flex
;
a
{
line-height
:
64px
;
font-size
:
20px
;
color
:
#333333
;
margin-left
:
90px
;
color
:
#fff
;
// margin-left: 90px;
margin-right
:
20px
;
padding
:
0
34px
;
&
.is-active
{
color
:
var
(
--
main-color
);
color
:
#fff
;
background-color
:
#C30B45
;
}
}
}
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论