From b25421d2fb6cc01343bc5eaa327a3838268ed068 Mon Sep 17 00:00:00 2001
From: ChenZeping <chenzeping>
Date: 星期四, 29 四月 2021 15:55:51 +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