From f99fd37cdbaaa4f09e5b7383442ee264fd332232 Mon Sep 17 00:00:00 2001 From: 徐旺旺 <11530253@qq.com> Date: 星期六, 08 五月 2021 10:55:37 +0800 Subject: [PATCH] 新增图层点击弹窗开关 --- src/components/table/Public.vue | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/table/Public.vue b/src/components/table/Public.vue index 5193020..fec41b2 100644 --- a/src/components/table/Public.vue +++ b/src/components/table/Public.vue @@ -1,5 +1,6 @@ <template> - <div class="report-bounced map-background" v-drag> + <div class="report-bounced map-background"> +<!-- <div class="report-bounced map-background" v-drag>--> <div class="public-bounced-title"> <slot name='title'></slot> </div> @@ -23,8 +24,8 @@ .report-bounced { z-index: 2000; position: fixed; - top: 35%; - left: 35%; + top: 15%; + left: 5%; .public-bounced-title { text-align: center; -- Gitblit v1.8.0