Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
A
admin-ci-test
概览
概览
详情
活动
周期分析
版本库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
test-ci
admin-ci-test
Commits
d88448fb
提交
d88448fb
authored
5月 15, 2023
作者:
翁进城
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
修改navHeader样式版本
上级
99ec8737
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
17 行增加
和
22 行删除
+17
-22
logo.png
src/components/NavHeader/assets/logo.png
+0
-0
index.module.scss
src/components/NavHeader/index.module.scss
+16
-21
index.tsx
src/components/NavHeader/index.tsx
+1
-1
没有找到文件。
src/components/NavHeader/assets/logo.png
查看替换文件 @
99ec8737
浏览文件 @
d88448fb
4.0 KB
|
W:
|
H:
3.6 KB
|
W:
|
H:
2-up
Swipe
Onion skin
src/components/NavHeader/index.module.scss
浏览文件 @
d88448fb
.navHeader
{
width
:
100%
;
height
:
120px
;
background
:
#1661f5
;
box-shadow
:
0px
2px
8px
0px
rgba
(
0
,
0
,
0
,
0
.2
);
height
:
68px
;
background
:
linear-gradient
(
360deg
,
#002157
0%
,
#00102c
100%
);
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
}
.logo
{
width
:
1
81
px
;
height
:
120
px
;
width
:
1
48
px
;
height
:
68
px
;
background-image
:
url(./assets/logo.png)
;
background-size
:
100%
100%
;
}
...
...
@@ -37,21 +36,18 @@
color
:
#fff
;
width
:
90px
;
text-align
:
center
;
font-family
:
MicrosoftYaHei
;
}
}
:global
.ant-tabs-tab-active
{
.ant-tabs-tab-btn
{
color
:
#
f
ff
!
important
;
color
:
#
91c8
ff
!
important
;
}
}
:global
.ant-tabs-ink-bar
{
width
:
28px
!
important
;
height
:
6px
!
important
;
background
:
#ffffff
;
border-radius
:
2px
;
transform
:
translateX
(
30px
);
display
:
none
;
}
}
...
...
@@ -60,10 +56,10 @@
}
.btn1
{
width
:
1
16
px
;
height
:
5
0px
;
background
:
linear-gradient
(
90deg
,
#
ffb02c
0%
,
#ff7d34
100%
);
border-radius
:
8
px
;
width
:
1
20
px
;
height
:
4
0px
;
background
:
linear-gradient
(
90deg
,
#
278eff
0%
,
#0052da
100%
);
border-radius
:
6
px
;
border
:
0
;
font-size
:
16px
;
font-family
:
MicrosoftYaHeiUI-Bold
,
MicrosoftYaHeiUI
;
...
...
@@ -77,18 +73,17 @@
.btn2
{
box-sizing
:
border-box
;
width
:
1
16
px
;
height
:
5
0px
;
border-radius
:
8
px
;
border
:
1px
solid
#ff
ffff
;
width
:
1
20
px
;
height
:
4
0px
;
border-radius
:
6
px
;
border
:
1px
solid
#ff
b02c
;
font-size
:
16px
;
font-family
:
MicrosoftYaHeiUI-Bold
,
MicrosoftYaHeiUI
;
font-weight
:
bold
;
color
:
#ff
ffff
;
color
:
#ff
b02c
;
background
:
none
;
}
.headImg
{
width
:
48px
;
height
:
48px
;
...
...
src/components/NavHeader/index.tsx
浏览文件 @
d88448fb
...
...
@@ -58,7 +58,7 @@ export default function NavHeader() {
/>
<
Space
size=
{
16
}
className=
{
styles
.
btns
}
>
<
Button
type=
'primary'
className=
{
styles
.
btn1
}
>
发布信息
+
发布信息
</
Button
>
<
Button
className=
{
styles
.
btn2
}
>
入驻加盟
</
Button
>
</
Space
>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论