From d5431e6b00cfc9a1a57b1d67d3b1f5956eca0132 Mon Sep 17 00:00:00 2001
From: Surpriseplus <845948745@qq.com>
Date: 星期四, 02 三月 2023 08:41:57 +0800
Subject: [PATCH] 数据上传添加进度条,样式管理页面修改,属性查询,空间查询页面优化

---
 src/components/MapView/mapMenuPop.vue |   11 ++++++++---
 1 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/src/components/MapView/mapMenuPop.vue b/src/components/MapView/mapMenuPop.vue
index 8069838..d5d9419 100644
--- a/src/components/MapView/mapMenuPop.vue
+++ b/src/components/MapView/mapMenuPop.vue
@@ -24,8 +24,9 @@
         <el-table
           :data="tableData"
           ref="dialogPayChannel"
-          height="300px"
+          height="100%"
           style="width: 100%"
+          border
         >
           <el-table-column
             align="center"
@@ -56,7 +57,10 @@
           ></el-table-column>
         </el-table>
       </div>
-      <div class="pagination_box">
+      <div
+        class="pagination_box"
+        style="margin-top:10px"
+      >
         <el-pagination
           @size-change="handleSizeChange"
           @current-change="handleCurrentChange"
@@ -794,7 +798,8 @@
       width: 100%;
     }
     .tableBox {
-      height: 327px;
+      position: relative;
+      height: 89%;
     }
     .rightPage {
       margin-left: 50px;

--
Gitblit v1.9.3