From a3f7347964b80ec3162f8af634d4d1c47378729b Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 07 Mar 2022 17:37:27 +0800
Subject: [PATCH] 地图标记更改,地图路线详情显示,标签样式,搜索框内容间距,滚动条样式
---
src/styles/index.scss | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/styles/index.scss b/src/styles/index.scss
index 4669ec8..b1524c5 100644
--- a/src/styles/index.scss
+++ b/src/styles/index.scss
@@ -1,6 +1,12 @@
html,
body {
font-size: 16px;
+
+
+ div {
+ scrollbar-width: thin;
+ }
+
}
--
Gitblit v1.9.3