Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZiBoYingJI
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kimber
ZiBoYingJI
Commits
c19acc37
Commit
c19acc37
authored
Sep 24, 2024
by
Kimber
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of
http://h.gemho.cn:7099/18963165066/ziboyingji
parents
ac47a6d7
036c545d
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
15 deletions
+8
-15
humidity-monitor.html
public/datav/detail/humidity-monitor.html
+0
-5
shape-monitor.html
public/datav/detail/shape-monitor.html
+2
-4
temperature-monitor.html
public/datav/detail/temperature-monitor.html
+4
-4
wind-monitor.html
public/datav/detail/wind-monitor.html
+2
-2
No files found.
public/datav/detail/humidity-monitor.html
View file @
c19acc37
...
@@ -49,11 +49,6 @@
...
@@ -49,11 +49,6 @@
<div
class=
"f20 color-theme ml10"
>
返回
</div>
<div
class=
"f20 color-theme ml10"
>
返回
</div>
</div>
</div>
<div
class=
"fixed flex-text maxIndex pointer"
style=
"right: 30px;top: 45px;"
@
click=
"gotoManagement()"
>
<img
style=
"width: 24px;height: 24px;"
src=
"../static/backstage.png"
alt=
""
>
<div
class=
"f20 color-theme ml10"
>
后台管理
</div>
</div>
<div
class=
"flex-text ml10 mr10 mt15"
>
<div
class=
"flex-text ml10 mr10 mt15"
>
<div
style=
"width: 490px;height: calc(100vh - 110px);"
>
<div
style=
"width: 490px;height: calc(100vh - 110px);"
>
<div
style=
"background: linear-gradient(to bottom, rgba(13,27,48,.7), rgba(13,27,48,0));"
>
<div
style=
"background: linear-gradient(to bottom, rgba(13,27,48,.7), rgba(13,27,48,0));"
>
...
...
public/datav/detail/shape-monitor.html
View file @
c19acc37
...
@@ -206,9 +206,7 @@
...
@@ -206,9 +206,7 @@
// this.getCharts();
// this.getCharts();
// this.getChartsData()
// this.getChartsData()
this
.
getSensorList
(()
=>
{
this
.
getSensorList
(()
=>
{
});
});
this
.
getTableList
();
// this.getChartsData();
// this.getChartsData();
...
@@ -354,8 +352,8 @@
...
@@ -354,8 +352,8 @@
show
:
true
show
:
true
},
},
axisTick
:
{
show
:
true
},
axisTick
:
{
show
:
true
},
min
:
0
,
min
:
-
2
0
,
max
:
10
0
,
max
:
2
0
,
}],
}],
grid
:
{
right
:
45
,
top
:
40
,
left
:
40
,
bottom
:
25
},
grid
:
{
right
:
45
,
top
:
40
,
left
:
40
,
bottom
:
25
},
dataZoom
:
[
dataZoom
:
[
...
...
public/datav/detail/temperature-monitor.html
View file @
c19acc37
...
@@ -263,8 +263,8 @@
...
@@ -263,8 +263,8 @@
show
:
true
show
:
true
},
},
axisTick
:
{
show
:
true
},
axisTick
:
{
show
:
true
},
min
:
0
,
min
:
-
2
0
,
max
:
10
0
,
max
:
5
0
,
title
:
{
title
:
{
text
:
'
Precipitation
'
,
// 这是你的 Y 轴标题
text
:
'
Precipitation
'
,
// 这是你的 Y 轴标题
color
:
'
#a3e4f5
'
// 这里设置你的颜色,你可以使用十六进制颜色代码,如 '#FF0000',或者 RGB 等
color
:
'
#a3e4f5
'
// 这里设置你的颜色,你可以使用十六进制颜色代码,如 '#FF0000',或者 RGB 等
...
@@ -287,8 +287,8 @@
...
@@ -287,8 +287,8 @@
show
:
true
show
:
true
},
},
axisTick
:
{
show
:
true
},
axisTick
:
{
show
:
true
},
min
:
0
,
min
:
-
2
0
,
max
:
10
0
,
max
:
5
0
,
}],
}],
grid
:
{
right
:
45
,
top
:
10
,
left
:
40
,
bottom
:
25
},
grid
:
{
right
:
45
,
top
:
10
,
left
:
40
,
bottom
:
25
},
dataZoom
:
[
dataZoom
:
[
...
...
public/datav/detail/wind-monitor.html
View file @
c19acc37
...
@@ -258,7 +258,7 @@
...
@@ -258,7 +258,7 @@
},
},
axisTick
:
{
show
:
true
},
axisTick
:
{
show
:
true
},
min
:
0
,
min
:
0
,
max
:
10
0
,
max
:
6
0
,
title
:
{
title
:
{
text
:
'
Precipitation
'
,
// 这是你的 Y 轴标题
text
:
'
Precipitation
'
,
// 这是你的 Y 轴标题
color
:
'
#a3e4f5
'
// 这里设置你的颜色,你可以使用十六进制颜色代码,如 '#FF0000',或者 RGB 等
color
:
'
#a3e4f5
'
// 这里设置你的颜色,你可以使用十六进制颜色代码,如 '#FF0000',或者 RGB 等
...
@@ -282,7 +282,7 @@
...
@@ -282,7 +282,7 @@
},
},
axisTick
:
{
show
:
true
},
axisTick
:
{
show
:
true
},
min
:
0
,
min
:
0
,
max
:
10
0
,
max
:
6
0
,
}],
}],
grid
:
{
right
:
45
,
top
:
40
,
left
:
40
,
bottom
:
25
},
grid
:
{
right
:
45
,
top
:
40
,
left
:
40
,
bottom
:
25
},
dataZoom
:
[
dataZoom
:
[
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment