From 02ce22be65df8b717d5f1614e5d7dbfcdf1ce1b9 Mon Sep 17 00:00:00 2001
From: Oliver <1070107765@qq.com>
Date: 星期三, 14 十二月 2022 09:29:51 +0800
Subject: [PATCH] 预警研判 操作

---
 src/App.vue |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index 5974d0d..396b684 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -78,6 +78,12 @@
   color: #4b9bb7;
 }
 
+.button-addition {
+  background-color: #eb5d01 !important;
+  border: 1px solid #eb5d01 !important;
+  color: #ffffff;
+}
+
 /*瀹氫箟婊氬姩鏉¢珮瀹藉強鑳屾櫙
  楂樺鍒嗗埆瀵瑰簲妯珫婊氬姩鏉$殑灏哄*/
 ::-webkit-scrollbar {
@@ -176,4 +182,7 @@
   -webkit-box-shadow: inset 0 0 6px rgba(145, 143, 0143, 0.3);
   background-color: rgb(145, 143, 143); /*婊氬姩鏉$殑鑳屾櫙棰滆壊*/
 }
+.el-range-input {
+  background-color: #09152f;
+}
 </style>
\ No newline at end of file

--
Gitblit v1.8.0