From b403fa7ef4b0953a50a162db396aeb006ce52f85 Mon Sep 17 00:00:00 2001
From: liuyg <376836862@qq.com>
Date: Wed, 15 Dec 2021 08:56:55 +0800
Subject: [PATCH] +
---
src/styles/mobile/popup.scss | 44 ++++++++++++++++++++++----------------------
1 files changed, 22 insertions(+), 22 deletions(-)
diff --git a/src/styles/mobile/popup.scss b/src/styles/mobile/popup.scss
index 4142485..8371b01 100644
--- a/src/styles/mobile/popup.scss
+++ b/src/styles/mobile/popup.scss
@@ -61,25 +61,25 @@
}
}
-// // 比例尺
-// .dc-distance-legend {
-// right: 5px !important;
-// left: auto !important;
-// }
-// // 缩放控制
-// .dc-zoom-controller {
-// left: 20px !important;
-// top: 20px !important;
-// .zoom-in .refresh .zoom-out {
-// width: 32px !important;
-// height: 32px !important;
-// background-color: #c9302c !important;
-// display: flex !important;
-// align-items: center !important;
-// justify-content: center !important;
-// color: white !important;
-// font-size: 22px !important;
-// margin-bottom: 12px !important;
-// border-radius: 5px !important;
-// }
-// }
+// 比例尺
+#mobile-viewer-container .dc-distance-legend {
+ right: 5px !important;
+ left: auto !important;
+}
+// 缩放控制
+#mobile-viewer-container .dc-zoom-controller {
+ left: 20px !important;
+ top: 20px !important;
+ .zoom-in .refresh .zoom-out {
+ width: 32px !important;
+ height: 32px !important;
+ background-color: #c9302c !important;
+ display: flex !important;
+ align-items: center !important;
+ justify-content: center !important;
+ color: white !important;
+ font-size: 22px !important;
+ margin-bottom: 12px !important;
+ border-radius: 5px !important;
+ }
+}
--
Gitblit v1.9.3