From 95a1c8ca00f42eb9887b7bc04661595bd7ff518b Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 24 Dec 2021 09:56:20 +0800
Subject: [PATCH] 图片及部分样式更改

---
 src/styles/pcpage/dc-ui.scss |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/styles/pcpage/dc-ui.scss b/src/styles/pcpage/dc-ui.scss
index 718b1d1..d6eb8c1 100644
--- a/src/styles/pcpage/dc-ui.scss
+++ b/src/styles/pcpage/dc-ui.scss
@@ -1,12 +1,14 @@
 #viewer-container {
 
     .dc-compass {
-        top: 20px;
+        top: 40px;
+        left: 40px;
         transform: scale(1.6);
     }
 
     .dc-zoom-controller {
-        top: 120px;
+        top: 160px;
+        left: 56px;
         transform: scale(1.6);
     }
 

--
Gitblit v1.9.3