@@ -667,12 +667,20 @@ body.active .headSearchImg { | |||||
.warpper { | .warpper { | ||||
height: calc(100% - 70px); | height: calc(100% - 70px); | ||||
} | } | ||||
#teacherDesktop_major | |||||
{ | |||||
width:100% !important; | |||||
} | |||||
.inSec3RowBox { | .inSec3RowBox { | ||||
height: calc(100% - 76px); | height: calc(100% - 76px); | ||||
margin: 10px -10px; | margin: 10px -10px; | ||||
} | } | ||||
#workDesktop_major | |||||
{ | |||||
width:100% !important; | |||||
height:200px !important; | |||||
} | |||||
.inSec3Row { | .inSec3Row { | ||||
height: 100%; | height: 100%; | ||||
overflow: auto; | overflow: auto; | ||||
@@ -1969,18 +1977,39 @@ body.active .headSearchImg { | |||||
padding: 0 5px; | padding: 0 5px; | ||||
margin-top: 10px; | margin-top: 10px; | ||||
} | } | ||||
#major | |||||
{ | |||||
width:100%; | |||||
} | |||||
.specialCol4 { | .specialCol4 { | ||||
float: left; | float: left; | ||||
width: 33.333333%; | width: 33.333333%; | ||||
padding: 0 5px; | padding: 0 5px; | ||||
margin-top: 10px; | margin-top: 10px; | ||||
} | } | ||||
.headNumTxt | |||||
{ | |||||
width:80px; | |||||
overflow: hidden; | |||||
text-overflow: ellipsis; | |||||
white-space: nowrap; | |||||
height:30px; | |||||
} | |||||
.echartBox { | .echartBox { | ||||
height: 100%; | height: 100%; | ||||
width: 205px; | |||||
} | } | ||||
#age | |||||
{ | |||||
width:280px !important; | |||||
position:relative; | |||||
left:-65px; | |||||
} | |||||
.ageTxt | |||||
{ | |||||
left: calc(9% - 46px) !important; | |||||
} | |||||
.layui-input-block { | .layui-input-block { | ||||
position: absolute; | position: absolute; | ||||
right: 22px; | right: 22px; | ||||
@@ -129,6 +129,7 @@ | |||||
.in3Sec3Echart1Box { | .in3Sec3Echart1Box { | ||||
height: 190px; | height: 190px; | ||||
position: relative; | position: relative; | ||||
} | } | ||||
.in3Sec3Echart1Con { | .in3Sec3Echart1Con { | ||||
@@ -99,10 +99,10 @@ function ageEchart() { | |||||
// orient: 'vertical', | // orient: 'vertical', | ||||
textStyle: { //图例文字的样式 | textStyle: { //图例文字的样式 | ||||
color: '#424242', | color: '#424242', | ||||
fontSize: 10 | |||||
fontSize: 8 | |||||
}, | }, | ||||
left: 0, | left: 0, | ||||
bottom: 0, | |||||
bottom: 0, | |||||
itemWidth: 8, | itemWidth: 8, | ||||
itemHeight: 8, | itemHeight: 8, | ||||
data: ['20~30岁', '30~40岁', '40~50岁', '50~60岁', '60岁以上'] | data: ['20~30岁', '30~40岁', '40~50岁', '50~60岁', '60岁以上'] | ||||
@@ -118,7 +118,7 @@ function ageEchart() { | |||||
}, | }, | ||||
roseType: 'radius', | roseType: 'radius', | ||||
data: TeacherByAge | data: TeacherByAge | ||||
}] | |||||
}], | |||||
}; | }; | ||||
// 使用刚指定的配置项和数据显示图表。 | // 使用刚指定的配置项和数据显示图表。 | ||||
@@ -230,6 +230,9 @@ function majorEchart() { | |||||
window.addEventListener("resize", function() { | window.addEventListener("resize", function() { | ||||
myChart5.resize(); | myChart5.resize(); | ||||
}); | }); | ||||
setTimeout(function(){ | |||||
myChart5.resize(); | |||||
}); | |||||
} | } | ||||
// 学生逃课预警 | // 学生逃课预警 | ||||
@@ -672,6 +672,10 @@ | |||||
window.addEventListener("resize", function () { | window.addEventListener("resize", function () { | ||||
myChart5.resize(); | myChart5.resize(); | ||||
}); | }); | ||||
setTimeout(function(){ | |||||
console.log(123) | |||||
myChart5.resize(); | |||||
},2000) | |||||
} | } | ||||
//办公业务流量 | //办公业务流量 | ||||
function serviceEchart(ind) { | function serviceEchart(ind) { | ||||