From acb0d281e9ead24b4befd84c79599d574d408440 Mon Sep 17 00:00:00 2001 From: dminyi <1301963064@qq.com> Date: Fri, 09 Aug 2024 09:23:38 +0800 Subject: [PATCH] 主题色修改 --- customerSystem/src/views/workbench/index.less | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/customerSystem/src/views/workbench/index.less b/customerSystem/src/views/workbench/index.less index 74d5402..fb582e6 100644 --- a/customerSystem/src/views/workbench/index.less +++ b/customerSystem/src/views/workbench/index.less @@ -269,7 +269,7 @@ &-tag3 { border-radius: 10px; padding: 0 8px; - border: 1px solid #d10202; + border: 1px solid @main-color-4; display: block; height: 18px; line-height: 18px; -- Gitblit v1.8.0