From 13951a0cafd472fd4e26e4e674e8c515222f84a6 Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Mon, 31 Mar 2025 21:58:22 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BF=AE=E6=94=B9=E9=BB=98?= =?UTF-8?q?=E8=AE=A4radius=20=E4=B8=8Eantd=E4=BF=9D=E6=8C=81=E4=B8=80?= =?UTF-8?q?=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/preferences.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/web-antd/src/preferences.ts b/apps/web-antd/src/preferences.ts index a720778f..17bc722c 100644 --- a/apps/web-antd/src/preferences.ts +++ b/apps/web-antd/src/preferences.ts @@ -46,6 +46,11 @@ export const overridesPreferences = defineOverridesPreferences({ * 浅色sidebar */ semiDarkSidebar: false, + /** + * 圆角大小 换算比例为1.6px = 0.1radius + * 这里为6px 与antd保持一致 + */ + radius: '0.375', }, /** * !!! 更改配置后请清空浏览器缓存