瀏覽代碼

办事大厅样式调整

临城职教中职
坤 梁 2 年之前
父節點
當前提交
9e53722d45
共有 4 個檔案被更改,包括 44 行新增7 行删除
  1. +33
    -4
      Learun.Framework.Ultimate V7/Learun.Application.Web/Content/css/DragSSO/index.css
  2. +1
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Content/css/DragSSO/index3.css
  3. +6
    -3
      Learun.Framework.Ultimate V7/Learun.Application.Web/Content/js/DragSSO/index3.js
  4. +4
    -0
      Learun.Framework.Ultimate V7/Learun.Application.Web/Views/SSOSystem/DragModelOne.cshtml

+ 33
- 4
Learun.Framework.Ultimate V7/Learun.Application.Web/Content/css/DragSSO/index.css 查看文件

@@ -667,12 +667,20 @@ body.active .headSearchImg {
.warpper {
height: calc(100% - 70px);
}

#teacherDesktop_major
{
width:100% !important;
}
.inSec3RowBox {
height: calc(100% - 76px);
margin: 10px -10px;
}

#workDesktop_major
{
width:100% !important;
height:200px !important;
}
.inSec3Row {
height: 100%;
overflow: auto;
@@ -1969,18 +1977,39 @@ body.active .headSearchImg {
padding: 0 5px;
margin-top: 10px;
}

#major
{
width:100%;
}
.specialCol4 {
float: left;
width: 33.333333%;
padding: 0 5px;
margin-top: 10px;
}

.headNumTxt
{
width:80px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
height:30px;
}
.echartBox {
height: 100%;
width: 205px;
}

#age
{
width:280px !important;
position:relative;
left:-65px;
}
.ageTxt
{
left: calc(9% - 46px) !important;
}
.layui-input-block {
position: absolute;
right: 22px;


+ 1
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Content/css/DragSSO/index3.css 查看文件

@@ -129,6 +129,7 @@
.in3Sec3Echart1Box {
height: 190px;
position: relative;

}

.in3Sec3Echart1Con {


+ 6
- 3
Learun.Framework.Ultimate V7/Learun.Application.Web/Content/js/DragSSO/index3.js 查看文件

@@ -99,10 +99,10 @@ function ageEchart() {
// orient: 'vertical',
textStyle: { //图例文字的样式
color: '#424242',
fontSize: 10
fontSize: 8
},
left: 0,
bottom: 0,
bottom: 0,
itemWidth: 8,
itemHeight: 8,
data: ['20~30岁', '30~40岁', '40~50岁', '50~60岁', '60岁以上']
@@ -118,7 +118,7 @@ function ageEchart() {
},
roseType: 'radius',
data: TeacherByAge
}]
}],
};

// 使用刚指定的配置项和数据显示图表。
@@ -230,6 +230,9 @@ function majorEchart() {
window.addEventListener("resize", function() {
myChart5.resize();
});
setTimeout(function(){
myChart5.resize();
});
}

// 学生逃课预警


+ 4
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Views/SSOSystem/DragModelOne.cshtml 查看文件

@@ -672,6 +672,10 @@
window.addEventListener("resize", function () {
myChart5.resize();
});
setTimeout(function(){
console.log(123)
myChart5.resize();
},2000)
}
//办公业务流量
function serviceEchart(ind) {


Loading…
取消
儲存