Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
R
risk-monitor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
蔡建
risk-monitor
Commits
5e200445
提交
5e200445
authored
1月 15, 2026
作者:
李智林
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
最新ZM概览
上级
0c436926
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
19 个修改的文件
包含
166 行增加
和
6 行删除
+166
-6
ZMOverView.js
src/router/modules/ZMOverView.js
+2
-2
default-icon-news.png
src/views/ZMOverView/assets/images/default-icon-news.png
+0
-0
default-icon1.png
src/views/ZMOverView/assets/images/default-icon1.png
+0
-0
default-icon2.png
src/views/ZMOverView/assets/images/default-icon2.png
+0
-0
background.png
.../ZMOverView/components/fourSuppress/assets/background.png
+0
-0
defaultIcon.png
...ZMOverView/components/fourSuppress/assets/defaultIcon.png
+0
-0
icon1.png
...views/ZMOverView/components/fourSuppress/assets/icon1.png
+0
-0
icon2.png
...views/ZMOverView/components/fourSuppress/assets/icon2.png
+0
-0
icon3.png
...views/ZMOverView/components/fourSuppress/assets/icon3.png
+0
-0
icon4.png
...views/ZMOverView/components/fourSuppress/assets/icon4.png
+0
-0
left-btn.png
...ws/ZMOverView/components/fourSuppress/assets/left-btn.png
+0
-0
right-btn.png
...s/ZMOverView/components/fourSuppress/assets/right-btn.png
+0
-0
right.png
...views/ZMOverView/components/fourSuppress/assets/right.png
+0
-0
index.vue
...ew/components/fourSuppress/components/addDomain/index.vue
+19
-0
index.vue
...w/components/fourSuppress/components/allElement/index.vue
+19
-0
index.vue
...omponents/fourSuppress/components/allGovernment/index.vue
+0
-0
index.vue
...iew/components/fourSuppress/components/allUnion/index.vue
+19
-0
index.vue
src/views/ZMOverView/components/fourSuppress/index.vue
+106
-3
index.vue
src/views/ZMOverView/components/newRisk/index.vue
+1
-1
没有找到文件。
src/router/modules/ZMOverView.js
浏览文件 @
5e200445
...
...
@@ -4,8 +4,8 @@ import ZMOverview from "@/views/ZMOverView/index.vue";
const
ZMOverviewRoutes
=
[
//创新主体
{
path
:
"/ZMOerView"
,
name
:
"ZMOerView"
,
path
:
"/ZMO
v
erView"
,
name
:
"ZMO
v
erView"
,
component
:
ZMOverview
,
meta
:
{
title
:
"ZM博弈概览"
...
...
src/views/ZMOverView/assets/images/default-icon-news.png
0 → 100644
浏览文件 @
5e200445
57.8 KB
src/views/ZMOverView/assets/images/default-icon1.png
0 → 100644
浏览文件 @
5e200445
6.5 KB
src/views/ZMOverView/assets/images/default-icon2.png
0 → 100644
浏览文件 @
5e200445
8.2 KB
src/views/ZMOverView/components/fourSuppress/assets/background.png
0 → 100644
浏览文件 @
5e200445
18.0 KB
src/views/ZMOverView/components/fourSuppress/assets/defaultIcon.png
0 → 100644
浏览文件 @
5e200445
15.2 KB
src/views/ZMOverView/components/fourSuppress/assets/icon1.png
0 → 100644
浏览文件 @
5e200445
744 Bytes
src/views/ZMOverView/components/fourSuppress/assets/icon2.png
0 → 100644
浏览文件 @
5e200445
693 Bytes
src/views/ZMOverView/components/fourSuppress/assets/icon3.png
0 → 100644
浏览文件 @
5e200445
878 Bytes
src/views/ZMOverView/components/fourSuppress/assets/icon4.png
0 → 100644
浏览文件 @
5e200445
467 Bytes
src/views/ZMOverView/components/fourSuppress/assets/left-btn.png
0 → 100644
浏览文件 @
5e200445
1.5 KB
src/views/ZMOverView/components/fourSuppress/assets/right-btn.png
0 → 100644
浏览文件 @
5e200445
1.5 KB
src/views/ZMOverView/components/fourSuppress/assets/right.png
0 → 100644
浏览文件 @
5e200445
1.0 KB
src/views/ZMOverView/components/fourSuppress/components/addDomain/index.vue
0 → 100644
浏览文件 @
5e200445
<!--科技要闻-->
<
template
>
<div
class=
"content-wrapper"
>
全领域
</div>
</
template
>
<
script
setup
>
import
{
onMounted
,
ref
,
computed
}
from
"vue"
;
</
script
>
<
style
lang=
"scss"
scoped
>
.content-wrapper
{
width
:
1666px
;
height
:
2132px
;
}
</
style
>
src/views/ZMOverView/components/fourSuppress/components/allElement/index.vue
0 → 100644
浏览文件 @
5e200445
<!--科技要闻-->
<
template
>
<div
class=
"content-wrapper"
>
全要素
</div>
</
template
>
<
script
setup
>
import
{
onMounted
,
ref
,
computed
}
from
"vue"
;
</
script
>
<
style
lang=
"scss"
scoped
>
.content-wrapper
{
width
:
1666px
;
height
:
2132px
;
}
</
style
>
src/views/ZMOverView/components/fourSuppress/components/allGovernment/index.vue
0 → 100644
浏览文件 @
5e200445
差异被折叠。
点击展开。
src/views/ZMOverView/components/fourSuppress/components/allUnion/index.vue
0 → 100644
浏览文件 @
5e200445
<!--科技要闻-->
<
template
>
<div
class=
"content-wrapper"
>
全联盟
</div>
</
template
>
<
script
setup
>
import
{
onMounted
,
ref
,
computed
}
from
"vue"
;
</
script
>
<
style
lang=
"scss"
scoped
>
.content-wrapper
{
width
:
1666px
;
height
:
2132px
;
}
</
style
>
src/views/ZMOverView/components/fourSuppress/index.vue
浏览文件 @
5e200445
<!--科技要闻-->
<
template
>
<div
class=
"content-wrapper"
>
美对华四全打压
<div
class=
"main-nav"
>
<div
v-for=
"item in navList"
:key=
"item.name"
class=
"nav-item"
:class=
"
{ active: activeNav === item.name }"
@click="handleNavClick(item.name)"
>
<div
class=
"item-content"
>
<img
v-if=
"activeNav === item.name"
:src=
"right"
class=
"active-icon"
alt=
""
/>
<span>
{{
item
.
name
}}
</span>
</div>
<img
v-if=
"activeNav === item.name"
:src=
"background"
class=
"active-bg"
alt=
""
/>
</div>
</div>
<!-- 切换不同的组件 -->
<AllGovernment
v-if=
"activeNav === '全政府'"
/>
<AddDomain
v-if=
"activeNav === '全领域'"
/>
<AllUnion
v-if=
"activeNav === '全联盟'"
/>
<AllElement
v-if=
"activeNav === '全要素'"
/>
</div>
</
template
>
<
script
setup
>
import
{
onMounted
,
ref
,
computed
}
from
"vue"
;
import
right
from
"./assets/right.png"
;
import
background
from
"./assets/background.png"
;
// 组件引入
import
AllGovernment
from
"./components/allGovernment/index.vue"
;
import
AddDomain
from
"./components/addDomain/index.vue"
;
import
AllUnion
from
"./components/allUnion/index.vue"
;
import
AllElement
from
"./components/allElement/index.vue"
;
const
navList
=
ref
([
{
name
:
"全政府"
},
{
name
:
"全领域"
},
{
name
:
"全联盟"
},
{
name
:
"全要素"
}
]);
const
activeNav
=
ref
(
"全政府"
);
const
handleNavClick
=
(
name
)
=>
{
activeNav
.
value
=
name
;
};
</
script
>
<
style
lang=
"scss"
scoped
>
.content-wrapper
{
width
:
1
00%
;
width
:
1
601px
;
height
:
2203px
;
margin
:
0
auto
;
.main-nav
{
width
:
100%
;
height
:
55px
;
padding
:
4px
5px
;
display
:
flex
;
align-items
:
center
;
border-radius
:
10px
;
background-color
:
rgba
(
255
,
255
,
255
,
0
.65
);
box-shadow
:
0px
0px
20px
0px
rgba
(
25
,
69
,
130
,
0
.1
);
box-sizing
:
border-box
;
gap
:
8px
;
margin-bottom
:
16px
;
.nav-item
{
flex
:
1
;
height
:
100%
;
display
:
flex
;
flex-direction
:
column
;
align-items
:
center
;
justify-content
:
center
;
cursor
:
pointer
;
position
:
relative
;
// transition: all 0.3s;
.item-content
{
display
:
flex
;
align-items
:
center
;
z-index
:
1
;
.active-icon
{
width
:
18px
;
height
:
18px
;
margin-right
:
8px
;
}
span
{
font-family
:
'YouSheBiaoTiHei'
;
font-size
:
24px
;
font-weight
:
400
;
line-height
:
31px
;
color
:
rgb
(
59
,
65
,
75
);
}
}
.active-bg
{
position
:
absolute
;
top
:
50%
;
left
:
50%
;
transform
:
translate
(
-50%
,
-50%
);
width
:
400px
;
height
:
60px
;
z-index
:
0
;
}
&
.active
{
background-color
:
rgba
(
246
,
250
,
255
,
1
);
border
:
1px
solid
rgba
(
174
,
214
,
255
,
1
);
border-radius
:
10px
;
span
{
color
:
rgb
(
5
,
95
,
194
);
}
}
}
}
}
</
style
>
src/views/ZMOverView/components/newRisk/index.vue
浏览文件 @
5e200445
...
...
@@ -280,7 +280,7 @@ onMounted(() => {
<
style
lang=
"scss"
scoped
>
.content-wrapper
{
width
:
100%
;
height
:
100%
;
//
height: 100%;
.policy-monitoring
{
font-family
:
Arial
,
sans-serif
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论