From 75aeb4e63339b60f9559af984c7d9f87a7cba24a Mon Sep 17 00:00:00 2001 From: riku <risaku@163.com> Date: 星期四, 09 五月 2024 17:40:47 +0800 Subject: [PATCH] 轨迹动画和任务管理 --- src/components/map/MapToolbox.vue | 8 +------- 1 files changed, 1 insertions(+), 7 deletions(-) diff --git a/src/components/map/MapToolbox.vue b/src/components/map/MapToolbox.vue index 270e612..0b0db4d 100644 --- a/src/components/map/MapToolbox.vue +++ b/src/components/map/MapToolbox.vue @@ -1,6 +1,6 @@ <template> <el-dropdown - class="p-events-auto dropdown-wrap" + class="p-events-auto" trigger="click" size="small" @command="handleCommand" @@ -103,12 +103,6 @@ </script> <style scoped> -.dropdown-wrap { - position: absolute; - top: 10px; - left: 2px; -} - .el-button { margin: initial !important; } -- Gitblit v1.9.3