Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
R
risk-monitor
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
图表
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
蔡建
risk-monitor
Commits
40d262d1
提交
40d262d1
authored
1月 16, 2026
作者:
coderBryanFu
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update
上级
5350321e
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
67 行增加
和
13 行删除
+67
-13
index.vue
...w/components/fourSuppress/components/allElement/index.vue
+62
-8
index.vue
src/views/ZMOverView/components/fourSuppress/index.vue
+5
-5
没有找到文件。
src/views/ZMOverView/components/fourSuppress/components/allElement/index.vue
浏览文件 @
40d262d1
...
...
@@ -114,7 +114,10 @@
<
/div
>
<
/div
>
<
/div
>
<
div
class
=
"inner-box2"
id
=
"box2Chart"
><
/div
>
<
div
class
=
"inner-box2"
>
<
div
class
=
"chart-header"
>
{{
"关键词云"
}}
<
/div
>
<
div
class
=
"box2Chart"
id
=
"box2Chart"
><
/div
>
<
/div
>
<
/div
>
<
/div
>
<
div
class
=
"box box3"
>
...
...
@@ -178,7 +181,10 @@
<
/div
>
<
/div
>
<
/div
>
<
div
class
=
"inner-box2"
id
=
"box3Chart"
><
/div
>
<
div
class
=
"inner-box2"
>
<
div
class
=
"chart-header"
>
{{
"关键词云"
}}
<
/div
>
<
div
class
=
"box3Chart"
id
=
"box3Chart"
><
/div
>
<
/div
>
<
/div
>
<
/div
>
<
/div
>
...
...
@@ -558,19 +564,19 @@ onMounted(() => {
<
style
lang
=
"scss"
scoped
>
.
content
-
wrapper
{
width
:
1666
px
;
height
:
2132
px
;
// background: orange;
width
:
1600
px
;
// height: 2132px;
.
header
{
width
:
16
64
px
;
width
:
16
00
px
;
height
:
176
px
;
margin
:
0
auto
;
display
:
flex
;
justify
-
content
:
center
;
gap
:
16
px
;
position
:
relative
;
.
header
-
arrow
-
left
{
position
:
absolute
;
left
:
0
;
left
:
-
33
px
;
top
:
64
px
;
width
:
24
px
;
height
:
48
px
;
...
...
@@ -582,7 +588,7 @@ onMounted(() => {
}
.
header
-
arrow
-
right
{
position
:
absolute
;
right
:
0
;
right
:
-
33
px
;
top
:
64
px
;
width
:
24
px
;
height
:
48
px
;
...
...
@@ -1022,6 +1028,30 @@ onMounted(() => {
box
-
sizing
:
border
-
box
;
border
:
1
px
solid
rgba
(
234
,
236
,
238
,
1
);
border
-
radius
:
10
px
;
overflow
:
hidden
;
position
:
relative
;
.
chart
-
header
{
position
:
absolute
;
top
:
14
px
;
left
:
20
px
;
width
:
90
px
;
height
:
26
px
;
border
-
radius
:
20
px
;
background
:
var
(
--
color
-
main
-
active
);
text
-
align
:
center
;
line
-
height
:
26
px
;
color
:
#
fff
;
font
-
family
:
YouSheBiaoTiHei
;
font
-
style
:
Regular
;
font
-
size
:
20
px
;
font
-
weight
:
400
;
line
-
height
:
26
px
;
letter
-
spacing
:
0
px
;
}
.
box2Chart
{
width
:
412
px
;
height
:
368
px
;
}
}
}
}
...
...
@@ -1234,6 +1264,30 @@ onMounted(() => {
box
-
sizing
:
border
-
box
;
border
:
1
px
solid
rgba
(
234
,
236
,
238
,
1
);
border
-
radius
:
10
px
;
overflow
:
hidden
;
position
:
relative
;
.
chart
-
header
{
position
:
absolute
;
top
:
14
px
;
left
:
20
px
;
width
:
90
px
;
height
:
26
px
;
border
-
radius
:
20
px
;
background
:
var
(
--
color
-
main
-
active
);
text
-
align
:
center
;
line
-
height
:
26
px
;
color
:
#
fff
;
font
-
family
:
YouSheBiaoTiHei
;
font
-
style
:
Regular
;
font
-
size
:
20
px
;
font
-
weight
:
400
;
line
-
height
:
26
px
;
letter
-
spacing
:
0
px
;
}
.
box3Chart
{
width
:
412
px
;
height
:
368
px
;
}
}
}
}
...
...
src/views/ZMOverView/components/fourSuppress/index.vue
浏览文件 @
40d262d1
...
...
@@ -46,14 +46,14 @@ const handleNavClick = name => {
<
style
lang=
"scss"
scoped
>
.content-wrapper
{
// width: 1601
px;
width
:
1666px
;
height
:
2203px
;
width
:
1600
px
;
//
width: 1666px;
//
height: 2203px;
margin
:
0
auto
;
.main-nav
{
width
:
160
1
px
;
width
:
160
0
px
;
height
:
55px
;
margin
:
0
auto
;
//
margin: 0 auto;
padding
:
4px
5px
;
display
:
flex
;
align-items
:
center
;
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论