| | |
| | | </div> |
| | | </div> |
| | | <!-- <div class="menuRoleAuthorization_resize" title="收缩侧边栏">⋮</div> --> |
| | | |
| | | |
| | | <!-- <div class="left_tree subpage_Div"> |
| | | <el-tree |
| | | :data="depList" |
| | |
| | | <el-table |
| | | :data="tableData" |
| | | style="width: 100%" |
| | | height="calc(100% - 124px)" |
| | | height="calc(100% - 80px)" |
| | | @selection-change="handleSelectionChange" |
| | | > |
| | | <el-table-column type="selection" width="55"> </el-table-column> |
| | |
| | | </el-table-column> |
| | | </el-table> |
| | | |
| | | <div class="pagination_box"> |
| | | <div class="pagination_box" style="margin-top: 10px"> |
| | | <el-pagination |
| | | @size-change="userhandleSizeChange" |
| | | @current-change="userhandleCurrentChange" |
| | |
| | | <style lang="less" scoped> |
| | | //@import url(); 引入公共css类 |
| | | .menuSettings_box { |
| | | height: 96%; |
| | | //height: 96%; |
| | | height: 100%; |
| | | width: 98%; |
| | | padding: 1%; |
| | | padding:0 1%; |
| | | border-radius: 10px; |
| | | position: relative; |
| | | display: flex; |
| | |
| | | border-radius: 10px; |
| | | float: right; |
| | | } |
| | | |
| | | |
| | | |
| | | .divider { |
| | | margin-top: 8px; |
| | |
| | | background-color: transparent !important; |
| | | } |
| | | </style> |
| | | |