From 56c0d6e2f83d72f622744fea76fdc64b09e30f1d Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期三, 01 四月 2020 18:54:07 +0800
Subject: [PATCH] 2020-04-01

---
 src/tabviews/zshare/normalTable/index.scss |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)

diff --git a/src/tabviews/zshare/normalTable/index.scss b/src/tabviews/zshare/normalTable/index.scss
index c19a13f..be022e6 100644
--- a/src/tabviews/zshare/normalTable/index.scss
+++ b/src/tabviews/zshare/normalTable/index.scss
@@ -123,6 +123,26 @@
             background: lightcoral;
           }
         }
+        .orange {
+          .content {
+            color: orange;
+          }
+        }
+        .orangebg {
+          .background {
+            background: lightsalmon;
+          }
+        }
+        .green {
+          .content {
+            color: green;
+          }
+        }
+        .greenbg {
+          .background {
+            background: lightgreen;
+          }
+        }
       }
       .ant-table-tbody > tr > td .content {
         p {

--
Gitblit v1.8.0