管道基础大数据平台系统开发-【前端】-新系統界面
liupengpeng
2023-02-15 00d4bfaa6e75c41837bb70c349500388d18f7de7
src/views/datamanage/styleManage.vue
@@ -5,7 +5,7 @@
        `${$t('dataManage.styleManage')}`,
      ]"></My-bread>
    <el-divider />
    <div class="searchComp subpage_Div">
    <div class="searchComp subpage_Div" style="padding: 1%;">
      <el-form
        ref="ruleForm"
        :model="ruleForm"
@@ -52,12 +52,12 @@
      </el-form>
    </div>
    <div class="bottom">
      <div class="rightTable">
      <div class="rightTable subpage_Div">
        <div class="table_box">
          <el-table
            :data="tableData"
            style="width: 100%"
            height="100%"
            height="95%"
            @selection-change="handleSelectionChange"
          >
            <el-table-column
@@ -143,7 +143,6 @@
          </el-table>
        </div>
        <div
          style="margin-top: 20px;"
          class="pagination_box"
        >
          <el-pagination
@@ -1662,13 +1661,20 @@
  }
  .bottom {
    width: 100%;
    height: 85%;
    margin-top: 1%;
    height: 74%;
    display: flex;
    justify-content: space-between;
    .rightTable {
      height: 100%;
      width: 100%;
      width: 98%;
      height: 92%;
      border-radius: 5px;
      padding: 1%;
      .table_box {
        width: 100%;
        height: 80%;
        height: 93%;
        margin: 0 auto;
        overflow: auto;
      }