From 2a3bfbc64a74f3afaeced0756fcb2e4f60b94a24 Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Wed, 12 Oct 2022 17:43:25 +0800
Subject: [PATCH] 首页布局调整

---
 src/pcviews/homee/PipeNetCount/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/pcviews/homee/PipeNetCount/index.vue b/src/pcviews/homee/PipeNetCount/index.vue
index a04a815..37a65c8 100644
--- a/src/pcviews/homee/PipeNetCount/index.vue
+++ b/src/pcviews/homee/PipeNetCount/index.vue
@@ -63,7 +63,7 @@
                     show: true,
                     text: ['{a|▎}', '{b|管网统计}'],
                     left: 16,
-                    top: 16,
+                    top: 6,
                     textStyle: {
                         rich: {
                             a: {
@@ -151,7 +151,7 @@
 <style lang="scss" scoped>
 .container {
     width: 400px;
-    height: 310px;
+    height: 100%;
     background: url(/zhxy/img/home/juxing2.png) no-repeat;
     background-size: 100% 100%;
 

--
Gitblit v1.9.3