From 48986a9e1c74b27776122c20997b95924d711157 Mon Sep 17 00:00:00 2001 From: 徐旺旺 <11530253@qq.com> Date: 星期三, 31 三月 2021 16:51:33 +0800 Subject: [PATCH] 图层配置 --- src/components/BaseNav/PublicBounced/PublicBounced.vue | 18 ++++++++++++------ 1 files changed, 12 insertions(+), 6 deletions(-) diff --git a/src/components/BaseNav/PublicBounced/PublicBounced.vue b/src/components/BaseNav/PublicBounced/PublicBounced.vue index 9d1812d..cafd56b 100644 --- a/src/components/BaseNav/PublicBounced/PublicBounced.vue +++ b/src/components/BaseNav/PublicBounced/PublicBounced.vue @@ -7,8 +7,9 @@ <div class="public-bounced-content"> <div class="public-bounced-content-left"> <GasTab :displayContent="displayContent"></GasTab> - <PublicTable v-if="value === 'gufei'" :requestSolidWasteData="displayContent.StoragePlaceId"></PublicTable> - <GasECharts v-else></GasECharts> +<!-- <PublicTable v-if="value === 'gufei'" :requestSolidWasteData="displayContent.StoragePlaceId"></PublicTable>--> + <GasECharts></GasECharts> +<!-- <GasTabs></GasTabs>--> <!-- <PublicTable></PublicTable>--> <!-- <GasECharts></GasECharts>--> </div> @@ -23,15 +24,17 @@ import '@/components/BaseNav/SolidWaste/directive/dir' import GasTab from '@components/BaseNav/PublicBounced/GasComponents/GasTab' -import PublicTable from '@components/BaseNav/PublicBounced/GasComponents/PublicTable' +// import PublicTable from '@components/BaseNav/PublicBounced/GasComponents/PublicTable' import GasECharts from '@components/BaseNav/PublicBounced/GasComponents/GasECharts' import GasVideo from '@components/BaseNav/PublicBounced/GasComponents/GasVideo' +// import GasTabs from './GasComponents/GasTabs' export default { name: 'PublicBounced', components: { + // GasTabs, GasTab, - PublicTable, + // PublicTable, GasECharts, GasVideo }, @@ -97,14 +100,17 @@ display: flex; //align-items: center; justify-content: space-around; + padding: 10px; .public-bounced-content-left { - width: 48%; + flex: 3; height: 100%; + margin-right: 10px; } .public-bounced-content-right { - width: 48%; + flex: 2; + //width: 48%; height: 100%; } } -- Gitblit v1.8.0