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
bdd55b6c
Commit
bdd55b6c
authored
Aug 21, 2023
by
Tippi.Rao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
9b15cdfb
隐藏空白字符变更
内嵌
并排
正在显示
3 个修改的文件
包含
11 行增加
和
12 行删除
+11
-12
period-report/report-ioc.html
+1
-1
period-report/report.css
+4
-4
period-report/report.html
+6
-7
没有找到文件。
period-report/report-ioc.html
查看文件 @
bdd55b6c
...
...
@@ -575,7 +575,7 @@
},
series
:
[
{
name
:
"
2012
"
,
name
:
""
,
type
:
"bar"
,
barWidth
:
15
,
itemStyle
:
{
...
...
period-report/report.css
查看文件 @
bdd55b6c
...
...
@@ -33,7 +33,7 @@
}
.invest-wrapper-right-bracket
img
{
width
:
0.36rem
;
height
:
2.4
2
rem
;
height
:
2.4
3
rem
;
}
.invest-wrapper-content-first-text
{
margin-left
:
0.32rem
;
...
...
@@ -74,7 +74,7 @@
font-size
:
1.21rem
;
}
.invest-chart-wrapper
{
width
:
22.7
5rem
;
width
:
19.
5rem
;
height
:
11.07rem
;
}
.invest-wrapper-content-right
{
...
...
@@ -94,11 +94,11 @@
.invest-wrapper-left-bracket-middle
img
{
width
:
0.36rem
;
height
:
2.43
rem
;
height
:
4
rem
;
}
.invest-wrapper-right-bracket-middle
img
{
width
:
0.36rem
;
height
:
2.43
rem
;
height
:
4
rem
;
}
.operator-wrapper
{
margin-left
:
1.6rem
!important
;
...
...
period-report/report.html
查看文件 @
bdd55b6c
...
...
@@ -4,11 +4,12 @@
<meta
charset=
"UTF-8"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1
.0,maximum-scale=1.0, user-scalable=no
"
content=
"width=device-width, initial-scale=1
, maximum-scale=1
"
/>
<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>
<script
src=
"https://unpkg.com/vconsole@latest/dist/vconsole.min.js"
></script>
<!-- 如果你没有echarts.min.js文件,用下面的语句代替即可
<script src="https://cdn.bootcss.com/echarts/4.6.0/echarts.min.js"></script>
-->
...
...
@@ -39,9 +40,7 @@
</div>
<div
class=
"invest-wrapper-content-first-text"
>
今日录入客户数
</div>
<span
class=
"invest-wrapper-content-customers"
>
12
</span>
<div
class=
"invest-wrapper-content-second-text"
>
人,录入公共商机库
</div>
<span
class=
"invest-wrapper-content-customers"
>
24
</span>
<div
class=
"invest-wrapper-content-second-text"
>
份,客户信息更新
</div>
<div
class=
"invest-wrapper-content-second-text"
>
人,客户信息更新
</div>
<span
class=
"invest-wrapper-content-customers"
>
9
</span>
<div
class=
"invest-wrapper-content-last-text"
>
份
</div>
<div
class=
"invest-wrapper-right-bracket"
>
...
...
@@ -549,8 +548,8 @@
show
:
false
,
},
grid
:
{
left
:
"3%"
,
right
:
"
5
%"
,
left
:
0
,
right
:
"
6
%"
,
bottom
:
"3%"
,
top
:
0
,
containLabel
:
true
,
...
...
@@ -584,7 +583,7 @@
},
series
:
[
{
name
:
"
2012
"
,
name
:
""
,
type
:
"bar"
,
barWidth
:
15
,
itemStyle
:
{
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论