|
@@ -241,6 +241,8 @@
|
|
|
</script>
|
|
|
</head>
|
|
|
<body>
|
|
|
+<div class="box">
|
|
|
+ <div class="box-content">
|
|
|
<div style="margin-top:20px;background-color:#f4f4f5;border: 1px solid #d0d1d6;height:70px" >
|
|
|
<form action="${app }/gkjcssjsfx/main" id="gkjcssjsfxform"
|
|
|
method="post">
|
|
@@ -297,7 +299,7 @@
|
|
|
</h2>
|
|
|
<div id="container"
|
|
|
style="min-width: 200px; min-height: 300px; margin: 0 auto;"></div>
|
|
|
- <div style="margin: 28px 35px; height: 40%; min-height: 200px;">
|
|
|
+ <div style="margin: 28px 0px; height: 40%; min-height: 200px;">
|
|
|
<table class="table_ud">
|
|
|
<tr>
|
|
|
<c:if test="${flag!=1 }">
|
|
@@ -316,5 +318,7 @@
|
|
|
</c:forEach>
|
|
|
</table>
|
|
|
</div>
|
|
|
+ </div>
|
|
|
+</div>
|
|
|
</body>
|
|
|
</html>
|