From f5624d6a7ad32ee475e00edbad26bc98ea4629e1 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 10 五月 2024 17:35:54 +0800
Subject: [PATCH] 实时走航模块

---
 src/styles/elementUI.scss |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/styles/elementUI.scss b/src/styles/elementUI.scss
index 813ba05..8464ecc 100644
--- a/src/styles/elementUI.scss
+++ b/src/styles/elementUI.scss
@@ -7,7 +7,7 @@
 }
 
 .el-form-item__label {
-  color: white;
+  color: white !important;
 }
 
 // .el-radio {
@@ -24,4 +24,4 @@
 
 .el-button-custom:focus-visible {
   outline: 0px solid var(--el-button-outline-color);
-}
\ No newline at end of file
+}

--
Gitblit v1.9.3