管道基础大数据平台系统开发-【前端】-新系統界面
584911253@qq.com
2023-02-25 9660afd3e2ed1b9bd87c9316f8b24c63ad4c9a4e
src/views/maintenance/parameterConfiguration.vue
@@ -12,7 +12,7 @@
        ref="filterTable"
        :data="tableData"
        style="width: 100%"
        height="calc(100% - 57px)"
        height="calc(100% - 45px)"
      >
        <el-table-column
          align="center"
@@ -67,7 +67,7 @@
          </template>
        </el-table-column>
      </el-table>
      <div class="pagination_box">
      <div class="pagination_box" style="margin-top: 10px">
        <el-pagination
          @size-change="handleSizeChange"
          @current-change="handleCurrentChange"
@@ -168,7 +168,7 @@
      tableHeight: 0,
      timer: 0,
      styleVar: {
        height: "calc(100% - 75px)",
        height: "calc(100% - 30px)",
      },
    };
  },
@@ -262,7 +262,7 @@
.parameterConfiguration_box {
  height: 98%;
  width: 98%;
  padding: 1%;
  padding: 0.5% 1%;
  .parameterConfiguration {
    padding-top: 10px;