From 9b9b9df1d2e6a9c1691a0d8291cdba1cc298a3df Mon Sep 17 00:00:00 2001 From: gaoshp <291585735@qq.com> Date: 星期四, 20 六月 2024 22:56:35 +0800 Subject: [PATCH] update --- 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