From 83b014d4c304a419d2cddbd7c3b7e8e11b9ee45f Mon Sep 17 00:00:00 2001 From: leijun Date: Tue, 25 Dec 2018 11:18:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=AE=9E=E6=97=B6=E6=8A=A5?= =?UTF-8?q?=E8=A1=A8=E6=A0=B7=E5=BC=8F=E5=87=BA=E7=8E=B0=E5=A4=9A=E6=9D=A1?= =?UTF-8?q?=E6=BB=9A=E5=8A=A8=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/views/report/list.jsp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/webapp/WEB-INF/views/report/list.jsp b/src/main/webapp/WEB-INF/views/report/list.jsp index 11b3a2d51..6137f2a3d 100644 --- a/src/main/webapp/WEB-INF/views/report/list.jsp +++ b/src/main/webapp/WEB-INF/views/report/list.jsp @@ -98,6 +98,7 @@ $(document).ready(function() { var li=document.getElementById("liwhite").offsetWidth; var lipx=Number(li/6); + lipx=lipx-3; $(".lireport").css({'width':lipx+'px','text-overflow':'ellipsis','overflow':'hidden'}); });