<template> <dv-full-screen-container> <top-header title="章丘区燃气地下管网安全监测管理平台" /> <overview3dzq /> </dv-full-screen-container> </template> <script> import Overview3dzq from '@/views/overview/overview3dzq' import TopHeader from '@/views/zhangqiu/components/topHeader' export default { name: 'Zqindex', components: { TopHeader, Overview3dzq }, data() { return {} } } </script> <style lang="scss" scoped> .full-container{ width:100%; height: 100%; position: relative; .charts{ position: absolute; width: 100%; height: 100%; z-index: 9999; left: 0px; top: 0px; } } </style>