바 막대 100% 넘을때 문제 해결, 분쟁현황 막대 수정

This commit is contained in:
2018-05-12 13:00:28 +09:00
parent 5490e74f04
commit a9052705a8
2 changed files with 3 additions and 2 deletions
+2 -2
View File
@@ -184,8 +184,8 @@ for($i=0; $i < $nationcount; $i++) {
<?php foreach($realConflict as list($cityID, $cityName, $conflict)): ?>
<tr>
<td align=center width=48><?=$cityName?></td>
<td width=948>
<table class='tb_layout bg0'>
<td style='width:948px;position:relative;'>
<table class='tb_layout bg0' style='width:100%;'>
<?php foreach($conflict as $item): ?>
<tr>
<td
+1
View File
@@ -50,6 +50,7 @@ div.bar_out{
padding:0;
margin:0;
width:100%;
overflow: hidden;
}
div.bar_out div{