From 54837b203b8d23c01e0e6cf716cb6a3829ae60f6 Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期四, 22 十二月 2022 19:48:07 +0800
Subject: [PATCH] 数据检索,关键字查询,空间查询,专题图添加mpt,

---
 src/components/MapView/mapSpacePop.vue |    9 ++-------
 1 files changed, 2 insertions(+), 7 deletions(-)

diff --git a/src/components/MapView/mapSpacePop.vue b/src/components/MapView/mapSpacePop.vue
index 78a1ffe..483521c 100644
--- a/src/components/MapView/mapSpacePop.vue
+++ b/src/components/MapView/mapSpacePop.vue
@@ -1,11 +1,6 @@
 <template>
   <div class="menuPop">
-    <div class="rightTitle">
-      <span>绠¢亾</span>
-      <el-link @click="closeSpaceBox" :underline="false" class="boxClose"
-        ><i class="el-icon-close"></i>
-      </el-link>
-    </div>
+ 
     <div style="padding: 5px">
       <el-form :inline="true" :model="formInline" class="demo-form-inline">
         <el-form-item>
@@ -54,7 +49,7 @@
       <div class="centTable">
         <el-table
           :data="tableData"
-          height="220px"
+          height="260px"
           ref="filterTable"
           style="width: 100%"
         >

--
Gitblit v1.9.3