From bed3a5fd547a75988f99c24c0a43d29db29d2d49 Mon Sep 17 00:00:00 2001 From: wangqi <magical1908@outlook.com> Date: 星期五, 09 四月 2021 10:48:27 +0800 Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop --- src/components/BaseNav/PublicBounced/PublicBounced.vue | 21 ++++++++++----------- 1 files changed, 10 insertions(+), 11 deletions(-) diff --git a/src/components/BaseNav/PublicBounced/PublicBounced.vue b/src/components/BaseNav/PublicBounced/PublicBounced.vue index 4c186ce..5a43649 100644 --- a/src/components/BaseNav/PublicBounced/PublicBounced.vue +++ b/src/components/BaseNav/PublicBounced/PublicBounced.vue @@ -1,5 +1,6 @@ <template> <div class="public-bounced" v-drag v-if="flag"> + <!-- <Echarts></Echarts>--> <div class="public-bounced-title"> <span>{{ displayContentTitle }}</span> <i class="el-icon-circle-close" @click="closePopup"></i> @@ -27,6 +28,8 @@ <script> +// import Echarts from '@components/BaseNav/PublicBounced/GasComponents/Echarts' + import '@/components/BaseNav/SolidWaste/directive/dir' import PublicTabs from '@components/BaseNav/PublicBounced/GasComponents/PublicTabs' import PublicTable from '@components/BaseNav/PublicBounced/GasComponents/PublicTable' @@ -36,6 +39,7 @@ export default { name: 'PublicBounced', components: { + // Echarts, PublicTabs, PublicTable, PublicChart, @@ -94,16 +98,10 @@ <style lang="less" scoped> .public-bounced { - width: 8rem; - //height: 2.6rem; - //width: 70vw; - //height: 30vh; z-index: 999; position: absolute; - //bottom: 2rem; - //left: 5rem; top: 15%; - left: 15%; + left: 20%; background-color: #002432; border: 1px #9fc5c8 solid; @@ -130,17 +128,18 @@ } .public-bounced-content { - margin: 0.2rem auto !important; + padding: 0.1rem; display: flex; //align-items: center; - justify-content: space-around; + //justify-content: space-around; .public-bounced-content-left { - width: 4.8rem; + //width: 4.8rem; } .public-bounced-content-right { - width: 3rem; + //width: 3rem; + margin-left: 0.1rem; } } } -- Gitblit v1.8.0