From 2df99b876cb2d31d4f523444911967639935857a Mon Sep 17 00:00:00 2001 From: Dong Xia Date: Fri, 10 Feb 2023 01:28:05 +0000 Subject: [PATCH 1/2] add src/assets. Signed-off-by: Dong Xia --- src/assets/index.scss | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/assets/index.scss diff --git a/src/assets/index.scss b/src/assets/index.scss new file mode 100644 index 0000000..e69de29 -- Gitee From 4fc985d6777073ef69ff00c70852157d38a8b006 Mon Sep 17 00:00:00 2001 From: Dong Xia Date: Fri, 10 Feb 2023 01:29:06 +0000 Subject: [PATCH 2/2] =?UTF-8?q?=E5=AE=9A=E4=B9=89=E5=85=A8=E5=B1=80?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Dong Xia --- src/assets/index.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/assets/index.scss b/src/assets/index.scss index e69de29..fd0a4d3 100644 --- a/src/assets/index.scss +++ b/src/assets/index.scss @@ -0,0 +1,7 @@ +html { + height: 100%; + -moz-osx-font-smoothing: grayscale; + -webkit-font-smoothing: antialiased; + text-rendering: optimizeLegibility; + font-family: Helvetica Neue,Helvetica,PingFang SC,Arial,sans-serif !important; +} \ No newline at end of file -- Gitee