From b1ac0c149564d4873a8b6ef075029fcaa7c83960 Mon Sep 17 00:00:00 2001
From: lzhe <lzhe@example.com>
Date: 星期五, 21 六月 2024 01:46:05 +0800
Subject: [PATCH] Merge branch 'master' of http://www.beijingsoft.cn:9090/r/smart-web
---
src/views/notification/business.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/notification/business.vue b/src/views/notification/business.vue
index ab382a9..1eb3d8b 100644
--- a/src/views/notification/business.vue
+++ b/src/views/notification/business.vue
@@ -343,7 +343,7 @@
justify-content: space-between;
margin: 24px 0 0 0;
padding: 0 20px 0 10px;
- border-left: 6px solid #3b8e8e;
+ border-left: 6px solid #409eff;
}
.ct-span {
color: #101010;
@@ -404,9 +404,9 @@
}
.tagItem {
margin: 10px 10px 10px 0;
- background-color: #3b8e8e;
+ background-color: #409eff;
color: #fff;
- border-color: #3b8e8e;
+ border-color: #409eff;
display: inline-block;
font-size: 12px;
padding: 4px 10px;
--
Gitblit v1.9.3