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>