From aef7a66e9568004d3e8bb9930db5866d82ed96c6 Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期一, 29 四月 2024 22:32:46 +0800 Subject: [PATCH] 新增绘制3d走航图功能 --- src/assets/3dmap.css | 13 ++----------- 1 files changed, 2 insertions(+), 11 deletions(-) diff --git a/src/assets/3dmap.css b/src/assets/3dmap.css index d726da4..0ddf6ed 100644 --- a/src/assets/3dmap.css +++ b/src/assets/3dmap.css @@ -45,7 +45,7 @@ } .map-tool-box { - position: absolute; + position: relative; left: 1px; top: 10px; z-index: 1000px; @@ -66,19 +66,10 @@ } .map-factor-selector { - /* background-color: rgb(223, 223, 223); */ position: absolute; left: 1px; - /* left: 10px; */ - top: 120px; + top: 64px; z-index: 100px; - /* display: flex; - align-items: flex-start; - flex-wrap: wrap-reverse; - flex-direction: column; */ - /* background-color: #ffffffb0; */ - /* min-height: 200px; */ - /* max-height: 50vh; */ } .factorbox { -- Gitblit v1.9.3