From 4d18d6d118e265cb131c1ece7a0f0ab0a2db4ce7 Mon Sep 17 00:00:00 2001 From: yangys <y_ys79@sina.com> Date: 星期日, 14 一月 2024 20:16:35 +0800 Subject: [PATCH] Merge branch 'master' of http://www.beijingsoft.cn:9090/r/mdc-front --- 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