| | |
| | | <template> |
| | | <div class="standard"> |
| | | <div> |
| | | <el-table :data="tableData" height="800" row-key="id" border |
| | | <el-table :data="tableData" max-height="675" row-key="rowId" border |
| | | :header-cell-style="{border:'0px',background:'#f5f7fa',color:'#606266',boxShadow: 'inset 0 1px 0 #ebeef5',textAlign: 'left'}" |
| | | @selection-change="handleSelectionChange" default-expand-all |
| | | :tree-props="{ children: 'children', hasChildren: 'hasChildren' }"> |
| | |
| | | overflow: auto; |
| | | } |
| | | |
| | | .standard .el-table__body-wrapper { |
| | | /* .standard .el-table__body-wrapper { |
| | | height: 100%; |
| | | } |
| | | } */ |
| | | |
| | | .standard .el-table__body { |
| | | /* .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; |
| | | } |