From 1854d2cec422ce2b43be41bccb732aa6374ca840 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E4=BC=A0=E9=BE=99?= Date: Thu, 21 Sep 2023 09:25:03 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E7=A7=BB=E9=99=A4=E4=B8=8D=E5=86=8D?= =?UTF-8?q?=E9=9C=80=E8=A6=81=E7=9A=84=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/global.scss | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/styles/global.scss b/src/styles/global.scss index 4cbdda3..7d8dd50 100644 --- a/src/styles/global.scss +++ b/src/styles/global.scss @@ -5,14 +5,6 @@ body { overflow: hidden; } -html { - font-size: 4px; // * 1rem = 4px 方便unocss计算:在unocss中 1字体单位 = 0.25rem,相当于 1等份 = 1px -} - -body { - font-size: 16px; -} - #app { width: 100%; height: 100%;