From d35847df966c159292b27d44b53504a932c31293 Mon Sep 17 00:00:00 2001 From: jack-rabbit <376168706@qq.com> Date: Tue, 3 Dec 2019 16:21:13 +0800 Subject: [PATCH] 1.修复统计报表显示错位bug 2.修改logo --- WebRoot/WEB-INF/jsp/sunvote/teacher/teacher_report_1.jsp | 1 + WebRoot/static/images/logo.png | Bin 3864 -> 0 bytes WebRoot/static/login/title.png | Bin 12963 -> 0 bytes 3 files changed, 1 insertion(+), 0 deletions(-) diff --git a/WebRoot/WEB-INF/jsp/sunvote/teacher/teacher_report_1.jsp b/WebRoot/WEB-INF/jsp/sunvote/teacher/teacher_report_1.jsp index b315b3d..298544e 100644 --- a/WebRoot/WEB-INF/jsp/sunvote/teacher/teacher_report_1.jsp +++ b/WebRoot/WEB-INF/jsp/sunvote/teacher/teacher_report_1.jsp @@ -294,6 +294,7 @@ var name_height = $(".kc").last().parent().height()-18.5; console.log(name_height); $(".th_name").height(name_height); + $(".corner-frame").width($(".scrollable-rows-frame").width()-1); } }); diff --git a/WebRoot/static/images/logo.png b/WebRoot/static/images/logo.png index 74104a4..5bf27a2 100644 Binary files a/WebRoot/static/images/logo.png and b/WebRoot/static/images/logo.png differ diff --git a/WebRoot/static/login/title.png b/WebRoot/static/login/title.png index 7b35490..4d1f8f0 100644 Binary files a/WebRoot/static/login/title.png and b/WebRoot/static/login/title.png differ -- libgit2 0.21.4