From 1d384bf2b8a1884e2be1272dd2e64560d1f9266c Mon Sep 17 00:00:00 2001
From: whychdw <49690745@qq.com>
Date: 星期五, 26 七月 2019 15:40:03 +0800
Subject: [PATCH] 添加故障诊断

---
 src/libs/common.css |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/src/libs/common.css b/src/libs/common.css
index 74623ce..6f9886c 100644
--- a/src/libs/common.css
+++ b/src/libs/common.css
@@ -53,6 +53,13 @@
 .bg-error {
     background-color: #ed4014;
 }
+/* text-color */
+.text-warning {
+    color: #ff9900;
+}
+.text-error {
+    color: #ed4014;
+}
 /* margin */
 .mrt8 {
     margin-top: 8px;

--
Gitblit v1.9.1