Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
R
risk-monitor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
蔡建
risk-monitor
Commits
23c9f7be
提交
23c9f7be
authored
12月 25, 2025
作者:
huhuiqing
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
全文提示
上级
577538d8
隐藏空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
49 行增加
和
29 行删除
+49
-29
App.vue
src/App.vue
+39
-26
index.vue
src/views/thinkTank/index.vue
+10
-3
没有找到文件。
src/App.vue
浏览文件 @
23c9f7be
...
@@ -35,32 +35,32 @@
...
@@ -35,32 +35,32 @@
<el-dropdown-item
command=
"/marketAccessRestrictions"
>
市场准入限制
</el-dropdown-item>
<el-dropdown-item
command=
"/marketAccessRestrictions"
>
市场准入限制
</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown-menu>
</
template
>
</
template
>
</el-dropdown>
</el-dropdown>
<div
class=
"nav-link"
>
<div
class=
"nav-link"
>
<el-icon>
<el-icon>
<User
/>
<User
/>
</el-icon>
</el-icon>
<span>
国家
</span>
<span>
国家
</span>
</div>
</div>
<div
class=
"nav-link"
>
<div
class=
"nav-link"
>
<el-icon>
<el-icon>
<Location
/>
<Location
/>
</el-icon>
</el-icon>
<span>
领域
</span>
<span>
领域
</span>
</div>
</div>
<div
class=
"nav-link"
>
<div
class=
"nav-link"
>
<el-icon>
<el-icon>
<Document
/>
<Document
/>
</el-icon>
</el-icon>
<span>
要素
</span>
<span>
要素
</span>
</div>
</div>
<div
class=
"nav-link"
>
<div
class=
"nav-link"
>
<el-icon>
<el-icon>
<Bell
/>
<Bell
/>
</el-icon>
</el-icon>
<span>
事件
</span>
<span>
事件
</span>
</div>
</div>
</div>
-->
</div>
-->
<div
class=
"user-info"
>
<div
class=
"user-info"
>
<div
class=
"email"
>
<div
class=
"email"
>
<img
src=
"@/assets/icons/header-icon.png"
alt=
""
/>
<img
src=
"@/assets/icons/header-icon.png"
alt=
""
/>
...
@@ -139,6 +139,17 @@ body {
...
@@ -139,6 +139,17 @@ body {
body
{
body
{
font-family
:
"Helvetica Neue"
,
Helvetica
,
"PingFang SC"
,
"Hiragino Sans GB"
,
"Microsoft YaHei"
,
"微软雅黑"
,
Arial
,
sans-serif
;
font-family
:
"Helvetica Neue"
,
Helvetica
,
"PingFang SC"
,
"Hiragino Sans GB"
,
"Microsoft YaHei"
,
"微软雅黑"
,
Arial
,
sans-serif
;
}
}
.el-popover
{
font-family
:
"Microsoft YaHei"
;
color
:
rgba
(
95
,
101
,
108
,
1
);
font-style
:
Regular
;
font-size
:
16px
;
font-weight
:
400
;
line-height
:
30px
;
letter-spacing
:
0px
;
text-align
:
justify
;
}
</
style
>
</
style
>
<
style
lang=
"scss"
scoped
>
<
style
lang=
"scss"
scoped
>
...
@@ -182,6 +193,7 @@ body {
...
@@ -182,6 +193,7 @@ body {
gap
:
12px
;
gap
:
12px
;
position
:
absolute
;
position
:
absolute
;
left
:
160px
;
left
:
160px
;
.brand-icon
{
.brand-icon
{
width
:
48px
;
width
:
48px
;
height
:
48px
;
height
:
48px
;
...
@@ -200,6 +212,7 @@ body {
...
@@ -200,6 +212,7 @@ body {
.brand-text
{
.brand-text
{
cursor
:
pointer
;
cursor
:
pointer
;
.text-ch
{
.text-ch
{
height
:
37px
;
height
:
37px
;
color
:
rgba
(
10
,
18
,
30
,
1
);
color
:
rgba
(
10
,
18
,
30
,
1
);
...
...
src/views/thinkTank/index.vue
浏览文件 @
23c9f7be
...
@@ -74,9 +74,16 @@
...
@@ -74,9 +74,16 @@
</div>
</div>
<div
class=
"card-title"
>
<div
class=
"card-title"
>
<div
class=
"title-left"
>
{{
item
.
name
}}
</div>
<div
class=
"title-left"
>
{{
item
.
name
}}
</div>
<div
class=
"title-right"
>
{{
item
.
country
}}
</div>
<div
class=
"title-right"
>
{{
item
.
country
}}
</div>
</div>
</div>
<div
class=
"content"
>
{{
item
.
desc
}}
</div>
<el-popover
effect=
"dark"
trigger=
"click"
:content=
"item.desc"
placement=
"top-start"
>
<template
#
reference
>
<div
class=
"content"
>
{{
item
.
desc
}}
</div>
</
template
>
</el-popover>
<div
class=
"tag-box"
>
<div
class=
"tag-box"
>
<div
class=
"tag"
:class=
"{
<div
class=
"tag"
:class=
"{
tag1: val.status === 1,
tag1: val.status === 1,
...
@@ -1397,8 +1404,8 @@ onMounted(async () => {
...
@@ -1397,8 +1404,8 @@ onMounted(async () => {
// 索引加1
// 索引加1
box1DataIndex
.
value
++
;
box1DataIndex
.
value
++
;
// 如果索引大于等于数组长度,重置为0,实现循环轮播
// 如果索引大于等于数组长度,重置为0,实现循环轮播
if
(
currentIndex
>=
box1Data
.
value
.
length
)
{
if
(
box1DataIndex
.
value
>=
box1Data
.
value
.
length
)
{
currentIndex
=
0
;
box1DataIndex
.
value
=
0
;
}
}
},
3000
);
// 2000毫秒,即2秒
},
3000
);
// 2000毫秒,即2秒
handleGetNewReport
();
handleGetNewReport
();
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论