Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
R
report-html-template
概览
Overview
Details
Activity
Cycle Analytics
版本库
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
问题
0
Issues
0
列表
Board
标记
里程碑
合并请求
0
Merge Requests
0
CI / CD
CI / CD
流水线
作业
日程表
图表
维基
Wiki
代码片段
Snippets
成员
Collapse sidebar
Close sidebar
活动
图像
聊天
创建新问题
作业
提交
Issue Boards
Open sidebar
frontend
report-html-template
Commits
6b6a8f5c
Commit
6b6a8f5c
authored
Jun 13, 2023
by
Tippi.Rao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
0a688d0c
显示空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
36 行增加
和
22 行删除
+36
-22
report-ioc.html
+3
-3
report.css
+30
-16
report.html
+3
-3
没有找到文件。
report-ioc.html
查看文件 @
6b6a8f5c
...
...
@@ -2,7 +2,7 @@
<html
lang=
"en"
>
<head>
<meta
charset=
"UTF-8"
/>
<title>
ECharts
</title>
<title></title>
<script
src=
"https://cdn.bootcss.com/echarts/4.6.0/echarts.min.js"
></script>
<script
src=
"https://cdn.bootcss.com/jquery/3.4.1/jquery.js"
></script>
<!-- 如果你没有echarts.min.js文件,用下面的语句代替即可
...
...
@@ -503,7 +503,7 @@
show
:
false
,
},
legend
:
false
,
color
:
[
"#
FF6464"
,
"#5CB3FF
"
],
color
:
[
"#
5CB3FF"
,
"#FF6464
"
],
series
:
[
{
name
:
""
,
...
...
@@ -550,7 +550,7 @@
trigger
:
"item"
,
},
legend
:
false
,
color
:
[
"#
FF6464"
,
"#5CB3FF
"
,
"#3DEBD5"
],
color
:
[
"#
5CB3FF"
,
"#FF6464
"
,
"#3DEBD5"
],
series
:
[
{
name
:
""
,
...
...
report.css
查看文件 @
6b6a8f5c
...
...
@@ -10,8 +10,8 @@
font-size
:
0.86rem
;
}
.invest-wrapper
{
margin-top
:
3.75rem
;
margin-left
:
2.4rem
;
margin-top
:
3.75rem
!important
;
margin-left
:
1.6rem
!important
;
}
.invest-wrapper-title
{
margin-bottom
:
1.1rem
;
...
...
@@ -24,7 +24,8 @@
font-size
:
1rem
;
}
.invest-wrapper-flex
{
display
:
flex
;
/* display: flex; */
display
:
block
;
}
.invest-wrapper-left-bracket
img
{
width
:
0.36rem
;
...
...
@@ -64,6 +65,7 @@
.invest-wrapper-content-left-item-type
{
font-size
:
1rem
;
width
:
4.29rem
;
margin-right
:
0.5rem
;
}
.invest-wrapper-content-left-item-num
{
font-size
:
1.21rem
;
...
...
@@ -90,8 +92,8 @@
height
:
2.43rem
;
}
.operator-wrapper
{
margin-left
:
2.88rem
;
margin-top
:
1.29rem
;
margin-left
:
1.6rem
!important
;
margin-top
:
1.29rem
!important
;
}
.operator-wrapper-title
{
margin-bottom
:
1.07rem
;
...
...
@@ -120,8 +122,8 @@
display
:
block
;
}
.advise-wrapper
{
margin-left
:
1.6
8rem
;
margin-top
:
0.5rem
;
margin-left
:
1.6
rem
!important
;
margin-top
:
0.5rem
!important
;
}
.advise-wrapper-title
img
{
width
:
9.18rem
;
...
...
@@ -268,20 +270,28 @@
height
:
0.43rem
;
}
.repair-require-chart
{
width
:
4.11rem
;
height
:
4.11rem
;
/* width: 4.11rem;
height: 4.11rem; */
width
:
7rem
;
height
:
7rem
;
}
.repair-require-chart-wrapper
{
width
:
4.11rem
;
height
:
4.11rem
;
/* width: 4.11rem;
height: 4.11rem; */
width
:
7rem
;
height
:
7rem
;
}
.contract-chart
{
width
:
4.11rem
;
height
:
4.11rem
;
/* width: 4.11rem;
height: 4.11rem; */
width
:
7rem
;
height
:
7rem
;
}
.contract-chart-wrapper
{
width
:
4.11rem
;
height
:
4.11rem
;
/* width: 4.11rem;
height: 4.11rem; */
width
:
7rem
;
height
:
7rem
;
}
.repair-require-info
{
margin-left
:
0.71rem
;
...
...
@@ -366,6 +376,9 @@
.invest-wrapper-content
{
font-size
:
18px
;
}
.invest-wrapper-flex
{
display
:
flex
;
}
.invest-wrapper-left-bracket
img
{
width
:
6px
;
height
:
43px
;
...
...
@@ -403,6 +416,7 @@
}
.invest-wrapper-content-left-item-type
{
font-size
:
18px
;
margin-right
:
45px
;
}
.invest-wrapper-content-left-item-num
{
font-size
:
22px
;
...
...
@@ -724,6 +738,7 @@
}
.invest-wrapper-content-left-item-type
{
font-size
:
28px
;
margin-right
:
45px
;
}
.invest-wrapper-content-left-item-num
{
font-size
:
34px
;
...
...
@@ -1089,7 +1104,6 @@ body {
.invest-wrapper-content-left-item-type
{
color
:
#fff
;
opacity
:
0.7
;
margin-right
:
45px
;
}
.invest-wrapper-content-left-item-num
{
color
:
#fff
;
...
...
report.html
查看文件 @
6b6a8f5c
...
...
@@ -6,7 +6,7 @@
name=
"viewport"
content=
"width=device-width, initial-scale=1.0,maximum-scale=1.0, user-scalable=no"
/>
<title>
ECharts
</title>
<title></title>
<script
src=
"https://cdn.bootcss.com/echarts/4.6.0/echarts.min.js"
></script>
<script
src=
"https://cdn.bootcss.com/jquery/3.4.1/jquery.js"
></script>
<!-- 如果你没有echarts.min.js文件,用下面的语句代替即可
...
...
@@ -510,7 +510,7 @@
trigger
:
"item"
,
},
legend
:
false
,
color
:
[
"#
FF6464"
,
"#5CB3FF
"
],
color
:
[
"#
5CB3FF"
,
"#FF6464
"
],
series
:
[
{
name
:
""
,
...
...
@@ -557,7 +557,7 @@
trigger
:
"item"
,
},
legend
:
false
,
color
:
[
"#
FF6464"
,
"#5CB3FF
"
,
"#3DEBD5"
],
color
:
[
"#
5CB3FF"
,
"#FF6464
"
,
"#3DEBD5"
],
series
:
[
{
name
:
""
,
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论