Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
P
project-online-pc
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
EzijingWeb
project-online-pc
Commits
61ac4be8
提交
61ac4be8
authored
4月 08, 2022
作者:
matian
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
feat:去掉最近动态
上级
5ed80041
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
17 行增加
和
18 行删除
+17
-18
appFrame.vue
components/appFrame.vue
+2
-3
Menu.vue
components/layout/pc/Menu.vue
+7
-7
index.vue
pages/index.vue
+3
-3
introduce.vue
pages/project-intro/introduce.vue
+4
-4
school3.vue
pages/school/school3.vue
+1
-1
没有找到文件。
components/appFrame.vue
浏览文件 @
61ac4be8
...
@@ -35,7 +35,7 @@ export default {
...
@@ -35,7 +35,7 @@ export default {
display
:
flex
;
display
:
flex
;
}
}
.main-page-nav
{
.main-page-nav
{
width
:
16
0px
;
width
:
22
0px
;
background
:
#fff
;
background
:
#fff
;
padding
:
35px
0
44px
;
padding
:
35px
0
44px
;
margin-right
:
40px
;
margin-right
:
40px
;
...
@@ -99,4 +99,4 @@ export default {
...
@@ -99,4 +99,4 @@ export default {
background-color
:
#fff
;
background-color
:
#fff
;
}
}
}
}
</
style
>
</
style
>
\ No newline at end of file
components/layout/pc/Menu.vue
浏览文件 @
61ac4be8
...
@@ -50,13 +50,13 @@ export default {
...
@@ -50,13 +50,13 @@ export default {
// 项目介绍
// 项目介绍
{
{
name
:
this
.
$t
(
'menu.project'
),
name
:
this
.
$t
(
'menu.project'
),
path
:
'/project-intro/introduce'
,
path
:
'/project-intro/introduce'
childern
:
[
//
childern: [
{
name
:
this
.
$t
(
'menu.projectChild.bg'
),
path
:
'/project-intro/introduce'
},
//
{ name: this.$t('menu.projectChild.bg'), path: '/project-intro/introduce' },
{
name
:
this
.
$t
(
'menu.newsChild.hot'
),
path
:
'/news/hot'
}
//
{ name: this.$t('menu.newsChild.hot'), path: '/news/hot' }
// { name: this.$t('menu.projectChild.feature'), path: '/project-intro/charac' },
// { name: this.$t('menu.projectChild.feature'), path: '/project-intro/charac' },
// { name: this.$t('menu.projectChild.cert'), path: '/project-intro/certificate' }
// { name: this.$t('menu.projectChild.cert'), path: '/project-intro/certificate' }
]
//
]
},
},
// 项目优势
// 项目优势
// {
// {
...
...
pages/index.vue
浏览文件 @
61ac4be8
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<!-- 校园风光 -->
<!-- 校园风光 -->
<!--
<school-senery
/>
-->
<!--
<school-senery
/>
-->
<!-- 最新动态 -->
<!-- 最新动态 -->
<
news
/
>
<
!--
<news
/>
--
>
<!-- 视频 -->
<!-- 视频 -->
<Video
style=
"margin-bottom:0.2rem"
/>
<Video
style=
"margin-bottom:0.2rem"
/>
<!-- 右侧功能栏 -->
<!-- 右侧功能栏 -->
...
@@ -22,7 +22,7 @@ import banners from '../components/home/banners.vue'
...
@@ -22,7 +22,7 @@ import banners from '../components/home/banners.vue'
import
projectPosition
from
'../components/home/projectPosition.vue'
import
projectPosition
from
'../components/home/projectPosition.vue'
import
projectFeatures
from
'../components/home/projectFeatures'
import
projectFeatures
from
'../components/home/projectFeatures'
// import schoolSenery from '../components/home/schoolSenery.vue'
// import schoolSenery from '../components/home/schoolSenery.vue'
import
news
from
'../components/home/news'
//
import news from '../components/home/news'
import
presence
from
'../components/home/presence'
import
presence
from
'../components/home/presence'
import
commonProblem
from
'../components/home/commonProblem'
import
commonProblem
from
'../components/home/commonProblem'
import
openClass
from
'../components/home/openClass'
import
openClass
from
'../components/home/openClass'
...
@@ -37,7 +37,7 @@ export default {
...
@@ -37,7 +37,7 @@ export default {
projectPosition
,
projectPosition
,
projectFeatures
,
projectFeatures
,
// schoolSenery,
// schoolSenery,
news
,
//
news,
presence
,
presence
,
commonProblem
,
commonProblem
,
openClass
,
openClass
,
...
...
pages/project-intro/introduce.vue
浏览文件 @
61ac4be8
...
@@ -44,11 +44,11 @@ export default {
...
@@ -44,11 +44,11 @@ export default {
{
{
name
:
this
.
$t
(
'menu.projectChild.bg'
),
name
:
this
.
$t
(
'menu.projectChild.bg'
),
path
:
'/project-intro/introduce'
path
:
'/project-intro/introduce'
},
{
name
:
this
.
$t
(
'menu.newsChild.hot'
),
path
:
'/news/hot'
}
}
// {
// name: this.$t('menu.newsChild.hot'),
// path: '/news/hot'
// }
]
]
}
}
}
}
...
...
pages/school/school3.vue
浏览文件 @
61ac4be8
...
@@ -9,7 +9,7 @@
...
@@ -9,7 +9,7 @@
<div
class=
"content_left"
>
<div
class=
"content_left"
>
<div
class=
"content_left_tit"
>
<div
class=
"content_left_tit"
>
<div
class=
"line"
></div>
<div
class=
"line"
></div>
<div
class=
"tit_desc"
>
纽约大学石溪分校介绍
</div>
<div
class=
"tit_desc"
>
纽约
州立
大学石溪分校介绍
</div>
</div>
</div>
<div
class=
"content_left_bottom"
>
<div
class=
"content_left_bottom"
>
纽约州立大学石溪分校(The State University of New York at Stony
纽约州立大学石溪分校(The State University of New York at Stony
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论