From 581995c70efe4f8f386b1878a656b32c7f35d539 Mon Sep 17 00:00:00 2001
From: 廖井涛 <2265517004@qq.com>
Date: 星期三, 18 六月 2025 17:03:13 +0800
Subject: [PATCH] 修改样式

---
 河北望美项目/MES_11/src/main/webapp/WEB-INF/views/mes/view/ReportForm.jsp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git "a/\346\262\263\345\214\227\346\234\233\347\276\216\351\241\271\347\233\256/MES_11/src/main/webapp/WEB-INF/views/mes/view/ReportForm.jsp" "b/\346\262\263\345\214\227\346\234\233\347\276\216\351\241\271\347\233\256/MES_11/src/main/webapp/WEB-INF/views/mes/view/ReportForm.jsp"
index 1553609..e16ae27 100644
--- "a/\346\262\263\345\214\227\346\234\233\347\276\216\351\241\271\347\233\256/MES_11/src/main/webapp/WEB-INF/views/mes/view/ReportForm.jsp"
+++ "b/\346\262\263\345\214\227\346\234\233\347\276\216\351\241\271\347\233\256/MES_11/src/main/webapp/WEB-INF/views/mes/view/ReportForm.jsp"
@@ -1022,7 +1022,7 @@
  function pageShow(){
 	var winHeight=0;
 	winHeight=document.body.scrollHeight;
-	document.getElementById("glass-data").style.height =(winHeight-100)+"px";
+	document.getElementById("glass-data").style.height =(winHeight-360)+"px";
 }
  
 function ChaXun() {

--
Gitblit v1.8.0