Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-fi
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-fi
Commits
3e852931
提交
3e852931
authored
10月 28, 2022
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
chore: update
上级
c11ecd6e
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
12 行增加
和
11 行删除
+12
-11
Header.vue
src/components/layout/Header.vue
+12
-11
没有找到文件。
src/components/layout/Header.vue
浏览文件 @
3e852931
...
@@ -72,11 +72,22 @@ const isScrolled = computed(() => {
...
@@ -72,11 +72,22 @@ const isScrolled = computed(() => {
position
:
fixed
;
position
:
fixed
;
left
:
0
;
left
:
0
;
right
:
0
;
right
:
0
;
color
:
#aa1941
;
background
:
linear-gradient
(
0deg
,
rgba
(
0
,
0
,
0
,
0
)
0%
,
rgba
(
0
,
0
,
0
,
0
.5
)
100%
);
background
:
linear-gradient
(
0deg
,
rgba
(
0
,
0
,
0
,
0
)
0%
,
rgba
(
0
,
0
,
0
,
0
.5
)
100%
);
z-index
:
1000
;
z-index
:
1000
;
.cell
{
color
:
#fff
!
important
;
}
&
.is-scrolled
{
&
.is-scrolled
{
color
:
#fff
;
background
:
#fff
;
background
:
#fff
;
box-shadow
:
0px
0px
12px
rgba
(
0
,
0
,
0
,
0
.1
);
box-shadow
:
0px
0px
12px
rgba
(
0
,
0
,
0
,
0
.1
);
.cell
{
color
:
#333
!
important
;
}
.button-default
{
color
:
#333
;
}
}
}
}
}
.app-header-inner
{
.app-header-inner
{
...
@@ -86,7 +97,6 @@ const isScrolled = computed(() => {
...
@@ -86,7 +97,6 @@ const isScrolled = computed(() => {
align-items
:
center
;
align-items
:
center
;
justify-content
:
space-between
;
justify-content
:
space-between
;
padding
:
0
.22rem
0
;
padding
:
0
.22rem
0
;
color
:
#aa1941
;
}
}
.app-header-left
{
.app-header-left
{
flex
:
1
;
flex
:
1
;
...
@@ -97,15 +107,6 @@ const isScrolled = computed(() => {
...
@@ -97,15 +107,6 @@ const isScrolled = computed(() => {
height
:
0
.5rem
;
height
:
0
.5rem
;
}
}
}
}
.app-name
{
margin-left
:
0
.28rem
;
padding
:
0
0
.2rem
;
font-size
:
0
.26rem
;
line-height
:
0
.26rem
;
font-weight
:
400
;
letter-spacing
:
2px
;
border-left
:
0
.02rem
solid
#aa1941
;
}
}
}
.app-header-right
{
.app-header-right
{
display
:
flex
;
display
:
flex
;
...
@@ -124,7 +125,7 @@ const isScrolled = computed(() => {
...
@@ -124,7 +125,7 @@ const isScrolled = computed(() => {
padding
:
0
10px
;
padding
:
0
10px
;
font-size
:
14px
;
font-size
:
14px
;
line-height
:
24px
;
line-height
:
24px
;
color
:
#
333333
;
color
:
#
fff
;
text-align
:
center
;
text-align
:
center
;
border
:
1px
solid
#eaeaea
;
border
:
1px
solid
#eaeaea
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论