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 | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/pcviews/homee/PipeNetCount/index.vue b/src/pcviews/homee/PipeNetCount/index.vue
index 27d84d0..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,8 +151,8 @@
<style lang="scss" scoped>
.container {
width: 400px;
- height: 310px;
- background: url(/img/home/juxing2.png) no-repeat;
+ height: 100%;
+ background: url(/zhxy/img/home/juxing2.png) no-repeat;
background-size: 100% 100%;
.chart {
--
Gitblit v1.9.3