From 27a5d167032051820ec10a7f4e660da407ea5683 Mon Sep 17 00:00:00 2001
From: xhj <xhjzrq@163.com>
Date: Fri, 16 Aug 2024 11:31:10 +0800
Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E4=BA=A7=E4=BD=9C=E4=B8=9A=E8=AE=A1?=
 =?UTF-8?q?=E5=88=92?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/styles/element-ui.scss | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index b296022..b1cb800 100644
--- a/src/styles/element-ui.scss
+++ b/src/styles/element-ui.scss
@@ -109,3 +109,24 @@
   border-top: 0px solid rgba(255, 255, 255, 0.1) !important;
   border-right: 0px solid rgba(255, 255, 255, 0.1) !important;
 }
+::v-deep{
+  .row-green {
+    background-color: #00FF00;
+    //  color: #fff;
+  }
+  .row-red{
+    background-color: red;
+    //  color: #fff;
+  }
+  .row-yellow{
+    background-color: yellow;
+    //  color: #fff;
+  }
+}
+.row-red{
+  background-color: #Ffc0cb;
+}
+.row-yellow{
+  background-color: #FFFF00;
+  //  color: #fff;
+}