Commit 03b78cb0 by HTML5-侯张振

绑定楼盘楼盘位置偏右 修改

parent 0f3414f4
......@@ -92,7 +92,7 @@
<?php if ($buildings) {
foreach ($buildings as $key => $build) {
?>
<label style="width: 24%;float: right;">
<label style="width: 24%;float: left;">
<input type="checkbox" checked="checked" disabled="disabled" class="building_id" name="building_id" value="<?php echo $build['id']; ?>"> <?php echo $build['building_title']; ?>
</label>
<?php }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment