From e13f2f0963a1b84271fe8ca767654614186b606c Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期四, 13 六月 2024 18:10:49 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/TextbookReader --- src/assets/base.css | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/assets/base.css b/src/assets/base.css index 116f1de..48c1d52 100644 --- a/src/assets/base.css +++ b/src/assets/base.css @@ -72,14 +72,18 @@ transition: color 0.5s, background-color 0.5s; - - font-family:PingFang SC, PingFang SC; + + font-family: + PingFang SC, + PingFang SC; font-size: 14px; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; + } + ::-webkit-scrollbar { width: 8px; height: 10px; -- Gitblit v1.9.1