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

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

2.大屏字体调整
3.大屏图表调整
parent 4aa34ba3
...@@ -103,6 +103,7 @@ ...@@ -103,6 +103,7 @@
}*/ }*/
.title{ .title{
font-size: .25rem;
width: 90%; width: 90%;
height: 0.3rem; height: 0.3rem;
/* border: 1px solid gold;*/ /* border: 1px solid gold;*/
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;
-moz-box-sizing: border-box; -moz-box-sizing: border-box;
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{ video{
object-fit:cover!important; object-fit:cover!important;
} }
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
HTTP.post("querySafeDays", {}, function(result) { HTTP.post("querySafeDays", {}, function(result) {
if (result['success']) { if (result['success']) {
let data=result.data.records let data=result.data.records
dom.text("安全生产天数"+data||'0'+"天") dom.text("安全生产天数: "+data||'0'+"天")
} else { } else {
console.log("请求失败") console.log("请求失败")
} }
......
...@@ -2058,7 +2058,6 @@ function setproduceEchart(chart,apidata) { ...@@ -2058,7 +2058,6 @@ function setproduceEchart(chart,apidata) {
color: "white" color: "white"
} }
}, },
axisLine: { axisLine: {
show: true, show: true,
lineStyle: { lineStyle: {
...@@ -2066,12 +2065,15 @@ function setproduceEchart(chart,apidata) { ...@@ -2066,12 +2065,15 @@ function setproduceEchart(chart,apidata) {
} }
}, },
axisLabel: { axisLabel: {
show: true, // show: true,
color: 'white', color: 'white',
textStyle: { textStyle: {
// color: '#000', // color: '#000',
fontSize:'10', fontSize:'10',
} }
},
splitLine:{
show:false
} }
}, },
...@@ -2086,6 +2088,9 @@ function setproduceEchart(chart,apidata) { ...@@ -2086,6 +2088,9 @@ function setproduceEchart(chart,apidata) {
axisLabel: { axisLabel: {
show: true, show: true,
color: 'white' color: 'white'
},
splitLine:{
show:false
} }
}, },
series: [ 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