Commit ca24b325 authored by 李苏's avatar 李苏 💬

1.大屏标题下方时间调整

2.大屏字体调整
3.大屏图表调整
parent 4aa34ba3
......@@ -103,6 +103,7 @@
}*/
.title{
font-size: .25rem;
width: 90%;
height: 0.3rem;
/* border: 1px solid gold;*/
......
......@@ -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;
}
......
......@@ -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("请求失败")
}
......
......@@ -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: [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment