From 4df0471b7dff0494625ff09969b1a13b5359a26e Mon Sep 17 00:00:00 2001
From: XingChuan <m17600301067@163.com>
Date: 星期一, 31 五月 2021 22:41:47 +0800
Subject: [PATCH] 统计表弹框UI优化;增加点击企业名称缩放至企业;二级表展示功能优化。

---
 src/components/table/Public.vue |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/src/components/table/Public.vue b/src/components/table/Public.vue
index 5193020..e0da037 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>
@@ -11,8 +12,8 @@
 
 <script>
 
-// 寮曞叆鎷栨嫿
-import '@/utils/dragBoxes'
+// 寮规澶撮儴鎷栨嫿
+// import '@/utils/dragBoxes'
 
 export default {
   name: 'Public'
@@ -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