Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
R
risk-monitor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
1
合并请求
1
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
蔡建
risk-monitor
Commits
7f07b843
提交
7f07b843
authored
2月 10, 2026
作者:
sumengxi
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
更新部分样式
上级
d4b8b274
显示空白字符变更
内嵌
并排
正在显示
8 个修改的文件
包含
75 行增加
和
46 行删除
+75
-46
arrowRight.png
...ews/ZMOverView/components/gameProfile/icon/arrowRight.png
+0
-0
index.vue
src/views/ZMOverView/components/gameProfile/index.vue
+15
-13
radarChart3.js
src/views/ZMOverView/components/gameProfile/radarChart3.js
+4
-3
index.vue
src/views/ZMOverView/components/newRisk/index.vue
+15
-7
index.vue
src/views/decree/decreeHome/index.vue
+20
-6
strengthComparison.vue
src/views/overView/component/strengthComparison.vue
+2
-2
nullcorpimg.png
src/views/scientificFunding/assets/images/nullcorpimg.png
+0
-0
index.vue
src/views/scientificFunding/index.vue
+19
-15
没有找到文件。
src/views/ZMOverView/components/gameProfile/icon/arrowRight.png
0 → 100644
浏览文件 @
7f07b843
1.6 KB
src/views/ZMOverView/components/gameProfile/index.vue
浏览文件 @
7f07b843
...
@@ -6,7 +6,7 @@
...
@@ -6,7 +6,7 @@
<img
class=
"icon"
src=
"../../assets/icons/title-icon1.png"
/>
<img
class=
"icon"
src=
"../../assets/icons/title-icon1.png"
/>
<img
class=
"text"
src=
"../../assets/icons/title-text1.svg"
/>
<img
class=
"text"
src=
"../../assets/icons/title-text1.svg"
/>
</div>
</div>
<div
style=
"display: flex; height: 650px; width: 100%"
>
<div
style=
"display: flex; height: 650px; width: 100%
;padding-top: 24px;
"
>
<div
style=
"width: 50%"
>
<div
style=
"width: 50%"
>
<div
<div
style=
"
style=
"
...
@@ -37,7 +37,7 @@
...
@@ -37,7 +37,7 @@
</div>
</div>
</div>
</div>
<div
style=
"width:
672px; height: 486px; padding-top: 50
px"
id=
"char"
></div>
<div
style=
"width:
100%; height: 620px; padding-top: 24
px"
id=
"char"
></div>
</div>
</div>
<div
style=
"width: 778px; height: 620px; overflow: auto"
>
<div
style=
"width: 778px; height: 620px; overflow: auto"
>
<el-table
<el-table
...
@@ -53,7 +53,8 @@
...
@@ -53,7 +53,8 @@
>
>
<!-- 自定义展开图标 -->
<!-- 自定义展开图标 -->
<el-table-column
prop=
"targetName"
label=
"指标名称"
width=
"350"
/>
<el-table-column
prop=
"targetName"
label=
"指标名称"
width=
"350"
>
</el-table-column>
<el-table-column
prop=
"usScore"
label=
"美国"
>
<el-table-column
prop=
"usScore"
label=
"美国"
>
<template
#
default=
"scope"
>
<template
#
default=
"scope"
>
<div
style=
"display: flex"
>
<div
style=
"display: flex"
>
...
@@ -79,7 +80,7 @@
...
@@ -79,7 +80,7 @@
<el-table-column
prop=
"chinaScore"
label=
"中国"
>
<el-table-column
prop=
"chinaScore"
label=
"中国"
>
<
template
#
default=
"scope"
>
<
template
#
default=
"scope"
>
<div
style=
"display: flex"
>
<div
style=
"display: flex"
>
<div
class=
"progress-wrapper right"
:style=
"
{ '--i': '40px', marginRight: '20px'
}">
<div
class=
"progress-wrapper right"
:style=
"
{ '--i': '40px', marginRight: '20px'}">
<el-progress
<el-progress
:percentage=
"scope.row.chinaScore"
:percentage=
"scope.row.chinaScore"
:stroke-width=
"20"
:stroke-width=
"20"
...
@@ -998,19 +999,20 @@ const handleClickBottomBtn = () => {
...
@@ -998,19 +999,20 @@ const handleClickBottomBtn = () => {
/* 自定义未展开图标 */
/* 自定义未展开图标 */
:deep
(
.el-table__expand-icon
)
{
:deep
(
.el-table__expand-icon
)
{
background-image
:
url("./icon/arrow
Down
.png")
;
background-image
:
url("./icon/arrow
Right
.png")
;
background-repeat
:
no-repeat
;
background-repeat
:
no-repeat
;
background-size
:
contain
;
//
background-size: contain;
width
:
24
px
;
margin-left
:
16
px
;
height
:
2
4px
;
margin-top
:
4px
;
cursor
:
pointer
;
cursor
:
pointer
;
transition
:
transform
0
.
3
s
;
transition
:
transform
0
.
1
s
;
}
}
/* 自定义展开图标 */
/* 自定义展开图标 */
:deep
(
.el-table__expand-icon--expanded
)
{
:deep
(
.el-table__expand-icon--expanded
)
{
background-image
:
url("./icon/arrowDown.png")
;
background-image
:
url("./icon/arrowRight.png")
;
transform
:
rotate
(
270deg
)
!
important
;
transform-origin
:center
;
transform
:
rotate
(
90deg
)
!
important
;
}
}
/* 自定义表头背景颜色 */
/* 自定义表头背景颜色 */
...
@@ -1043,7 +1045,7 @@ const handleClickBottomBtn = () => {
...
@@ -1043,7 +1045,7 @@ const handleClickBottomBtn = () => {
}
}
:deep
(
.el-table
.el-table__cell
)
{
:deep
(
.el-table
.el-table__cell
)
{
padding-left
:
5
px
;
padding-left
:
1
px
;
padding-right
:
5
px
;
padding-right
:
1
px
;
}
}
</
style
>
</
style
>
src/views/ZMOverView/components/gameProfile/radarChart3.js
浏览文件 @
7f07b843
...
@@ -17,7 +17,7 @@ const radarChart = (nameList, valueList) => {
...
@@ -17,7 +17,7 @@ const radarChart = (nameList, valueList) => {
const
option
=
{
const
option
=
{
title
:
{
text
:
''
},
title
:
{
text
:
''
},
radar
:
{
radar
:
{
radius
:
'7
5
%'
,
// 雷达图本身占容器 75%
radius
:
'7
0
%'
,
// 雷达图本身占容器 75%
indicator
:
nameList
.
map
(
name
=>
({
indicator
:
nameList
.
map
(
name
=>
({
name
:
name
,
name
:
name
,
max
:
maxValue
*
1.2
// 设置最大值为数据最大值的120%
max
:
maxValue
*
1.2
// 设置最大值为数据最大值的120%
...
@@ -25,13 +25,14 @@ const radarChart = (nameList, valueList) => {
...
@@ -25,13 +25,14 @@ const radarChart = (nameList, valueList) => {
axisName
:
{
axisName
:
{
color
:
'#ffffff'
,
color
:
'#ffffff'
,
fontSize
:
18
,
fontSize
:
18
,
lineHeight
:
24
,
fontWeight
:
700
,
fontWeight
:
700
,
backgroundColor
:
'#0560C3'
,
backgroundColor
:
'#0560C3'
,
borderRadius
:
20
,
borderRadius
:
20
,
padding
:
[
8
,
20
],
padding
:
[
8
,
12
],
formatter
:
function
(
txt
)
{
formatter
:
function
(
txt
)
{
const
len
=
txt
.
length
;
const
len
=
txt
.
length
;
if
(
len
<=
5
)
return
txt
;
if
(
len
<=
8
)
return
txt
;
const
br
=
Math
.
ceil
(
len
/
2
);
const
br
=
Math
.
ceil
(
len
/
2
);
return
txt
.
substring
(
0
,
br
)
+
'
\
n'
+
txt
.
substring
(
br
);
return
txt
.
substring
(
0
,
br
)
+
'
\
n'
+
txt
.
substring
(
br
);
}
}
...
...
src/views/ZMOverView/components/newRisk/index.vue
浏览文件 @
7f07b843
...
@@ -1215,9 +1215,16 @@ onUnmounted(() => {
...
@@ -1215,9 +1215,16 @@ onUnmounted(() => {
display
:
flex
;
display
:
flex
;
cursor
:
pointer
;
cursor
:
pointer
;
&
:hover
{
// &:hover {
background
:
var
(
--
color-bg-hover
);
// //background: var(--color-bg-hover);
}
// .item-right {
// .text{
// color:var(--color-main-active);
// }
// }
// }
.itemLeftStatus1
{
.itemLeftStatus1
{
color
:
rgba
(
245
,
34
,
45
,
1
)
!
important
;
color
:
rgba
(
245
,
34
,
45
,
1
)
!
important
;
...
@@ -1291,11 +1298,11 @@ onUnmounted(() => {
...
@@ -1291,11 +1298,11 @@ onUnmounted(() => {
width
:
780px
;
width
:
780px
;
display
:
flex
;
display
:
flex
;
cursor
:
pointer
;
cursor
:
pointer
;
background
:
var
(
--
color-bg-hover
);
//
background: var(--color-bg-hover);
&
:hover
{
//
&:hover {
background
:
var
(
--
color-bg-hover
);
//
background: var(--color-bg-hover);
}
//
}
.itemLeftStatus1
{
.itemLeftStatus1
{
color
:
rgba
(
245
,
34
,
45
,
1
)
!
important
;
color
:
rgba
(
245
,
34
,
45
,
1
)
!
important
;
...
@@ -1341,6 +1348,7 @@ onUnmounted(() => {
...
@@ -1341,6 +1348,7 @@ onUnmounted(() => {
overflow
:
hidden
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
white-space
:
nowrap
;
text-decoration
:
underline
;
}
}
.time
{
.time
{
...
...
src/views/decree/decreeHome/index.vue
浏览文件 @
7f07b843
...
@@ -1808,6 +1808,7 @@ onMounted(async () => {
...
@@ -1808,6 +1808,7 @@ onMounted(async () => {
.box1-main
{
.box1-main
{
display
:
flex
;
display
:
flex
;
justify-content
:
space-between
;
width
:
1064px
;
width
:
1064px
;
height
:
354px
;
height
:
354px
;
margin-top
:
22px
;
margin-top
:
22px
;
...
@@ -1816,8 +1817,9 @@ onMounted(async () => {
...
@@ -1816,8 +1817,9 @@ onMounted(async () => {
box-sizing
:
border-box
;
box-sizing
:
border-box
;
.box1-main-left
{
.box1-main-left
{
width
:
45
8
px
;
width
:
45
0
px
;
height
:
353px
;
height
:
353px
;
position
:
relative
;
img
{
img
{
width
:
100%
;
width
:
100%
;
...
@@ -1825,6 +1827,7 @@ onMounted(async () => {
...
@@ -1825,6 +1827,7 @@ onMounted(async () => {
}
}
.box1-main-left-img-mock
{
.box1-main-left-img-mock
{
width
:
100%
;
height
:
100%
;
height
:
100%
;
margin-left
:
24px
;
margin-left
:
24px
;
border-radius
:
4px
;
border-radius
:
4px
;
...
@@ -1856,8 +1859,12 @@ onMounted(async () => {
...
@@ -1856,8 +1859,12 @@ onMounted(async () => {
}
}
.box1-main-right
{
.box1-main-right
{
margin-left
:
28px
;
width
:
500px
;
flex
:
1
;
height
:
100%
;
display
:
flex
;
flex-direction
:
column
;
justify-content
:
space-between
;
.box1-main-right-title
{
.box1-main-right-title
{
width
:
100%
;
width
:
100%
;
...
@@ -1867,9 +1874,12 @@ onMounted(async () => {
...
@@ -1867,9 +1874,12 @@ onMounted(async () => {
font-size
:
20px
;
font-size
:
20px
;
font-weight
:
700
;
font-weight
:
700
;
line-height
:
26px
;
line-height
:
26px
;
overflow
:
hidden
;
text-overflow
:
ellipsis
;
display
:
-
webkit-box
;
/* 将元素设置为弹性盒模型 */
white-space
:
nowrap
;
-webkit-line-clamp
:
2
;
/* 限制文本显示的行数 */
-webkit-box-orient
:
vertical
;
/* 设置弹性盒子的子元素垂直排列 */
overflow
:
hidden
;
/* 隐藏溢出的内容 */
text-overflow
:
ellipsis
;
/* 文本溢出时显示省略号 */
}
}
.box1-main-right-info
{
.box1-main-right-info
{
...
@@ -1922,6 +1932,10 @@ onMounted(async () => {
...
@@ -1922,6 +1932,10 @@ onMounted(async () => {
font-size
:
16px
;
font-size
:
16px
;
font-weight
:
400
;
font-weight
:
400
;
line-height
:
30px
;
line-height
:
30px
;
display
:
-
webkit-box
;
/* 将元素设置为弹性盒模型 */
overflow
:
hidden
;
/* 隐藏溢出的内容 */
text-overflow
:
ellipsis
;
/* 文本溢出时显示省略号 */
}
}
.box1-main-right-footer
{
.box1-main-right-footer
{
...
...
src/views/overView/component/strengthComparison.vue
浏览文件 @
7f07b843
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<div
class=
"resource-box"
>
<div
class=
"resource-box"
>
<DivideHeader
class=
"divide1"
:titleText=
"'中美科技实力对比'"
></DivideHeader>
<DivideHeader
class=
"divide1"
:titleText=
"'中美科技实力对比'"
></DivideHeader>
<div
style=
"margin-top: 2
0
px;display: flex;"
>
<div
style=
"margin-top: 2
4
px;display: flex;"
>
<div
class=
"resource-content"
style=
"width:100%"
>
<div
class=
"resource-content"
style=
"width:100%"
>
...
@@ -23,7 +23,7 @@
...
@@ -23,7 +23,7 @@
</div>
</div>
</div>
</div>
<div
style=
"width: 50%;height: 550px;text-align: center;padding:0
15
px ;position: relative;"
>
<div
style=
"width: 50%;height: 550px;text-align: center;padding:0
24
px ;position: relative;"
>
<div
class=
"title-box"
>
<div
class=
"title-box"
>
<div
style=
"display: flex;width: 100%"
>
<div
style=
"display: flex;width: 100%"
>
<div
class=
"unite"
>
<div
class=
"unite"
>
...
...
src/views/scientificFunding/assets/images/nullcorpimg.png
0 → 100644
浏览文件 @
7f07b843
7.5 KB
src/views/scientificFunding/index.vue
浏览文件 @
7f07b843
...
@@ -69,10 +69,13 @@
...
@@ -69,10 +69,13 @@
<!-- 6个数据 -->
<!-- 6个数据 -->
<div
class=
"data"
>
<div
class=
"data"
>
<div
v-for=
"(item, index) in dataList"
:key=
"item.id"
class=
"data-item"
>
<div
v-for=
"(item, index) in dataList"
:key=
"item.id"
class=
"data-item"
>
<img
:src=
"item.logoUrl"
alt=
""
/>
<img
v-if=
"item.logoUrl && /\\.(jpe?g|png)$/i.test(item.logoUrl)"
:src=
"item.logoUrl"
alt=
""
/>
<img
v-else
src=
"./assets/images/nullcorpimg.png"
alt=
""
/>
<div
class=
"data-text-item"
>
<div
class=
"data-item-title"
>
{{
item
.
orgName
}}
</div>
<div
class=
"data-item-title"
>
{{
item
.
orgName
}}
</div>
<div
class=
"data-item-name"
>
{{
item
.
orgNameEn
}}
</div>
<div
class=
"data-item-name"
>
{{
item
.
orgNameEn
}}
</div>
<div
class=
"data-item-abb"
>
{{
item
.
orgAbbEn
}}
</div>
<div
v-if=
"item.orgAbbEn"
class=
"data-item-abb"
>
{{
item
.
orgAbbEn
}}
</div>
</div>
<div
class=
"data-item-num"
:style=
"
{ color: color[index] }">
{{
item
.
num
+
'项'
}}
</div>
<div
class=
"data-item-num"
:style=
"
{ color: color[index] }">
{{
item
.
num
+
'项'
}}
</div>
</div>
</div>
</div>
</div>
...
@@ -426,32 +429,36 @@ onMounted(async () => {
...
@@ -426,32 +429,36 @@ onMounted(async () => {
position
:
relative
;
position
:
relative
;
cursor
:
pointer
;
cursor
:
pointer
;
transition
:
transform
0
.3s
ease
,
box-shadow
0
.3s
ease
;
transition
:
transform
0
.3s
ease
,
box-shadow
0
.3s
ease
;
display
:
flex
;
align-items
:
center
;
padding
:
0px
24px
;
&
:hover
{
&
:hover
{
transform
:
translateY
(
-3px
);
transform
:
translateY
(
-3px
);
box-shadow
:
0
4px
16px
rgba
(
0
,
0
,
0
,
0
.15
);
box-shadow
:
0
4px
16px
rgba
(
0
,
0
,
0
,
0
.15
);
}
}
.data-text-item
{
display
:
flex
;
flex-direction
:
column
;
justify-content
:
center
;
align-items
:
flex-start
;
height
:
100%
;
margin-left
:
16px
;
margin-bottom
:
4px
;
}
img
{
img
{
width
:
88px
;
width
:
88px
;
height
:
88px
;
height
:
88px
;
position
:
absolute
;
top
:
30px
;
left
:
23px
;
}
}
.data-item-title
{
.data-item-title
{
width
:
2
6
0px
;
width
:
2
8
0px
;
white-space
:
nowrap
;
white-space
:
nowrap
;
/* 保持在一行内 */
/* 保持在一行内 */
overflow
:
hidden
;
overflow
:
hidden
;
/* 隐藏超出部分 */
/* 隐藏超出部分 */
text-overflow
:
ellipsis
;
text-overflow
:
ellipsis
;
/* 超出部分显示省略号 */
/* 超出部分显示省略号 */
position
:
absolute
;
font-size
:
24px
;
top
:
19px
;
left
:
132px
;
font-size
:
32px
;
font-weight
:
700
;
font-weight
:
700
;
font-family
:
"Microsoft YaHei"
;
font-family
:
"Microsoft YaHei"
;
line-height
:
42px
;
line-height
:
42px
;
...
@@ -459,9 +466,6 @@ onMounted(async () => {
...
@@ -459,9 +466,6 @@ onMounted(async () => {
}
}
.data-item-name
{
.data-item-name
{
position
:
absolute
;
top
:
71px
;
left
:
134px
;
font-size
:
18px
;
font-size
:
18px
;
font-weight
:
700
;
font-weight
:
700
;
font-family
:
"Microsoft YaHei"
;
font-family
:
"Microsoft YaHei"
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论