From a1600ac80e84746f89a230f8f0004d0ed5c8869f Mon Sep 17 00:00:00 2001
From: kongzy <kongzy>
Date: 星期五, 17 十一月 2023 16:39:02 +0800
Subject: [PATCH] update .gitignore

---
 src/views/analyse/applyReview/components/reportDialog.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/analyse/applyReview/components/reportDialog.vue b/src/views/analyse/applyReview/components/reportDialog.vue
index 38ed33b..58b2d1c 100644
--- a/src/views/analyse/applyReview/components/reportDialog.vue
+++ b/src/views/analyse/applyReview/components/reportDialog.vue
@@ -605,16 +605,16 @@
     margin-left: 20px;
 }
 .tag-bg1 {
-    background: rgba(255,0,0,0.5);
+    background: rgba(255,0,0,0.65);
 }
 .tag-bg2 {
-    background: rgba(248,82,8,0.5);
+    background: rgba(248,82,8,0.65);
 }
 .tag-bg3 {
-    background: rgba(247,255,0,0.5);
+    background: rgba(247,255,0,0.65);
 }
 .tag-bg4 {
-    background: rgba(0,112,192,0.5);
+    background: rgba(0,112,192,0.65);
 }
 
 

--
Gitblit v1.9.2