| | |
| | | ]" |
| | | ></My-bread> |
| | | <el-divider /> --> |
| | | <div class="menuSettings_tree subpage_Div menuRoleAuthorization_left" style="padding-top:10px;width: 23%;overflow-y: auto;"> |
| | | <div class="menuSettings_tree subpage_Div menuRoleAuthorization_left content-border" style="padding-top:10px;width: 20%;overflow-y: auto;"> |
| | | <My-bread |
| | | :list="[ |
| | | `${$t('operatManage.operatManage')}`, |
| | |
| | | </div> |
| | | </div> |
| | | <!-- <div class="menuRoleAuthorization_resize" title="收缩侧边栏">⋮</div> --> |
| | | |
| | | |
| | | <!-- <div class="left_tree subpage_Div"> |
| | | <el-tree |
| | | :data="depList" |
| | |
| | | > |
| | | </el-tree> |
| | | </div> --> |
| | | <div class="right_menu subpage_Div"> |
| | | <div class="right_menu subpage_Div content-border"> |
| | | <div |
| | | style=" |
| | | font-size: 14px; |
| | |
| | | <el-table |
| | | :data="tableData" |
| | | style="width: 100%" |
| | | height="calc(100% - 124px)" |
| | | border |
| | | 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: calc(100% - 20px); |
| | | width: 98%; |
| | | padding: 1%; |
| | | padding:10px; |
| | | border-radius: 10px; |
| | | position: relative; |
| | | display: flex; |
| | |
| | | } |
| | | .right_menu { |
| | | border-radius: 10px; |
| | | width: 75%; |
| | | width: 77.5%; |
| | | // height: 92%; |
| | | padding: 10px; |
| | | // padding-top:0; |
| | | border-radius: 10px; |
| | | float: right; |
| | | } |
| | | |
| | | |
| | | |
| | | .divider { |
| | | margin-top: 8px; |
| | |
| | | background-color: transparent !important; |
| | | } |
| | | </style> |
| | | |