diff --git a/web/manage/JobManage.jsp b/web/manage/JobManage.jsp index 6771182..850960c 100644 --- a/web/manage/JobManage.jsp +++ b/web/manage/JobManage.jsp @@ -174,7 +174,7 @@ function check(operate,companyid,jobcode) { if (buf != null) { int rowcount = buf.getRowCount(); %> -<table width="99%" border="0" align="center" style="height: 86%" cellpadding="0" cellspacing="1" class="box"> +<table width="99%" border="0" align="center" style=" height: 86%" cellpadding="0" cellspacing="1" class="box"> <tr> <td> <div style="width:100%; height:96%;overflow: auto;"> diff --git a/web/zhyw/smsb/sbdj/propertyInfoAdd.jsp b/web/zhyw/smsb/sbdj/propertyInfoAdd.jsp index f607576..71a5f8c 100644 --- a/web/zhyw/smsb/sbdj/propertyInfoAdd.jsp +++ b/web/zhyw/smsb/sbdj/propertyInfoAdd.jsp @@ -41,7 +41,113 @@ String date = DateTime.DateToStr(new Date()); <link rel="stylesheet" type="text/css" href="../../../js/2k3Dialog.css"> <meta name="save" content="history"> <style type="text/css"> - input{behavior:url(#default#savehistory)}; +input{behavior:url(#default#savehistory)} +#myGrid .gridHead{ + height: 50px; + line-height: 50px; + background-color: #cce7f5; + color: #000; + font-size: 16px; + font-weight: bold; + box-sizing: border-box; +} +#myGrid .gridHead .gridRow{ + display: flex; + justify-content: start; +} +#myGrid .gridHead span{ + text-align: center; + display: inline-block; + border-right: 1px solid #000000; + box-sizing: border-box; +} +#myGrid .gridHead span:nth-child(1){ + width: 100px; +} +#myGrid .gridHead span:nth-child(2){ + width: 100px; +} +#myGrid .gridHead span:nth-child(3){ + width: 150px; +} +#myGrid .gridHead span:nth-child(4){ + width: 150px; +} +#myGrid .gridHead span:nth-child(5){ + width: 150px; +} +#myGrid .gridHead span:nth-child(6){ + width: 150px; +} +#myGrid .gridHead span:nth-child(7){ + width: 160px; +} +#myGrid .gridHead span:nth-child(8){ + width: 160px; +} +#myGrid .gridHead span:nth-child(9){ + width: 160px; +} +#myGrid .gridHead span:nth-child(10){ + width: 200px; + border-right: none; +} +#myGrid .gridBody .gridRow{ + height: 30px; + /*margin-top: 5px;*/ + display: flex; + justify-content: start; + align-items: center; + border-bottom: 1px solid #000; + color: #000; +} +#myGrid .gridBody .gridRow span{ + width: 148px; + display: inline-block; + border-right: 1px solid; + text-align: center; + height: 30px; + line-height: 30px; + box-sizing: border-box; +} +#myGrid .gridBody .gridRow span:nth-child(1){ + width: 100px; +} +#myGrid .gridBody .gridRow span:nth-child(2){ + width: 100px; +} +#myGrid .gridBody .gridRow span:nth-child(3){ + width: 150px; +} +#myGrid .gridBody .gridRow span:nth-child(4){ + width: 150px; +} +#myGrid .gridBody .gridRow span:nth-child(5){ + width: 150px; +} +#myGrid .gridBody .gridRow span:nth-child(6){ + width: 150px; +} +#myGrid .gridBody .gridRow span:nth-child(7){ + width: 160px; +} +#myGrid .gridBody .gridRow span:nth-child(8){ + width: 160px; +} +#myGrid .gridBody .gridRow span:nth-child(9){ + width: 160px; +} +#myGrid .gridBody .gridRow span:nth-child(10){ + width: 200px; + border-right: none; +} +#myGrid .gridBody .gridRow span a,#myGrid .gridBody .gridRow span img,#myGrid .gridBody .gridRow span input { + margin-right: 6px; + margin-top: 6px; +} +form{ + height: 98%; +} </style> <OBJECT id="PSKPrn" classid="clsid:81C07687-3353-4ABA-B108-94BCE81E5CBA" codebase="/PSKPrn_94BCE81E5CBA.ocx#version=1,0,0,3" width="0" height="0"> </OBJECT> @@ -556,7 +662,7 @@ String opee=(String)request.getAttribute("opeds"); <input type="hidden" name="school" value="<%=school%>"/> <input type="hidden" name="sj" value="<%=sj%>"/> <input type="hidden" name="qj" value="<%=qj%>"/> -<table width="99%" border="0" align="center" cellpadding="0" cellspacing="1" class="box"> +<table width="99%" border="0" style="height: 100%" align="center" cellpadding="0" cellspacing="1" class="box"> <tr> <td valign="top"><table width="100%" height="23" border="0" cellpadding="0" cellspacing="0"> <tr> @@ -1270,7 +1376,7 @@ String opee=(String)request.getAttribute("opeds"); if (buf != null) { int rowcount = buf.getRowCount(); %> - <div style="width: 100%; height: 280px; overflow: auto;"> + <div style="width: 100%; height: 86%; overflow: auto;"> <div id="myGrid" class="2k3Grid" borderWidth="0" contextMenu="mnuGridContextMenu" altRowColor="oldLace"> <div class="gridHead"> <div class="gridRow"> diff --git a/web/zhyw/smsb/sbdj/propertyUseEditDetail.jsp b/web/zhyw/smsb/sbdj/propertyUseEditDetail.jsp index 9e8b4ed..3085910 100644 --- a/web/zhyw/smsb/sbdj/propertyUseEditDetail.jsp +++ b/web/zhyw/smsb/sbdj/propertyUseEditDetail.jsp @@ -55,12 +55,104 @@ table#csstable td{ table#csstable #bottomcss td{ border-bottom:#D8E9FE 0px solid; } +#myGrid{ + border: 1px solid #000; + border-bottom: none; +} +#myGrid .gridHead{ + height: 50px; + line-height: 50px; + background-color: #cce7f5; + color: #000; + font-size: 16px; + font-weight: bold; + box-sizing: border-box; +} +#myGrid .gridHead .gridRow{ + display: flex; + justify-content: start; +} +#myGrid .gridHead span{ + text-align: center; + display: inline-block; + border-right: 1px solid #000000; + box-sizing: border-box; +} +#myGrid .gridHead span:nth-child(1){ + width: 100px; +} +#myGrid .gridHead span:nth-child(2){ + width: 120px; +} +#myGrid .gridHead span:nth-child(3){ + width: 200px; +} +#myGrid .gridHead span:nth-child(4){ + width: 280px; +} +#myGrid .gridHead span:nth-child(5){ + width: 280px; +} +#myGrid .gridHead span:nth-child(6){ + width: 240px; +} +#myGrid .gridHead span:nth-child(7){ + width: 240px; + border-right: none; +} +#myGrid .gridBody .gridRow{ + height: 30px; + /*margin-top: 5px;*/ + display: flex; + justify-content: start; + align-items: center; + border-bottom: 1px solid #000; + color: #000; +} +#myGrid .gridBody .gridRow span{ + width: 148px; + display: inline-block; + border-right: 1px solid; + text-align: center; + height: 30px; + line-height: 30px; + box-sizing: border-box; +} +#myGrid .gridBody .gridRow span:nth-child(1){ + width: 100px; +} +#myGrid .gridBody .gridRow span:nth-child(2){ + width: 120px; +} +#myGrid .gridBody .gridRow span:nth-child(3){ + width: 200px; +} +#myGrid .gridBody .gridRow span:nth-child(4){ + width: 280px; +} +#myGrid .gridBody .gridRow span:nth-child(5){ + width: 280px; +} +#myGrid .gridBody .gridRow span:nth-child(6){ + width: 240px; +} +#myGrid .gridBody .gridRow span:nth-child(7){ + width: 240px; + border-right: none; +} +#myGrid .gridBody .gridRow span a,#myGrid .gridBody .gridRow span img,#myGrid .gridBody .gridRow span input { + margin-right: 6px; + margin-top: 6px; +} +form{ + height: 98%; +} </style> </head> <body onload="setValue();"> <form name="form1" method="post" action="/servlet/PropertyUseManage"> <input type="hidden" name="operate" value=""/> -<table width="100%" border="0" align="center" cellpadding="0" cellspacing="1" class="box"> +<table width="99%" style="width: 99%;height: 100%" border="0" align="center" cellpadding="0" cellspacing="1" class="box"> <tr> <td valign="top"><table width="100%" height="23" border="0" cellpadding="0" cellspacing="0"> <tr> @@ -78,7 +170,7 @@ table#csstable #bottomcss td{ if (buf != null) { int rowcount = buf.getRowCount(); %> - <div style="width: 99%; height: 390px; overflow: auto;margin-left: 5px;"> + <div style="width: 99%; height: 92%; overflow: auto;margin-left: 5px;"> <div id="myGrid" class="2k3Grid" borderWidth="0" contextMenu="mnuGridContextMenu" altRowColor="oldLace"> <div class="gridHead"> <div class="gridRow"> diff --git a/web/zhyw/smsb/smwl/propertyNetInfoAdd.jsp b/web/zhyw/smsb/smwl/propertyNetInfoAdd.jsp index 4efff73..48d97d3 100644 --- a/web/zhyw/smsb/smwl/propertyNetInfoAdd.jsp +++ b/web/zhyw/smsb/smwl/propertyNetInfoAdd.jsp @@ -41,7 +41,113 @@ String date = DateTime.DateToStr(new Date()); <link rel="stylesheet" type="text/css" href="../../../js/2k3Dialog.css"> <meta name="save" content="history"> <style type="text/css"> - input{behavior:url(#default#savehistory)}; +input{behavior:url(#default#savehistory)} +#myGrid .gridHead{ + height: 50px; + line-height: 50px; + background-color: #cce7f5; + color: #000; + font-size: 16px; + font-weight: bold; + box-sizing: border-box; +} +#myGrid .gridHead .gridRow{ + display: flex; + justify-content: start; +} +#myGrid .gridHead span{ + text-align: center; + display: inline-block; + border-right: 1px solid #000000; + box-sizing: border-box; +} +#myGrid .gridHead span:nth-child(1){ + width: 100px; +} +#myGrid .gridHead span:nth-child(2){ + width: 150px; +} +#myGrid .gridHead span:nth-child(3){ + width: 100px; +} +#myGrid .gridHead span:nth-child(4){ + width: 150px; +} +#myGrid .gridHead span:nth-child(5){ + width: 150px; +} +#myGrid .gridHead span:nth-child(6){ + width: 150px; +} +#myGrid .gridHead span:nth-child(7){ + width: 160px; +} +#myGrid .gridHead span:nth-child(8){ + width: 160px; +} +#myGrid .gridHead span:nth-child(9){ + width: 160px; +} +#myGrid .gridHead span:nth-child(10){ + width: 200px; + border-right: none; +} +#myGrid .gridBody .gridRow{ + height: 30px; + /*margin-top: 5px;*/ + display: flex; + justify-content: start; + align-items: center; + border-bottom: 1px solid #000; + color: #000; +} +#myGrid .gridBody .gridRow span{ + width: 148px; + display: inline-block; + border-right: 1px solid; + text-align: center; + height: 30px; + line-height: 30px; + box-sizing: border-box; +} +#myGrid .gridBody .gridRow span:nth-child(1){ + width: 100px; +} +#myGrid .gridBody .gridRow span:nth-child(2){ + width: 150px; +} +#myGrid .gridBody .gridRow span:nth-child(3){ + width: 100px; +} +#myGrid .gridBody .gridRow span:nth-child(4){ + width: 150px; +} +#myGrid .gridBody .gridRow span:nth-child(5){ + width: 150px; +} +#myGrid .gridBody .gridRow span:nth-child(6){ + width: 150px; +} +#myGrid .gridBody .gridRow span:nth-child(7){ + width: 160px; +} +#myGrid .gridBody .gridRow span:nth-child(8){ + width: 160px; +} +#myGrid .gridBody .gridRow span:nth-child(9){ + width: 160px; +} +#myGrid .gridBody .gridRow span:nth-child(10){ + width: 200px; + border-right: none; +} +#myGrid .gridBody .gridRow span a,#myGrid .gridBody .gridRow span img,#myGrid .gridBody .gridRow span input { + margin-right: 6px; + margin-top: 6px; +} +form{ + height: 98%; +} </style> <script> function setValue() @@ -318,7 +424,7 @@ String dwNames=(String)request.getAttribute("dwNa"); %> <body onload="setValue()"> <form name="form1" method="post" action="/servlet/PropertyNetManageServlet" > -<table width="99%" border="0" align="center" cellpadding="0" cellspacing="1" class="box"> +<table width="99%" style="height: 100%" border="0" align="center" cellpadding="0" cellspacing="1" class="box"> <tr> <td valign="top"><table width="100%" height="23" border="0" cellpadding="0" cellspacing="0"> <tr> @@ -615,7 +721,7 @@ String dwNames=(String)request.getAttribute("dwNa"); if (buf != null) { int rowcount = buf.getRowCount(); %> - <div style="width: 100%; height: 280px; overflow: auto;"> + <div style="width: 100%; height: 86%; overflow: auto;"> <div id="myGrid" class="2k3Grid" borderWidth="0" contextMenu="mnuGridContextMenu" altRowColor="oldLace"> <div class="gridHead"> <div class="gridRow"> diff --git a/web/zhyw/smwj/wjjs/fileReceiveManage.jsp b/web/zhyw/smwj/wjjs/fileReceiveManage.jsp index e78b262..2ccb1d7 100644 --- a/web/zhyw/smwj/wjjs/fileReceiveManage.jsp +++ b/web/zhyw/smwj/wjjs/fileReceiveManage.jsp @@ -237,7 +237,7 @@ if(optiontext!=""){ if (buf != null) { int rowcount = buf.getRowCount(); %> -<table width="99%" border="0" cellpadding="0" cellspacing="1" class="box" style="margin-top: 4px;height: 87%"> +<table width="99%" border="0" cellpadding="0" cellspacing="1" class="box" style="margin-top: 4px;height: 90%"> <tr> <td> <div style="width:100%; height:96%;overflow: auto;"> diff --git a/web/zhyw/smwj/wjtq/fileExtractManage.jsp b/web/zhyw/smwj/wjtq/fileExtractManage.jsp index ca51a6e..ff3ff15 100644 --- a/web/zhyw/smwj/wjtq/fileExtractManage.jsp +++ b/web/zhyw/smwj/wjtq/fileExtractManage.jsp @@ -245,7 +245,7 @@ if(optiontext!=""){ if (buf != null) { int rowcount = buf.getRowCount(); %> -<table width="99%" border="0" cellpadding="0" cellspacing="1" class="box" style="margin-top: 4px;height: 86%;"> +<table width="99%" border="0" cellpadding="0" cellspacing="1" class="box" style="margin-top: 4px;height: 90%;"> <tr> <td> <div style="width:100%; height:96%;overflow: auto;"> diff --git a/web/zhyw/smwj/wjxh/fileDestoryManage.jsp b/web/zhyw/smwj/wjxh/fileDestoryManage.jsp index 34296ad..5b3cb65 100644 --- a/web/zhyw/smwj/wjxh/fileDestoryManage.jsp +++ b/web/zhyw/smwj/wjxh/fileDestoryManage.jsp @@ -228,7 +228,7 @@ function selectChange(i) if (buf != null) { int rowcount = buf.getRowCount(); %> -<table width="99%" border="0" cellpadding="0" cellspacing="1" class="box" style="margin-top: 4px;height: 93%"> +<table width="99%" border="0" cellpadding="0" cellspacing="1" class="box" style="margin-top: 4px;height: 90%"> <tr> <td> <div style="width:100%; height:96%;overflow: auto;"> @@ -293,7 +293,7 @@ function selectChange(i) { %> <a href="#"><img src="/images1/Uninst1.png" width="22px" height="22px" border="0" alt="已销毁"/></a> <%}else{ %> - <a href="/servlet/FileDestoryManage?operate=addDestory&receiveId=<%=buf.fget("receive_id",i)%>"><img src="/images1/Uninst.png" width="22px" height="22px" border="0" alt="未销毁"/></a> + <a href="/servlet/FileDestoryManage?operate=addDestory&receiveId=<%=buf.fget("receive_id",i)%>"><img src="/images1/Uninst.png" width="16px" height="16px" border="0" alt="未销毁"/></a> <%} %> </span> </div>