修复重复的导航条问题

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

View File

@ -15,7 +15,7 @@ $this->nav[] = array('link'=>"/data/timemap",'title'=>'时空导航');
<style>
img{max-width:none}
</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="timeline" style="height:400px;border-bottom:1px solid #abc;"></div>
<div id="map" style="height:400px;"></div>