Kaynağa Gözat

办事大厅样式调整

临城职教中职
坤 梁 2 yıl önce
ebeveyn
işleme
9e53722d45
4 değiştirilmiş dosya ile 44 ekleme ve 7 silme
  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 Dosyayı Görüntüle

@@ -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;


+ 1
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Content/css/DragSSO/index3.css Dosyayı Görüntüle

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

} }


.in3Sec3Echart1Con { .in3Sec3Echart1Con {


+ 6
- 3
Learun.Framework.Ultimate V7/Learun.Application.Web/Content/js/DragSSO/index3.js Dosyayı Görüntüle

@@ -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();
});
} }


// 学生逃课预警 // 学生逃课预警


+ 4
- 0
Learun.Framework.Ultimate V7/Learun.Application.Web/Views/SSOSystem/DragModelOne.cshtml Dosyayı Görüntüle

@@ -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) {


Yükleniyor…
İptal
Kaydet