From d33eacc1f85ac3a736b33ba4713a19aae466d711 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期五, 05 八月 2022 16:42:53 +0800
Subject: [PATCH] 1.做适应平板显示的内容大小

---
 src/styles/global.css |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/styles/global.css b/src/styles/global.css
index 3ddbd99..71fb220 100644
--- a/src/styles/global.css
+++ b/src/styles/global.css
@@ -6,6 +6,11 @@
   /*min-width: 1800px;*/
   /*overflow-y: hidden;*/
   /*overflow-x: hidden;*/
+
+  -moz-osx-font-smoothing: grayscale;
+  -webkit-font-smoothing: antialiased;
+  text-rendering: optimizeLegibility;
+  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Arial, sans-serif;
 }
 
 

--
Gitblit v1.9.3