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/BuildingCost/index.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/pcviews/homee/BuildingCost/index.vue b/src/pcviews/homee/BuildingCost/index.vue
index d10ffa7..b7cfcb0 100644
--- a/src/pcviews/homee/BuildingCost/index.vue
+++ b/src/pcviews/homee/BuildingCost/index.vue
@@ -158,7 +158,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%;
.chart {
--
Gitblit v1.9.3