|
|
|
@ -10,9 +10,9 @@
|
|
|
|
|
<div class="right-container" style="z-index:3;">
|
|
|
|
|
<component-right />
|
|
|
|
|
</div>
|
|
|
|
|
<!-- <div class="center-container" style="z-index:3;">
|
|
|
|
|
<div class="center-container" style="z-index:3;">
|
|
|
|
|
<component-center />
|
|
|
|
|
</div> -->
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
@ -20,7 +20,8 @@
|
|
|
|
|
import ComponentMapbox from './components/componentmapbox.vue'
|
|
|
|
|
import ComponentLeft from './components/componentLeft.vue'
|
|
|
|
|
import ComponentRight from './components/componentRight.vue'
|
|
|
|
|
import ComponentCenter from './components/componentCenter'
|
|
|
|
|
// import ComponentCenter from './components/componentCenter'
|
|
|
|
|
import ComponentCenter from '../security/components/componentCenter.vue'
|
|
|
|
|
|
|
|
|
|
export default {
|
|
|
|
|
name:"ecosphere",
|
|
|
|
@ -119,6 +120,7 @@ export default {
|
|
|
|
|
left: 1500px;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
width: 1914px;
|
|
|
|
|
height: 100%;
|
|
|
|
|
pointer-events: auto;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
|
|
|
|