From b80ee8c883f279e843071e6b53ab9cddec3f88a0 Mon Sep 17 00:00:00 2001
From: 胡思旗 <931347610@qq.com>
Date: Tue, 29 Aug 2023 15:07:13 +0800
Subject: [PATCH] 登录流程对接、项目列表组件封装
---
src/styles/common.scss | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/src/styles/common.scss b/src/styles/common.scss
index eae2982..6d41b09 100644
--- a/src/styles/common.scss
+++ b/src/styles/common.scss
@@ -10,10 +10,22 @@
// Prevent font enlargement in horizontal screen
text-size-adjust: 100%;
- font-family: Roboto, sans-serif-medium, Arial, sans-serif;
+ font-family: sans-serif, Roboto, sans-serif-medium, Arial;
+ font-feature-settings: normal;
color: $main-text-color;
font-size: 14px;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
+ ::-webkit-scrollbar {
+ width: 8px;
+ height: 8px;
+ background: transparent;
+ }
+
+ ::-webkit-scrollbar-thumb {
+ border-radius: 4px;
+ border: none;
+ background: rgb(89, 89, 89);
+ }
}
\ No newline at end of file
--
Gitblit v1.9.3