修复重复的导航条问题
This commit is contained in:
parent
36d97225c0
commit
a1bd57d1ae
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue