|
@@ -174,9 +174,10 @@ width:50px;
|
|
|
</style>
|
|
|
</head>
|
|
|
<body>
|
|
|
-<div style="margin-top:30px;">
|
|
|
+<div style="background-color:#f4f4f5;border: 1px solid #d0d1d6;">
|
|
|
+<div style="margin-top:30px;background-color:#f4f4f5 ">
|
|
|
<form action="${app }/dcttltj/main" id="dcttltjform" method="post">
|
|
|
-<table class="search_table" cellpadding="0" cellspacing="0" align="center" >
|
|
|
+<table class="search_table" cellpadding="0" cellspacing="0" align="center" >
|
|
|
<tr>
|
|
|
<th width="11%"></th>
|
|
|
<th width="22%"></th>
|
|
@@ -239,7 +240,7 @@ width:50px;
|
|
|
${queryTime1}<c:if test="${queryTime2!=''&&(queryTime2!=queryTime1)}">-${queryTime2}</c:if>单船吞吐量统计图</font></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;">
|
|
|
- <table id="dctjtb" class="main_table" style="width:99%" border="1">
|
|
|
+ <table id="dctjtb" class="main_table" style="width:99%" >
|
|
|
<tr >
|
|
|
<th rowspan="2">货物种类</th>
|
|
|
<th colspan="3">总计</th>
|
|
@@ -273,5 +274,6 @@ ${queryTime1}<c:if test="${queryTime2!=''&&(queryTime2!=queryTime1)}">-${queryTi
|
|
|
</c:forEach>
|
|
|
</table>
|
|
|
</div>
|
|
|
+</div>
|
|
|
</body>
|
|
|
</html>
|