From a2441175073f8b09a7eff29effd7e3e617de2f7d Mon Sep 17 00:00:00 2001
From: lzhe <lzhe@example.com>
Date: 星期四, 06 六月 2024 18:23:01 +0800
Subject: [PATCH] Merge branch 'master' of http://www.beijingsoft.cn:9090/r/smart-web

---
 src/views/console/soam/oss-system.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/views/console/soam/oss-system.vue b/src/views/console/soam/oss-system.vue
index b1f3fed..efb9007 100644
--- a/src/views/console/soam/oss-system.vue
+++ b/src/views/console/soam/oss-system.vue
@@ -647,7 +647,7 @@
     top: 18px;
     right: 16px;
     font-size: 14px;
-    color: #3b8e8e;
+    color: #409eff;
 }
 .show-list li .logo {
 	width: 66px;
@@ -786,8 +786,8 @@
     top: 20px;
 }
 .card .top .title .taginfo {
-    color: #3b8e8e;
-    border: 1px solid #3b8e8e;
+    color: #409eff;
+    border: 1px solid #409eff;
     border-radius: 4px;
     font-size: 14px;
     margin-left: 10px;
@@ -804,7 +804,7 @@
     padding: 20px;
 }
 .card .bottom .info .img {
-    background-color: #3b8e8e;
+    background-color: #409eff;
     border-radius: 6px;
     display: flex;
     justify-content: center;
@@ -831,7 +831,7 @@
     font-size: 14px;
 }
 .card .bottom .info .info-right .tag span{
-    color: #3b8e8e;
+    color: #409eff;
     cursor: pointer;
     padding: 0 !important;
     min-height: 14px !important;

--
Gitblit v1.9.3