From 4ff2e4b83f2169661bee7ae099da67212ecbd186 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期一, 04 九月 2023 15:44:11 +0800 Subject: [PATCH] 添加用户显示,退出按钮;修改顶部菜单,投影管理页面 --- src/components/thematicMap/thematicMap.vue | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/src/components/thematicMap/thematicMap.vue b/src/components/thematicMap/thematicMap.vue index 38cebc8..cdce51a 100644 --- a/src/components/thematicMap/thematicMap.vue +++ b/src/components/thematicMap/thematicMap.vue @@ -56,12 +56,9 @@ <style lang="less" scoped> .top_btn { - position: absolute; - top: 23px; - right: 0px; display: flex; cursor: pointer; - z-index: 40; + .menu_Box { margin-right: 104px; display: flex; -- Gitblit v1.9.3