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/mapSpacePop.vue | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/components/MapView/mapSpacePop.vue b/src/components/MapView/mapSpacePop.vue index 1ccd6eb..63fc17d 100644 --- a/src/components/MapView/mapSpacePop.vue +++ b/src/components/MapView/mapSpacePop.vue @@ -60,9 +60,10 @@ <div class="centTable"> <el-table :data="tableData" - height="260px" + height="100%" ref="filterTable" style="width: 100%" + border > <el-table-column align="center" @@ -90,6 +91,7 @@ :prop="item.field" show-overflow-tooltip align="center" + :fit="true" ></el-table-column> </el-table> </div> @@ -475,7 +477,10 @@ border: 1px solid gray; float: left; .centTable { - height: 230px; + margin-top: 1%; + position: absolute; + height: 66%; + width: 98%; } .rightTitle { padding: 5px; @@ -488,7 +493,7 @@ } .bottomPage { position: absolute; - bottom: 1%; + bottom: 3%; } } </style> -- Gitblit v1.9.3