Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
K
kwell-mes
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
gavelinfo
kwell-mes
Commits
ca24b325
Commit
ca24b325
authored
Mar 28, 2022
by
李苏
💬
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.大屏标题下方时间调整
2.大屏字体调整 3.大屏图表调整
parent
4aa34ba3
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
4 deletions
+10
-4
index.css
gavel/src/main/resources/static/css/dashboard/index.css
+1
-0
public.css
gavel/src/main/resources/static/css/dashboard/public.css
+1
-1
api.js
gavel/src/main/resources/static/js/dashboard/api.js
+1
-1
echarts.js
gavel/src/main/resources/static/js/dashboard/echarts.js
+7
-2
No files found.
gavel/src/main/resources/static/css/dashboard/index.css
View file @
ca24b325
...
...
@@ -103,6 +103,7 @@
}*/
.title
{
font-size
:
.25rem
;
width
:
90%
;
height
:
0.3rem
;
/* border: 1px solid gold;*/
...
...
gavel/src/main/resources/static/css/dashboard/public.css
View file @
ca24b325
...
...
@@ -2,7 +2,7 @@
-webkit-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
}
*,
body
{
padding
:
0px
;
margin
:
0px
;
color
:
#ffffff
;
/*font-family: "微软雅黑";*/
}
*,
body
{
padding
:
0px
;
margin
:
0px
;
color
:
#ffffff
;
font-family
:
"微软雅黑"
!important
;
}
video
{
object-fit
:
cover
!important
;
}
...
...
gavel/src/main/resources/static/js/dashboard/api.js
View file @
ca24b325
...
...
@@ -19,7 +19,7 @@
HTTP
.
post
(
"querySafeDays"
,
{},
function
(
result
)
{
if
(
result
[
'success'
])
{
let
data
=
result
.
data
.
records
dom
.
text
(
"安全生产天数"
+
data
||
'0'
+
"天"
)
dom
.
text
(
"安全生产天数
:
"
+
data
||
'0'
+
"天"
)
}
else
{
console
.
log
(
"请求失败"
)
}
...
...
gavel/src/main/resources/static/js/dashboard/echarts.js
View file @
ca24b325
...
...
@@ -2058,7 +2058,6 @@ function setproduceEchart(chart,apidata) {
color
:
"white"
}
},
axisLine
:
{
show
:
true
,
lineStyle
:
{
...
...
@@ -2066,12 +2065,15 @@ function setproduceEchart(chart,apidata) {
}
},
axisLabel
:
{
show
:
true
,
//
show: true,
color
:
'white'
,
textStyle
:
{
// color: '#000',
fontSize
:
'10'
,
}
},
splitLine
:{
show
:
false
}
},
...
...
@@ -2086,6 +2088,9 @@ function setproduceEchart(chart,apidata) {
axisLabel
:
{
show
:
true
,
color
:
'white'
},
splitLine
:{
show
:
false
}
},
series
:
[
...
...
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