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/SchoolCostCompare/index.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/pcviews/homee/SchoolCostCompare/index.vue b/src/pcviews/homee/SchoolCostCompare/index.vue
index cbe3cc3..3a30e01 100644
--- a/src/pcviews/homee/SchoolCostCompare/index.vue
+++ b/src/pcviews/homee/SchoolCostCompare/index.vue
@@ -189,9 +189,9 @@
.container {
position: relative;
width: 400px;
- height: 270px;
+ height: 100%;
background: url(/zhxy/img/home/juxing2.png);
- background-size: 100%;
+ background-size: 100% 100%;
.chart {
width: 100%;
height: 100%;
--
Gitblit v1.9.3