| | |
| | | <div class="mainContent"> |
| | | <div class="my-tree"> |
| | | <div class="my-tree__wrap"> |
| | | <!-- @node-click="handleNodeClick" --> |
| | | <el-tree ref="tree" :data="roleList" :props="defaultProps" show-checkbox |
| | | @check="handleCheck" :default-checked-keys="checkedIds" default-expand-all node-key="id"> |
| | | </el-tree> |
| | |
| | | position: absolute; |
| | | left: 0px; |
| | | bottom: 0px; |
| | | background-color: #17324c; |
| | | background-color: #09152f; |
| | | width: 100%; |
| | | height: 20px; |
| | | border-bottom-left-radius: 4px; |
| | |
| | | position: absolute; |
| | | right: 0px; |
| | | top: 0px; |
| | | background-color: #17324c; |
| | | background-color: #09152f; |
| | | width: 20px; |
| | | height: 100%; |
| | | } |