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
b597c1d9
Commit
b597c1d9
authored
Aug 01, 2023
by
ChenXiHi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
适配小程序
parent
2cba8846
显示空白字符变更
内嵌
并排
正在显示
2 个修改的文件
包含
49 行增加
和
6 行删除
+49
-6
energy-report/index.css
+48
-3
energy-report/index.html
+1
-3
没有找到文件。
energy-report/index.css
查看文件 @
b597c1d9
...
...
@@ -712,6 +712,7 @@ body {
background
:
rgba
(
255
,
255
,
255
,
0.05
);
}
.electricity-content-title
{
font-size
:
18px
;
font-family
:
PingFang
SC-Regular
,
PingFang
SC
;
...
...
@@ -879,14 +880,20 @@ body {
display
:
flex
;
justify-content
:
space-around
;
}
.chart-desc-task-centerPro-list
{
width
:
50%
;
}
.chart-centerPro-text
{
font-size
:
18px
;
font-family
:
PingFang
SC-Regular
,
PingFang
SC
;
font-weight
:
400
;
color
:
#FFFFFF
;
margin-left
:
10px
;
}
width
:
90%
;
overflow
:
hidden
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
-o-text-overflow
:
ellipsis
;}
.chart-desc-task-right
{
margin-top
:
5px
;
...
...
@@ -908,7 +915,7 @@ body {
font-family
:
DINAlternate-Bold-Regular
,
DINAlternate-Bold
;
font-weight
:
400
;
color
:
#FFFFFF
;
width
:
90
%
;
width
:
85
%
;
overflow
:
hidden
;
white-space
:
nowrap
;
text-overflow
:
ellipsis
;
...
...
@@ -1150,3 +1157,40 @@ body {
max-height
:
100%
;
}
}
@media
screen
and
(
max-width
:
768px
)
{
.electricity-content
{
background
:
rgba
(
255
,
255
,
255
,
0.05
);
display
:
flex
;
flex-direction
:
column
;
height
:
auto
;
}
.echarts-title-content
{
display
:
flex
;
flex-direction
:
column
;
}
.echarts-title-top1
{
margin-left
:
0
;
}
.chart-desc
{
width
:
100%
;
margin-left
:
0
;
}
.echarts-box1-right
{
padding
:
20px
;
}
}
@media
screen
and
(
max-width
:
768px
)
{
.echarts-title-repair
{
height
:
auto
;
}
.echarts-title-repair-left
{
margin-right
:
0
;
}
.chart-desc-text-left
{
width
:
75%
;
}
}
@media
screen
and
(
max-width
:
768px
)
{
.energy-wrap
.header
{
height
:
8vh
;
}
}
\ No newline at end of file
energy-report/index.html
查看文件 @
b597c1d9
...
...
@@ -381,7 +381,7 @@
</div>
<!--用电结构-->
<div
class=
"flex electricity-content"
>
<div
class=
"
echarts-box2"
>
<div
class=
"echarts-box2"
>
<div
class=
"electricity-content-title"
>
用电结构
</div>
<div
class=
"echarts-title-content"
>
<div
class=
"echarts-title-top1"
>
...
...
@@ -415,8 +415,6 @@
</div>
</div>
</div>
</div>
<div
class=
"echarts-box1-right"
>
<div
class=
"invest-wrapper-content"
>
...
...
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论