From 32b50a89897c7a4df22c5ee139fe0a16dd534cd4 Mon Sep 17 00:00:00 2001
From: lzhe <181968431@qq.com>
Date: 星期四, 23 五月 2024 06:54:32 +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