From a8beddd092756734b9271e51d32598889e0149e3 Mon Sep 17 00:00:00 2001
From: wangzenghua <1048523306@qq.com>
Date: Fri, 25 Apr 2025 09:59:34 +0100
Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9Bstyles?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/styles/common/define.scss | 4 ++
src/views/inputs/components/inputsFour.vue | 50 ++++++++++---------
src/views/inputs/components/inputsOne.vue | 1 +
src/views/inputs/components/inputsThere.vue | 2 +
src/views/inputs/index.vue | 4 +-
.../land/components/distributionCharts.vue | 2 +
src/views/land/components/landPatrol.vue | 2 +
7 files changed, 40 insertions(+), 25 deletions(-)
diff --git a/src/styles/common/define.scss b/src/styles/common/define.scss
index 7ff994e..4f25271 100644
--- a/src/styles/common/define.scss
+++ b/src/styles/common/define.scss
@@ -8,3 +8,7 @@
flex-direction: column;
}
}
+
+.custom-echarts-tips {
+ color: #fff;
+}
diff --git a/src/views/inputs/components/inputsFour.vue b/src/views/inputs/components/inputsFour.vue
index b466182..fd14f3a 100644
--- a/src/views/inputs/components/inputsFour.vue
+++ b/src/views/inputs/components/inputsFour.vue
@@ -2,13 +2,16 @@