From f789d1d5841d0f8feefc16570189304c9d9204a9 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 31 Oct 2024 18:31:40 +0800
Subject: [PATCH] 加载倾斜模型 图层组件封装 路由相关调整 项目基础路径调整
---
src/styles/base/index.scss | 39 +--------------------------------------
1 files changed, 1 insertions(+), 38 deletions(-)
diff --git a/src/styles/base/index.scss b/src/styles/base/index.scss
index 29aa729..54b25fe 100644
--- a/src/styles/base/index.scss
+++ b/src/styles/base/index.scss
@@ -1,39 +1,2 @@
@use './container.scss'as *;
-
-.public-map-popup {
- position: absolute;
- left: 0;
- top: 0;
- pointer-events: all;
- display: block;
- transform-origin: left bottom;
- z-index: auto;
-
- .marsBlueGradientPnl {
- text-align: center;
- padding: 5px 30px;
- margin: 0;
- color: #fff;
- background: linear-gradient(rgb(7 10 203 / 75%), rgb(16 238 220));
- -webkit-border-radius: 5px;
- -moz-border-radius: 5px;
- border-radius: 5px;
- max-height: 130px;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- white-space: nowrap;
-
- &::after {
- content: "";
- position: absolute;
- bottom: -60px;
- left: calc(50% - 3px);
- display: block;
- width: 3px;
- height: 60px;
- border-right: 3px solid #2bcdbb;
- }
- }
-}
\ No newline at end of file
+@use './dc-base.scss'as *;
\ No newline at end of file
--
Gitblit v1.9.3