| | |
| | | <template> |
| | | <div class="menuSettings_box"> |
| | | <div class="menuSettings_tree"> |
| | | <div class="content_box subpage_Div"> |
| | | <div class="content_left_box subpage_Div content-border"> |
| | | <My-bread :list="[ |
| | | `${$t('operatManage.operatManage')}`, |
| | | `${$t('operatManage.RoleResAuthorization')}`, |
| | |
| | | </el-tree> |
| | | </div> |
| | | </div> |
| | | <div class="content_box subpage_Div"> |
| | | <div class="content_box subpage_Div content-border"> |
| | | <div style=" |
| | | font-size: 14px; |
| | | color: #216fe6; |
| | |
| | | style="width: 100%" |
| | | @row-click="singleElection" |
| | | highlight-current-row |
| | | height="calc(100% - 50px)" |
| | | height="calc(100% - 80px)" |
| | | > |
| | | <el-table-column |
| | | align="center" |
| | |
| | | </el-pagination> |
| | | </div> |
| | | </div> |
| | | <div class="content_box subpage_Div"> |
| | | <div class="content_box subpage_Div content-border"> |
| | | <div style=" |
| | | font-size: 14px; |
| | | color: #216fe6; |
| | | line-height: 1; |
| | | cursor: text; |
| | | position: relative; |
| | | top: 5px; |
| | | top: 0px; |
| | | margin-left: 10px; |
| | | display: flex; |
| | | align-items: center; |
| | |
| | | :data="usertableData" |
| | | |
| | | style="width: 100%" |
| | | height="calc(100% - 50px)" |
| | | height="calc(100% - 80px)" |
| | | @selection-change="handleSelectionChange" |
| | | > |
| | | <el-table-column |
| | |
| | | <style lang="less" scoped> |
| | | //@import url(); 引入公共css类 |
| | | .menuSettings_box { |
| | | height: 100%; |
| | | height: calc(100% - 20px); |
| | | //height: 98%; |
| | | width: 98%; |
| | | padding:0 1%; |
| | | padding:10px 1%; |
| | | |
| | | .menuSettings_tree { |
| | | width: 100%; |
| | | height: 100%; |
| | | display: flex; |
| | | justify-content: space-around; |
| | | .content_left_box{ |
| | | padding: 10px; |
| | | width: 20%; |
| | | height: 94%; |
| | | border-radius: 5px; |
| | | } |
| | | .content_box { |
| | | padding: 10px; |
| | | width: 31%; |
| | | width: 36%; |
| | | height: 94%; |
| | | |
| | | border-radius: 5px; |
| | | } |
| | | .divider { |