From 2cdfcbbbae8d879ffeca017e4a76b0b54cf0612d Mon Sep 17 00:00:00 2001 From: muwoo <2424880409@qq.com> Date: Tue, 1 Aug 2023 16:39:51 +0800 Subject: [PATCH] =?UTF-8?q?:ambulance:=20=E4=BF=AE=E5=A4=8D=E9=A2=9C?= =?UTF-8?q?=E8=89=B2=E9=97=AE=E9=A2=98=E5=AF=BC=E8=87=B4=E7=9A=84=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E6=8C=89=E9=92=AE=E4=B8=8D=E5=8F=AF=E7=82=B9=E5=87=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- feature/src/assets/ant-reset.less | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/feature/src/assets/ant-reset.less b/feature/src/assets/ant-reset.less index 9435b0d..311cc99 100644 --- a/feature/src/assets/ant-reset.less +++ b/feature/src/assets/ant-reset.less @@ -1,3 +1,8 @@ +@import "~ant-design-vue/dist/antd.less"; // 引入官方提供的 less 样式入口文件 + +@primary-color: #ff4ea4; // 全局主色 +@error-color: #ff4ea4; // 错误色 + :root { --color-text-primary: rgba(0, 0, 0, 0.85); --color-text-content: #141414; diff --git a/package.json b/package.json index 6ebc9c5..3f5e75e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rubick", - "version": "2.3.5", + "version": "2.3.6", "author": "muwoo <2424880409@qq.com>", "private": true, "scripts": {