From 83d8b2a1ccf300fb35caf0b8816d7b7120a9c0d0 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期四, 04 八月 2022 16:04:40 +0800
Subject: [PATCH] 修改echarts图及看板的文字颜色

---
 src/views/xtsy/index.vue |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/views/xtsy/index.vue b/src/views/xtsy/index.vue
index 3cf0876..506d056 100644
--- a/src/views/xtsy/index.vue
+++ b/src/views/xtsy/index.vue
@@ -118,6 +118,8 @@
     }
   },
   created() {
+    console.log(document.documentElement.clientHeight, 1)
+    console.log(document.documentElement.clientWidth, 2)
   },
   mounted() {
     window.addEventListener('resize', this.getHeight)

--
Gitblit v1.9.3