管道基础大数据平台系统开发-【前端】-新系統界面
584911253@qq.com
2023-02-26 cd6b2b758589508b81609a96c615c93820bdc90d
src/views/AuthorizationManagement/roleResAuthorization.vue
@@ -1,7 +1,7 @@
<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')}`,
@@ -22,7 +22,7 @@
          </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;
@@ -40,7 +40,7 @@
          style="width: 100%"
          @row-click="singleElection"
          highlight-current-row
           height="calc(100% - 50px)"
           height="calc(100% - 80px)"
        >
          <el-table-column
            align="center"
@@ -81,14 +81,14 @@
          </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;
@@ -127,7 +127,7 @@
          :data="usertableData"
          style="width: 100%"
           height="calc(100% - 50px)"
           height="calc(100% - 80px)"
          @selection-change="handleSelectionChange"
        >
          <el-table-column
@@ -681,21 +681,26 @@
<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 {