diff --git a/dist.zip b/dist.zip deleted file mode 100644 index 79e39a1..0000000 Binary files a/dist.zip and /dev/null differ diff --git a/src/view/sy_map.vue b/src/view/sy_map.vue index ab2bec4..cd0a5b6 100644 --- a/src/view/sy_map.vue +++ b/src/view/sy_map.vue @@ -3633,9 +3633,24 @@ onMounted(async () => { z-index: 999; position: absolute; color: #ffffff; - top: 80px; + top: 120px; left: 600px; display: flex; + cursor: pointer; + .btnopen { + background-color: skyblue; + padding: 5px 10px; + border-radius: 3px 0 0 3px; + } + .btnsave { + background-color: skyblue; + padding: 5px 10px; + } + .btnclose { + background-color: skyblue; + padding: 5px 10px; + border-radius: 0 3px 3px 0; + } } .title { background-image: url(@/assets/images/map/map_title_bg.png); @@ -3840,4 +3855,3 @@ onMounted(async () => { z-index: 9998; } -