From 582acd70aa59f337c871a2a430b91417714dcd45 Mon Sep 17 00:00:00 2001
From: guanqb <18720758508@163.com>
Date: Mon, 10 Oct 2022 09:11:58 +0800
Subject: [PATCH] 头部样式修改

---
 src/pcviews/homee/Header/index.vue            |    2 +-
 src/pcviews/homee/SchoolCostCompare/index.vue |   13 +++++++++++--
 public/img/home/xingz-copy1.png               |    0 
 3 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/public/img/home/xingz-copy1.png b/public/img/home/xingz-copy1.png
new file mode 100644
index 0000000..a0654a8
--- /dev/null
+++ b/public/img/home/xingz-copy1.png
Binary files differ
diff --git a/src/pcviews/homee/Header/index.vue b/src/pcviews/homee/Header/index.vue
index 2d0bd37..a2fa67b 100644
--- a/src/pcviews/homee/Header/index.vue
+++ b/src/pcviews/homee/Header/index.vue
@@ -152,7 +152,7 @@
         bottom: 0;
         width: 100%;
         height: 21px;
-        background: url(/img/home/xingz-copy.png);
+        background: url(/img/home/xingz-copy1.png);
         background-size: contain;
     }
 }
diff --git a/src/pcviews/homee/SchoolCostCompare/index.vue b/src/pcviews/homee/SchoolCostCompare/index.vue
index 5a1a238..39b0929 100644
--- a/src/pcviews/homee/SchoolCostCompare/index.vue
+++ b/src/pcviews/homee/SchoolCostCompare/index.vue
@@ -120,14 +120,23 @@
                     type: 'category',
                     data: mouth,
                     axisLabel: {
-                        interval: 0
-                    },
+                        textStyle: {
+                            show: true,
+                            color: "#fff",
+                        },
+                    }
 
 
                 },
                 yAxis: {
                     type: 'value',
                     name: 'KW·H',
+                    axisLabel: {
+                        textStyle: {
+                            show: true,
+                            color: "#fff",
+                        },
+                    }
                 },
                 series: [
                     {

--
Gitblit v1.9.3