바 막대 100% 넘을때 문제 해결, 분쟁현황 막대 수정
This commit is contained in:
+2
-2
@@ -184,8 +184,8 @@ for($i=0; $i < $nationcount; $i++) {
|
|||||||
<?php foreach($realConflict as list($cityID, $cityName, $conflict)): ?>
|
<?php foreach($realConflict as list($cityID, $cityName, $conflict)): ?>
|
||||||
<tr>
|
<tr>
|
||||||
<td align=center width=48><?=$cityName?></td>
|
<td align=center width=48><?=$cityName?></td>
|
||||||
<td width=948>
|
<td style='width:948px;position:relative;'>
|
||||||
<table class='tb_layout bg0'>
|
<table class='tb_layout bg0' style='width:100%;'>
|
||||||
<?php foreach($conflict as $item): ?>
|
<?php foreach($conflict as $item): ?>
|
||||||
<tr>
|
<tr>
|
||||||
<td
|
<td
|
||||||
|
|||||||
@@ -50,6 +50,7 @@ div.bar_out{
|
|||||||
padding:0;
|
padding:0;
|
||||||
margin:0;
|
margin:0;
|
||||||
width:100%;
|
width:100%;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.bar_out div{
|
div.bar_out div{
|
||||||
|
|||||||
Reference in New Issue
Block a user