hailin
2023-08-01 8596fc324532bf151e3f39c4d3ea18d880dc43c2
src/components/view/standard-table/technology.vue
@@ -37,11 +37,14 @@
  .standard .el-table__body {
    height: 100%;
  }
  .standard .el-table .el-table__row:not([class*="el-table__row--level-"]) td:nth-child(3){
    padding-left: 23px !important;
   }
</style>
<template>
  <div class="standard">
    <el-table :data="tableData" border style="width: 100%" @selection-change="handleSelectionChange" border
    <el-table :data="tableData" border style="width: 100%" @selection-change="handleSelectionChange" row-key="id"
      default-expand-all :tree-props="{children: 'children', hasChildren: 'hasChildren'}">
      <el-table-column type="selection" width="50">
      </el-table-column>