管道基础大数据平台系统开发-【前端】-新系統界面
liupengpeng
2023-02-08 6b0c39ad65d0f49443a682fb6b8da592402643a9
用户管理
已修改1个文件
6 ■■■■■ 文件已修改
src/views/maintenance/userManagement.vue 6 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/maintenance/userManagement.vue
@@ -117,7 +117,7 @@
      <el-table
        :data="tableData"
        border
        style="width: 100%;overflow: auto;height: 500px;"
        style="width: 100%;overflow: auto;height: 900px;"
        @selection-change="handleSelectionChange"
      >
        <el-table-column
@@ -1257,9 +1257,11 @@
    }
  }
  .table_box {
    height: 60%;
    // height: 60%;
    padding: 10px;
    border-radius: 5px;
    overflow: auto;
    height: 500px;
    // overflow: auto;
  }