From 3a51b1f823582e6f1938a5ef78d228d8aa4d0c6d Mon Sep 17 00:00:00 2001 From: Jin Lei <jinlei_182@163.com> Date: 星期三, 15 十一月 2023 16:54:38 +0800 Subject: [PATCH] [问题修复]1.滚动条样式修改 --- index.html | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/index.html b/index.html index a6447be..e049551 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,7 @@ <link rel="stylesheet" href="./static/SmartEarthSDK/Cesium/Widgets/widgets.css"> <link rel="stylesheet" href="./static/iconfont/iconfont.css"> <link rel="stylesheet" href="./static/CimSDK/CimSDK.min.css"> + <link rel="stylesheet" href="./static/css/style.css"> <style> #qjMap { width: 100%; -- Gitblit v1.9.3