From 9d63225708dcd79255223be4c716bf17b0997ffe Mon Sep 17 00:00:00 2001 From: gaosp <gaosp> Date: 星期日, 14 一月 2024 19:01:21 +0800 Subject: [PATCH] update --- src/container/Map/Map.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/container/Map/Map.vue b/src/container/Map/Map.vue index 9680251..92cc7a4 100644 --- a/src/container/Map/Map.vue +++ b/src/container/Map/Map.vue @@ -1,7 +1,7 @@ <!-- * @Date: 2024-01-05 23:47:53 * @LastEditors: Sneed - * @LastEditTime: 2024-01-14 15:07:18 + * @LastEditTime: 2024-01-14 16:50:48 * @FilePath: /belleson-frontend/Users/mache/Documents/demo/mdc/src/container/Map/Map.vue --> <template> @@ -279,12 +279,12 @@ if (window.innerWidth - left < 100) { this.position = { right: 0, - top: top - t + 10 + 'px' + top: top + 10 + 'px' } } else { this.position = { left: left + 'px', - top: top -t + 10 + 'px' + top: top + 10 + 'px' } } @@ -480,7 +480,7 @@ overflow-x: scroll; .table-action { - position: absolute; + position: fixed; z-index: 999; color: #fff; width: 100px; -- Gitblit v1.9.3