From cffcab7b05e5d9a3b32edfcb90d3a84d02e4ee80 Mon Sep 17 00:00:00 2001 From: liuwh <964324856@qq.com> Date: Wed, 07 Aug 2024 21:07:37 +0800 Subject: [PATCH] 依赖增加和修改 --- customerSystem/src/styles/theme.less | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/customerSystem/src/styles/theme.less b/customerSystem/src/styles/theme.less index b2fc3a0..406c94b 100644 --- a/customerSystem/src/styles/theme.less +++ b/customerSystem/src/styles/theme.less @@ -1,5 +1,5 @@ // 主色 -@main-color: #d10202; +@main-color: #1A6FB8; // 主色拓展 @main-color-1: #ffe7e6; @@ -12,7 +12,7 @@ @link-color: @main-color; // 链接色 @success-color: #52c41a; // 成功色 @warning-color: #faad14; // 警告色 -@warning-bg-color: #fdf6e0; // 警告色背景 +@warning-bg-color: #141413; // 警告色背景 @error-color: #f5222d; // 错误色 @font-size-base: 14px; // 主字号 @line-height-base: 1.5715; -- Gitblit v1.8.0