Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
R
risk-monitor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
蔡建
risk-monitor
Commits
431aa081
提交
431aa081
authored
1月 10, 2026
作者:
coderBryanFu
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update
上级
e08df9a5
显示空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
49 行增加
和
27 行删除
+49
-27
index.vue
src/views/comprehensiveSearch/index.vue
+7
-0
index.vue
src/views/decree/institution/index.vue
+3
-1
index.vue
src/views/exportControl/index.vue
+1
-1
index.vue
...views/marketAccessRestrictions/marketAccessHome/index.vue
+1
-1
barChart1.js
...ketAccessRestrictions/marketAccessHome/utils/barChart1.js
+7
-1
index.vue
src/views/newsAnalysis/index.vue
+22
-20
index.vue
src/views/newsBrief/index.vue
+4
-2
index.vue
src/views/riskSignal/index.vue
+4
-1
没有找到文件。
src/views/comprehensiveSearch/index.vue
浏览文件 @
431aa081
...
...
@@ -313,6 +313,10 @@ onMounted(() => {
<
style
lang=
"scss"
scoped
>
.wrapper
{
width
:
100%
;
height
:
100%
;
overflow
:
hidden
;
overflow-y
:
auto
;
.box-header
{
position
:
relative
;
height
:
48px
;
...
...
@@ -365,6 +369,9 @@ onMounted(() => {
box-sizing
:
border-box
;
padding-left
:
160px
;
display
:
flex
;
position
:
sticky
;
top
:
0
;
z-index
:
99999999
;
.header-item
{
margin
:
0
3px
;
}
...
...
src/views/decree/institution/index.vue
浏览文件 @
431aa081
...
...
@@ -110,8 +110,10 @@ onUnmounted(() => {
<
style
lang=
"scss"
scoped
>
.wrap
{
width
:
1
920px
;
width
:
1
00%
;
height
:
100%
;
overflow
:
hidden
;
overflow-y
:
auto
;
background-image
:
url("./assets/images/bg.png")
;
background-repeat
:
no-repeat
;
background-size
:
100%
auto
;
...
...
src/views/exportControl/index.vue
浏览文件 @
431aa081
...
...
@@ -1142,7 +1142,7 @@ const billList = ref([]);
const
curBillListIndex
=
ref
(
0
);
const
searchExportControlText
=
ref
(
""
);
const
infoListColor
=
ref
([
"rgba(206, 79, 81, 1)"
,
"rgba(1
32, 136, 142
, 1)"
,
"rgba(132, 136, 142, 1)"
,
"rgba(132, 136, 142, 1)"
]);
const
infoListColor
=
ref
([
"rgba(206, 79, 81, 1)"
,
"rgba(1
14, 46, 209
, 1)"
,
"rgba(132, 136, 142, 1)"
,
"rgba(132, 136, 142, 1)"
]);
const
infoList
=
ref
([]);
...
...
src/views/marketAccessRestrictions/marketAccessHome/index.vue
浏览文件 @
431aa081
...
...
@@ -1272,7 +1272,7 @@ const handleGetBox7Data = async () => {
box7Data
.
value
.
title
=
res
.
data
.
map
(
item
=>
{
return
{
name
:
item
.
COUNTRY
,
img
:
item
.
IMAGE
?
item
.
IMAGE
:
Img1
img
:
item
.
COUNTRYIMAGE
?
item
.
COUNTRY
IMAGE
:
Img1
}
;
}
);
box7Data
.
value
.
data
=
res
.
data
.
map
(
item
=>
{
...
...
src/views/marketAccessRestrictions/marketAccessHome/utils/barChart1.js
浏览文件 @
431aa081
import
{
symbolCircle
}
from
"d3"
;
import
*
as
echarts
from
"echarts"
;
const
getBarChart
=
(
nameList
,
valueList
)
=>
{
...
...
@@ -65,7 +66,12 @@ const getBarChart = (nameList, valueList) => {
yAxis
:
valueList
[
index
],
symbol
:
`image://
${
item
.
img
}
`
,
symbolSize
:
[
20
,
20
],
symbolOffset
:
[
0
,
10
]
symbolOffset
:
[
0
,
10
],
// itemStyle: {
// borderRadius: 10, // 设置为圆形
// borderColor: '#fff',
// borderWidth: 2
// }
});
});
return
data
;
...
...
src/views/newsAnalysis/index.vue
浏览文件 @
431aa081
...
...
@@ -25,9 +25,8 @@
</div>
<div
class=
"page-content"
>
<el-row
:gutter=
"20"
>
<el-col
:span=
"17"
>
<custom-container
block
title=
"新闻内容"
:titleIcon=
"houseIcon"
height=
"1180px"
>
<div
class=
"left"
>
<custom-container
style=
"margin-bottom: 16px"
block
title=
"新闻内容"
:titleIcon=
"houseIcon"
height=
"1180px"
>
<template
#
header-right
>
<div
class=
"page-content-right-switch"
>
<el-switch
v-model=
"highlightEntities"
/>
...
...
@@ -130,10 +129,14 @@
</div>
</
template
>
</custom-container>
</el-col>
<el-col
:span=
"7"
>
<custom-container
block
title=
"事件脉络"
:titleIcon=
"houseIcon"
height=
"630px"
>
<custom-container
block
title=
"关系图谱"
:titleIcon=
"linkIcon"
height=
"500px"
>
<
template
#
default
>
<Graph
/>
</
template
>
</custom-container>
</div>
<div
class=
"right"
>
<custom-container
style=
"margin-bottom: 16px"
block
title=
"事件脉络"
:titleIcon=
"houseIcon"
height=
"630px"
>
<
template
#
default
>
<div
class=
"box4"
>
<div
class=
"box4-item"
v-for=
"(item, idx) in sanctionProcessList"
:key=
"item.title"
>
...
...
@@ -162,18 +165,7 @@
</div>
</
template
>
</custom-container>
</el-col>
</el-row>
<el-row
:gutter=
"20"
>
<el-col
:span=
"17"
>
<custom-container
block
title=
"关系图谱"
:titleIcon=
"linkIcon"
height=
"500px"
>
<
template
#
default
>
<Graph
/>
</
template
>
</custom-container>
</el-col>
</el-row>
</div>
</div>
</div>
</template>
...
...
@@ -350,7 +342,9 @@ onMounted(() => {
.page-container
{
/* padding: 20px; */
width
:
100%
;
overflow-x
:
hidden
;
height
:
100%
;
overflow
:
hidden
;
overflow-y
:
auto
;
}
.page-header
{
...
...
@@ -446,6 +440,14 @@ onMounted(() => {
.page-content
{
padding
:
20px
160px
;
display
:
flex
;
gap
:
17px
;
.left
{
width
:
1063px
;
}
.right
{
width
:
520px
;
}
&
-news-abstract
{
height
:
260px
;
width
:
100%
;
...
...
src/views/newsBrief/index.vue
浏览文件 @
431aa081
...
...
@@ -206,8 +206,8 @@ const handleActiveModule = (isIn, module) => {
};
const
handleToWorldHot
=
()
=>
{
showPage
.
value
=
'subject'
moduleActiveId
.
value
=
''
showPage
.
value
=
"subject"
;
moduleActiveId
.
value
=
""
;
};
onMounted
(()
=>
{
...
...
@@ -225,5 +225,7 @@ onMounted(() => {
background-position
:
center
-100px
;
background-size
:
100%
100%
;
padding-top
:
50px
;
overflow
:
hidden
;
overflow-y
:
auto
;
}
</
style
>
src/views/riskSignal/index.vue
浏览文件 @
431aa081
...
...
@@ -733,8 +733,11 @@ onMounted(async () => {
}
.
home
-
wrapper
{
width
:
100
%
;
height
:
100
%
;
overflow
:
hidden
;
overflow
-
y
:
auto
;
.
home
-
main
{
// width: 1400px;
width
:
100
%
;
margin
:
0
auto
;
background
:
url
(
"./assets/images/background.png"
);
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论