|
@@ -28,7 +28,7 @@ const pageMap={
|
|
|
'YH-JCSJWH':'deptScoreDetailControl.html',
|
|
|
"YH-ZKK-GKSQXZB_XQ":'deptScoreDetailControl.html',
|
|
|
|
|
|
- "YH-KSZR-KSQXZB_XQ":'deptScoreDetail.html',
|
|
|
+ "YH-KSZR-KSQXZB_XQ":'deptScoreDetail.html?from=2',
|
|
|
"YH-ZKK-GKSJJBLZB_XQ":'jiaji.html',
|
|
|
|
|
|
"YH-ZKK-BASYHGLZB_XQ":'partDetailControl.html',
|
|
@@ -247,8 +247,10 @@ $(".modal .close").click(function(){
|
|
|
//计算容器高度
|
|
|
function setBoxHeight(){
|
|
|
const ht=window.innerHeight;
|
|
|
- $(".content-box,.flaw-table").height((ht-55)+'px');
|
|
|
+ $(".content-box").height((ht-55)+'px');
|
|
|
+ $(".flaw-table").height((ht-70)+'px');
|
|
|
$(".content-ht").height((ht-120)+"px");
|
|
|
+ $(".scroll-table tbody").css("max-height",(ht-200)+"px")
|
|
|
}
|
|
|
setBoxHeight();
|
|
|
$(window).resize(function(){
|