管道基础大数据平台系统开发-【前端】-新系統界面
liupengpeng
2023-02-15 00d4bfaa6e75c41837bb70c349500388d18f7de7
src/views/datamanage/versionManage.vue
@@ -5,12 +5,8 @@
        `${$t('dataManage.versionManage')}`,
      ]"></My-bread>
    <el-divider />
    <div class="verSionContent">
      <!-- <div class="verSion_leftTree">
        <ver-dir-tree></ver-dir-tree>
      </div> -->
      <div class="verSion_rightContent subpage_Div">
        <el-form
    <div class="inquire subpage_Div">
      <el-form
          ref="ruleForm"
          :model="ruleForm"
          :inline="true"
@@ -78,12 +74,14 @@
            >{{ $t('common.empty') }}</el-button>
          </el-form-item>
        </el-form>
        <el-divider class="eldivider" />
        <div style="height: 73%">
    </div>
    <div class="bottom">
      <div class="rightTable subpage_Div">
        <div class="table_box">
          <el-table
            :data="tableData"
            style="width: 100%"
            height="99%"
            height="95%"
          >
            <el-table-column
              align="center"
@@ -156,8 +154,8 @@
              </template>
            </el-table-column>
          </el-table>
        </div>
          <div
            style="margin-top: 20px; "
            class="pagination_box"
          >
            <el-pagination
@@ -171,9 +169,8 @@
            >
            </el-pagination>
          </div>
        </div>
      </div>
    </div>
      </div>
    <el-dialog
      :title="$t('dataManage.vmobj.editVersion')"
      :visible.sync="dialogFormVisible"
@@ -750,4 +747,36 @@
    }
  }
}
.inquire {
    position: relative;
    padding-bottom: 8px;
    border-radius: 5px;
    padding: 1%;
    .el-form-item {
      margin: 5px;
    }
  }
  .bottom {
    width: 100%;
    margin-top: 1%;
    height: 74%;
    display: flex;
    justify-content: space-between;
    .rightTable {
      width: 98%;
      height: 92%;
      border-radius: 5px;
      padding: 1%;
      .table_box {
        width: 100%;
        height: 93%;
        margin: 0 auto;
        overflow: auto;
      }
    }
  }
</style>