diff --git a/src/main/webapp/WEB-INF/views/report/list.jsp b/src/main/webapp/WEB-INF/views/report/list.jsp index b5ce3e173..c8f954acb 100644 --- a/src/main/webapp/WEB-INF/views/report/list.jsp +++ b/src/main/webapp/WEB-INF/views/report/list.jsp @@ -89,6 +89,10 @@ $(document).ready(function() { $('.table-responsive').css({'height':height-166+'px'}); //style.height=height-130+'px'; } + + var li=document.getElementById("liwhite").offsetWidth; + var lipx=Number(li/6); + $(".lireport").css({'width':lipx+'px','text-overflow':'ellipsis','overflow':'hidden'}); }); function getXlsxFileName() { var cfgName = $("[name=cfgName2]").val() + "_"; @@ -356,8 +360,16 @@ function customColumnClick(){ if($('.table-responsive')){ $('.table-responsive').css({'height':height-186+'px'}); } + var li=document.getElementById("liwhite").offsetWidth; + var lipx=Number(li/6); + $(".lireport").css({'width':lipx+'px','text-overflow':'ellipsis','overflow':'hidden'}); } +
@@ -470,40 +482,40 @@ function customColumnClick(){
-
+

-