修复重复的导航条问题

This commit is contained in:
wlx 2016-01-22 08:44:25 +08:00
parent 7bcae18a6c
commit 4c598c0b09
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ $this->nav[] = array('link'=>"/data/timemap",'title'=>'时空导航');
<style> <style>
img{max-width:none} img{max-width:none}
</style> </style>
<div class="row-fluid"><?= $this->render('breadcrumbs.phtml'); ?><?= $this->partial('data/tools.phtml'); ?></div> <div class="row-fluid"><?= $this->partial('data/tools.phtml'); ?></div>
<div id="timemap"> <div id="timemap">
<div id="timeline" style="height:400px;border-bottom:1px solid #abc;"></div> <div id="timeline" style="height:400px;border-bottom:1px solid #abc;"></div>
<div id="map" style="height:400px;"></div> <div id="map" style="height:400px;"></div>