| | |
| | | <div class="menuSettings_box"> |
| | | <!-- 角色,单位 --> |
| | | <div class="menuSettings_tree"> |
| | | <div class="content_box subpage_Div"> |
| | | <div class="content_box subpage_Div content-border"> |
| | | <My-bread :list="[ |
| | | `${$t('operatManage.operatManage')}`, |
| | | `${$t('operatManage.RoleMenuAuthorization')}`, |
| | |
| | | <el-table |
| | | :data="tableData" |
| | | style="width: 100%" |
| | | border |
| | | @row-click="singleElection" |
| | | highlight-current-row |
| | | height="calc(100% - 135px)" |
| | |
| | | </el-table-column> |
| | | </el-table> |
| | | </div> |
| | | <div class="content_box subpage_Div"> |
| | | <div class="content_box subpage_Div content-border"> |
| | | <div style=" |
| | | font-size: 14px; |
| | | color: #216fe6; |
| | |
| | | </el-tree> |
| | | |
| | | </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; |
| | |
| | | <el-divider class="divider" /> |
| | | <el-table |
| | | :data="menuTableData" |
| | | border |
| | | style="width: 100%" |
| | | height="calc(100% - 85px)" |
| | | @selection-change="handleSelectionChange" |
| | |
| | | //@import url(); 引入公共css类 |
| | | .menuSettings_box { |
| | | //height: 98%; |
| | | height: 100%; |
| | | |
| | | height: calc(100% - 20px); |
| | | width: 98%; |
| | | padding: 0 0.5%; |
| | | padding: 10px 0.5%; |
| | | |
| | | .menuSettings_tree { |
| | | display: flex; |