From fb547939fc989c3eeed86adfb5564e865e49ce94 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Wed, 04 Feb 2026 11:10:41 +0800
Subject: [PATCH] feat: 删除无用img

---
 applications/mobile-web-view/src/styles/mapEdit.scss |   57 ---------------------------------------------------------
 1 files changed, 0 insertions(+), 57 deletions(-)

diff --git a/applications/mobile-web-view/src/styles/mapEdit.scss b/applications/mobile-web-view/src/styles/mapEdit.scss
index fee85e7..8b13789 100644
--- a/applications/mobile-web-view/src/styles/mapEdit.scss
+++ b/applications/mobile-web-view/src/styles/mapEdit.scss
@@ -1,58 +1 @@
-.create-wayline-box {
-    position: absolute;
-    top: 0px;
-    left: 0px;
-    width: 130px;
-    height: 70px;
 
-    .create-wayline-menu {
-        background: url('../assets/images/mapEdit/newcon_box.png') no-repeat center / 100% 100%;
-        margin: 15px;
-
-        div {
-            color: #fff;
-            width: 90px;
-            height: 30px;
-            display: flex;
-            align-items: center;
-            justify-content: center;
-            cursor: pointer;
-            font-weight: bold;
-            font-size: 12px;
-
-            &:hover {
-                background-color: rgba(0, 0, 0, 0.3);
-            }
-        }
-    }
-}
-
-.planar-polygon-edit-tooltip {
-    position: absolute;
-    top: 0px;
-    left: 0px;
-
-
-    .planar-polygon-edit-menu {
-        padding: 4px 0px;
-        transform: translate(24px, 10px);
-        background: url('../assets/images/mapEdit/newcon_box.png') no-repeat center / 100% 100%;
-        border-radius: 4px;
-
-        div {
-            color: #fff;
-            width: 90px;
-            height: 26px;
-            display: flex;
-            align-items: center;
-            justify-content: center;
-            cursor: pointer;
-            font-weight: bold;
-            font-size: 12px;
-
-            &:hover {
-                background-color: rgba(0, 0, 0, 0.3);
-            }
-        }
-    }
-}
\ No newline at end of file

--
Gitblit v1.9.3