From 6cc2eb5ed9a6bdfe5fa3d9fe2313e04e6d7ebc9d Mon Sep 17 00:00:00 2001
From: linwe <872216996@qq.com>
Date: Thu, 14 Nov 2024 08:57:35 +0800
Subject: [PATCH] 回滚

---
 src/styles/base/dc-base.scss |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/src/styles/base/dc-base.scss b/src/styles/base/dc-base.scss
index ea55d4b..902ad74 100644
--- a/src/styles/base/dc-base.scss
+++ b/src/styles/base/dc-base.scss
@@ -70,4 +70,17 @@
       height: 24px;
     }
   }
+}
+
+.widget.location-bar {
+  position: absolute;
+  left: 620px !important;
+  bottom: 120px !important;
+  font-size: 14px;
+  color: #fff;
+  background: #0009;
+  padding: 2px 5px;
+  border-radius: 2px;
+  user-select: none;
+  display: flex;
 }
\ No newline at end of file

--
Gitblit v1.9.3