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
e1bcb8a1
Commit
e1bcb8a1
authored
Aug 03, 2023
by
wangmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
能耗静态页面修改
parent
91adac3c
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
7 行增加
和
7 行删除
+7
-7
energyPredict/index.css
+4
-4
energyPredict/index.html
+3
-3
没有找到文件。
energyPredict/index.css
查看文件 @
e1bcb8a1
@media
screen
and
(
max-width
:
750px
)
{
@media
screen
and
(
max-width
:
750px
)
{
.report-title-bg
>
img
{
.report-title-bg
>
img
{
width
:
42
rem
;
width
:
20
rem
;
height
:
4
.5
rem
;
height
:
4rem
;
}
}
.report-title
{
.report-title
{
margin-top
:
10px
;
margin-top
:
10px
;
...
@@ -306,13 +306,13 @@
...
@@ -306,13 +306,13 @@
}
}
}
}
html
{
html
{
overflow-x
:
hidden
;
/*overflow-x: hidden;*/
border
:
3px
solid
rgba
(
255
,
255
,
255
,
0.15
);
border
:
3px
solid
rgba
(
255
,
255
,
255
,
0.15
);
background-color
:
#152235
;
background-color
:
#152235
;
position
:
relative
;
position
:
relative
;
}
}
body
{
body
{
overflow-x
:
hidden
;
/*overflow-x: hidden;*/
padding
:
0
10px
80px
20px
;
padding
:
0
10px
80px
20px
;
}
}
.left-top
{
.left-top
{
...
...
energyPredict/index.html
查看文件 @
e1bcb8a1
...
@@ -222,7 +222,7 @@
...
@@ -222,7 +222,7 @@
right
:
10
,
right
:
10
,
bottom
:
40
,
bottom
:
40
,
borderWidth
:
1
,
borderWidth
:
1
,
left
:
10
0
,
left
:
10
5
,
// dataType === "electricity" ? 90 : 40,
// dataType === "electricity" ? 90 : 40,
},
},
xAxis
:
{
xAxis
:
{
...
@@ -302,7 +302,7 @@
...
@@ -302,7 +302,7 @@
series
:
[
series
:
[
{
{
name
:
"实际"
,
name
:
"实际"
,
data
:
[
2
155719
,
0
,
0
,
0
,
0
,
0
,
215571972
.86
],
data
:
[
2
50000000
,
0
,
0
,
0
,
0
,
0
,
2300
.86
],
type
:
"bar"
,
type
:
"bar"
,
showBackground
:
true
,
showBackground
:
true
,
backgroundStyle
:
{
backgroundStyle
:
{
...
@@ -323,7 +323,7 @@
...
@@ -323,7 +323,7 @@
backgroundStyle
:
{
backgroundStyle
:
{
color
:
"rgba(255, 255, 255, 0.05)"
,
color
:
"rgba(255, 255, 255, 0.05)"
,
},
},
data
:
[
1155719
,
0
,
0
,
0
,
0
,
1252
,
215571972
],
data
:
[
2400
,
0
,
0
,
0
,
0
,
1252
,
2300
],
type
:
"bar"
,
type
:
"bar"
,
itemStyle
:
{
itemStyle
:
{
color
:
`rgba(251,99,100,0.2)`
,
color
:
`rgba(251,99,100,0.2)`
,
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论