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
142b2cf4
Commit
142b2cf4
authored
Jun 02, 2023
by
Tippi.Rao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
适配不同的屏幕
parent
e0ccc500
全部展开
隐藏空白字符变更
内嵌
并排
正在显示
5 个修改的文件
包含
63 行增加
和
7 行删除
+63
-7
report-multi.css
+0
-0
report-multi.html
+0
-0
report.css
+0
-0
report.html
+17
-7
test.html
+46
-0
没有找到文件。
report-multi.css
0 → 100644
查看文件 @
142b2cf4
差异被折叠。
点击展开。
report-multi.html
0 → 100644
查看文件 @
142b2cf4
差异被折叠。
点击展开。
report.css
查看文件 @
142b2cf4
差异被折叠。
点击展开。
report.html
查看文件 @
142b2cf4
...
...
@@ -107,7 +107,9 @@
</div>
</div>
<div
class=
"invest-wrapper-content invest-wrapper-content-right"
>
<div
class=
"invest-wrapper-left-bracket-big"
>
<div
class=
"invest-wrapper-left-bracket-middle invest-wrapper-left-bracket-big"
>
<img
src=
"./assets/bracket-left-big.png"
/>
</div>
<div
class=
"invest-wrapper-content-first-text"
>
...
...
@@ -128,7 +130,9 @@
<!--负数-->
<div
class=
"invest-wrapper-content-green-triangle"
></div>
<!--end-->
<div
class=
"invest-wrapper-right-bracket-big"
>
<div
class=
"invest-wrapper-right-bracket-middle invest-wrapper-right-bracket-big"
>
<img
src=
"./assets/bracket-right-big.png"
/>
</div>
</div>
...
...
@@ -354,10 +358,10 @@
<div
class=
"bottom-right"
></div>
<div
class=
"operator-wrapper-content-box-title"
>
水电费单
</div>
<div
class=
"
operator-wrapper-content
-box-progress"
>
<div
class=
"
electricity
-box-progress"
>
<div
class=
"pie-chart-area repair-require-info"
>
<img
src=
"./assets/electricity-icon.png"
/>
<div
class=
"
repair-require
-info-text"
><span>
3.09
</span>
万元
</div>
<div
class=
"
electricity
-info-text"
><span>
3.09
</span>
万元
</div>
</div>
<div
class=
"chart-desc"
>
<div
class=
"bar-data"
>
...
...
@@ -426,6 +430,7 @@
</div>
</div>
<script
type=
"text/javascript"
>
var
myChart
,
myChart2
;
$
(
function
()
{
var
percent
=
parseInt
(
$
(
".mask :first-child"
).
text
());
console
.
log
(
"percent=="
,
percent
);
...
...
@@ -487,7 +492,7 @@
var
chartDom
=
document
.
getElementById
(
"repair-require"
);
console
.
log
(
"chartDom=="
,
chartDom
);
var
myChart
=
echarts
.
init
(
chartDom
);
myChart
=
echarts
.
init
(
chartDom
);
var
option
;
option
=
{
...
...
@@ -533,7 +538,7 @@
var
chartDom2
=
document
.
getElementById
(
"contract"
);
console
.
log
(
"chartDom=="
,
chartDom2
);
var
myChart
=
echarts
.
init
(
chartDom2
);
myChart2
=
echarts
.
init
(
chartDom2
);
var
option
;
option
=
{
...
...
@@ -576,7 +581,12 @@
],
};
option
&&
myChart
.
setOption
(
option
);
option
&&
myChart2
.
setOption
(
option
);
window
.
onresize
=
function
()
{
myChart
.
resize
();
myChart2
.
resize
();
};
});
</script>
</body>
...
...
test.html
0 → 100644
查看文件 @
142b2cf4
<html>
<head>
<style>
body
{
width
:
100vw
;
height
:
100vh
;
}
.wrapper
{
width
:
100%
;
height
:
100vh
;
display
:
flex
;
justify-content
:
space-between
;
}
.a
{
width
:
460px
;
height
:
100px
;
background
:
red
;
}
.b
{
width
:
1000px
;
height
:
100px
;
background
:
green
;
}
.c
{
width
:
460px
;
height
:
100px
;
background
:
blue
;
}
</style>
</head>
<body>
<div
class=
"wrapper"
>
<div
class=
"a"
>
<div>
22222222点击咖啡店了解到了考虑到封疆大吏房间里的克劳福德劳动纪律
</div>
</div>
<div
class=
"b"
>
b
</div>
<div
class=
"c"
>
<div>
22222222点击咖啡店了解到了考虑到封疆大吏房间里的克劳福德劳动纪律
</div>
</div>
</div>
</body>
</html>
编写
预览
Markdown
格式
0%
重试
或
添加新文件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论