From f508815da0100bfd926274ed3cb4c779324e2c95 Mon Sep 17 00:00:00 2001 From: TreeWish <1131093754@qq.com> Date: 星期二, 28 二月 2023 10:52:31 +0800 Subject: [PATCH] 修改鼠标漫游操作提示框位置 --- public/SmartEarthSDK/SmartEarth.min.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/public/SmartEarthSDK/SmartEarth.min.js b/public/SmartEarthSDK/SmartEarth.min.js index d3daaea..057517a 100644 --- a/public/SmartEarthSDK/SmartEarth.min.js +++ b/public/SmartEarthSDK/SmartEarth.min.js @@ -126,6 +126,7 @@ var o, r = { left: "100px", bottom: "10px" }; for (o in this.explainContainer = document.createElement("div"), this.explainContainer.id = "IndoormodeExplainContainer", this.explainContainer.style.cssText = ` position: absolute; padding: 10px; + margin-left: 50px; background-color: rgba(0, 0, 0, 0.6); border: 1px solid rgba(32, 160, 255, 0.6); color: rgb(255, 255, 255); -- Gitblit v1.9.3