From 6828419a10a46682d89e124057ef4e0c15d69d6a Mon Sep 17 00:00:00 2001 From: wangqi <magical1908@outlook.com> Date: 星期三, 07 四月 2021 18:35:55 +0800 Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop --- src/components/BaseNav/PublicBounced/GasComponents/PublicTabs.vue | 44 ++++++++------------------------------------ 1 files changed, 8 insertions(+), 36 deletions(-) diff --git a/src/components/BaseNav/PublicBounced/GasComponents/PublicTabs.vue b/src/components/BaseNav/PublicBounced/GasComponents/PublicTabs.vue index 3b33e08..3aa7f07 100644 --- a/src/components/BaseNav/PublicBounced/GasComponents/PublicTabs.vue +++ b/src/components/BaseNav/PublicBounced/GasComponents/PublicTabs.vue @@ -53,37 +53,7 @@ props: ['displayContentTab', 'value', 'setWasteGasdata', 'setWasteWaterdata'], data () { return { - tabData: [], - listLabel: [ - { - label: '搴忓彿', - prop: 'StoragePlaceId' - }, - { - label: '绫诲埆', - prop: 'StoragePlaceTypeName' - }, - { - label: '鍥哄簾鍚嶇О', - prop: 'StoragePlaceName' - }, - { - label: '浠g爜', - prop: 'StorageZDMJ' - }, - { - label: '浜х敓閲�(t)', - prop: 'StorageZCL' - }, - { - label: '璐瓨閲�(t)', - prop: 'StorageZCNL' - }, - { - label: '浜х敓瑁呯疆', - prop: 'StorageType' - } - ] + tabData: [] } }, mounted () { @@ -106,17 +76,18 @@ position: relative; margin-bottom: 10px; background-color: rgba(33, 41, 69, 0.9); + //width: 6rem; + height: 0.5rem; } .main { - width: 100%; - height: 100%; + //width: 100%; + //height: 100%; .main-matter { font-size: 13px; font-weight: normal; //padding: 10px 6px; - min-height: 70px; border: 1px solid #396d83; .row-item-one { @@ -145,8 +116,8 @@ } ul { - width: 100%; - height: 100%; + //width: 100%; + //height: 100%; display: flex; align-items: center; justify-content: space-around; @@ -161,6 +132,7 @@ background-color: #243a55; color: #00d0f9; border-radius: 4px; + font-size: 0.08rem; } li:last-child { -- Gitblit v1.8.0