From e63e9f5cf2241b7c938a6bd6fb4bb62c621d8d60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E4=BC=A0=E9=BE=99?= Date: Tue, 17 May 2022 11:01:23 +0800 Subject: [PATCH] chore: update settings.json --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 66a63d2..4baaf8b 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -7,4 +7,5 @@ "editor.codeActionsOnSave": { "source.fixAll.eslint": true }, + "cssrem.rootFontSize": 4, // 适配unocss,1rem = 4px ==> 0.25rem = 1px }