From 83dcdad60f96b6ee7dc6b093cdf668a186da60af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E5=BD=A6=E6=B3=BD?= Date: Fri, 30 Dec 2022 13:54:50 +0800 Subject: [PATCH] =?UTF-8?q?UI=E7=95=8C=E9=9D=A2=E5=8F=98=E6=9B=B4-?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E5=AD=97=E4=BD=93=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jero-web/vue.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/jero-web/vue.config.js b/jero-web/vue.config.js index cc121368a..8e9cb0b2d 100644 --- a/jero-web/vue.config.js +++ b/jero-web/vue.config.js @@ -73,7 +73,8 @@ module.exports = { /* less 变量覆盖,用于自定义 ant design 主题 */ 'primary-color': '#00B3BE', 'link-color': '#00B3BE', - 'border-radius-base': '4px' + 'border-radius-base': '4px', + 'text-color': '#040B29' }, javascriptEnabled: true }