hailin
2023-08-07 ef114839bf4355b597e9ac7f5ba78e732a703770
src/components/view/raw-ins.vue
@@ -1,5 +1,7 @@
<style scoped>
  .raw_ins {}
  .raw_ins {
    height: 100%;
  }
  .raw_ins .title .el-button {
    height: 32px;
@@ -110,7 +112,7 @@
    </div>
    <div class="thing">
      <el-table :data="tableData" border style="width: 100%;overflow-y: auto;min-height: calc(100% - 50px)"
        max-height="calc(100% - 50px)" @selection-change="handleSelectionChange" border default-expand-all
        max-height="calc(100% - 50px)" @selection-change="handleSelectionChange"  default-expand-all
        :tree-props="{children: 'children', hasChildren: 'hasChildren'}" row-key="id">
        <el-table-column type="selection" width="50">
        </el-table-column>