管道基础大数据平台系统开发-【前端】-新系統界面
Surpriseplus
2023-03-02 d5431e6b00cfc9a1a57b1d67d3b1f5956eca0132
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>