Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
a967900c
提交
a967900c
authored
6月 02, 2023
作者:
王鹏飞
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
chore: 修改项目标题
上级
7d0fec8d
显示空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
7 行增加
和
11 行删除
+7
-11
Header.vue
components/layout/h5/Header.vue
+4
-8
Head.vue
components/layout/pc/Head.vue
+2
-2
nuxt.config.js
nuxt.config.js
+1
-1
没有找到文件。
components/layout/h5/Header.vue
浏览文件 @
a967900c
...
@@ -6,9 +6,7 @@
...
@@ -6,9 +6,7 @@
<img
@
click=
"goWebsite"
src=
"https://webapp-pub.ezijing.com/project/cbu-online/logo.png"
/>
<img
@
click=
"goWebsite"
src=
"https://webapp-pub.ezijing.com/project/cbu-online/logo.png"
/>
<div
class=
"line"
></div>
<div
class=
"line"
></div>
<nuxt-link
to=
"/"
class=
"logo"
>
<nuxt-link
to=
"/"
class=
"logo"
>
<div
class=
"title"
>
<div
class=
"title"
>
加州浸会大学工商管理博士DBA
<br
/>
全球科技创新管理学者项目
</div>
加州浸会大学工商管理博士DBA
</div>
<!--
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/marywood_logo.svg"
/>
-->
<!--
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/marywood_logo.svg"
/>
-->
</nuxt-link>
</nuxt-link>
</div>
</div>
...
@@ -100,6 +98,7 @@ export default {
...
@@ -100,6 +98,7 @@ export default {
.logo-box
{
.logo-box
{
flex
:
1
;
flex
:
1
;
display
:
flex
;
display
:
flex
;
align-items
:
center
;
img
{
img
{
height
:
0
.26rem
;
height
:
0
.26rem
;
cursor
:
pointer
;
cursor
:
pointer
;
...
@@ -108,19 +107,16 @@ export default {
...
@@ -108,19 +107,16 @@ export default {
.line
{
.line
{
border-right
:
0
.01rem
solid
#aa1941
;
border-right
:
0
.01rem
solid
#aa1941
;
height
:
0
.14rem
;
height
:
0
.14rem
;
margin
:
0
.05rem
0
.
2
rem
0
;
margin
:
0
.05rem
0
.
1
rem
0
;
}
}
.title
{
.title
{
font-size
:
0
.14rem
;
font-size
:
0
.14rem
;
font-weight
:
500
;
font-weight
:
500
;
line-height
:
0
.22rem
;
line-height
:
1
.4
;
color
:
#aa1941
;
color
:
#aa1941
;
padding-top
:
0
.02rem
;
padding-top
:
0
.02rem
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
}
}
.title
{
line-height
:
0
.22rem
;
}
}
}
.search
{
.search
{
width
:
0
.18rem
;
width
:
0
.18rem
;
...
...
components/layout/pc/Head.vue
浏览文件 @
a967900c
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
<img
@
click=
"goWebsite"
src=
"https://webapp-pub.ezijing.com/project/cbu-online/logo.png"
/>
<img
@
click=
"goWebsite"
src=
"https://webapp-pub.ezijing.com/project/cbu-online/logo.png"
/>
<div
class=
"line"
></div>
<div
class=
"line"
></div>
<nuxt-link
to=
"/"
>
<nuxt-link
to=
"/"
>
<div
class=
"title"
>
加州浸会大学工商管理博士DBA
</div>
<div
class=
"title"
>
加州浸会大学工商管理博士DBA
<
br
/>
全球科技创新管理学者项目
<
/div>
</nuxt-link>
</nuxt-link>
<!--
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/marywood_logo.svg"
/>
-->
<!--
<img
src=
"https://webapp-pub.ezijing.com/project/marywood/marywood_logo.svg"
/>
-->
</div>
</div>
...
@@ -126,7 +126,7 @@ li {
...
@@ -126,7 +126,7 @@ li {
margin
:
0
20px
;
margin
:
0
20px
;
}
}
.title
{
.title
{
font-size
:
30
px
;
font-size
:
22
px
;
font-weight
:
500
;
font-weight
:
500
;
color
:
#aa1941
;
color
:
#aa1941
;
box-sizing
:
border-box
;
box-sizing
:
border-box
;
...
...
nuxt.config.js
浏览文件 @
a967900c
...
@@ -17,7 +17,7 @@ export default {
...
@@ -17,7 +17,7 @@ export default {
}),
}),
// Global page headers: https://go.nuxtjs.dev/config-head
// Global page headers: https://go.nuxtjs.dev/config-head
head
:
{
head
:
{
title
:
'加州浸会大学工商管理博士DBA'
,
title
:
'加州浸会大学工商管理博士DBA
全球科技创新管理学者项目
'
,
htmlAttrs
:
{
htmlAttrs
:
{
lang
:
'en'
lang
:
'en'
},
},
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论