管道基础大数据平台系统开发-【前端】-新系統界面
Surpriseplus
2023-02-22 853873ddb35e8eeb42b1b1b9fdb247ba5b1f19d1
src/views/AuthorizationManagement/menuRoleAuthorization.vue
@@ -8,16 +8,16 @@
      ]"
    ></My-bread>
    <el-divider /> -->
    <div class="menuSettings_tree subpage_Div menuRoleAuthorization_left">
    <div class="menuSettings_tree subpage_Div menuRoleAuthorization_left" style="padding-top:10px;width: 23%;overflow-y: auto;">
      <My-bread
        :list="[
          `${$t('operatManage.operatManage')}`,
          `${$t('operatManage.UserRoleAuthorization')}`,
          `${$t('operatManage.MenuRoleAuthorization')}`,
        ]"
      ></My-bread>
      <el-divider />
      <div class="menuTreeBox">
      <div>
        <div class="card_tree">
          <el-tree
            :data="depList"
@@ -35,7 +35,7 @@
      </div>
    </div>
    <!-- <div class="menuRoleAuthorization_resize" title="收缩侧边栏">⋮</div> -->
    <div class="menuTreeBox menuRoleAuthorization_mid">
      <!-- <div class="left_tree subpage_Div">
        <el-tree
          :data="depList"
@@ -57,8 +57,6 @@
            color: #409eff;
            line-height: 1;
            cursor: text;
            position: relative;
            top: 5px;
            margin-left: 10px;
            display: flex;
            align-items: center;
@@ -129,7 +127,6 @@
          </el-pagination>
        </div>
      </div>
    </div>
    <!-- <div class="menuSettings">
@@ -531,13 +528,11 @@
  border-radius: 10px;
  position: relative;
  display: flex;
  // justify-content: space-between;
  justify-content: space-between;
  .menuTreeBox {
    width: 100%;
    height: 98%;
    .left_tree {
      width: 29%;
      width: 23%;
      height: 92%;
      padding: 10px;
@@ -548,14 +543,14 @@
    }
    .right_menu {
      border-radius: 10px;
      width: 97%;
      height: 100%;
      width: 75%;
      // height: 92%;
      padding: 10px;
      border-radius: 5px;
      // padding-top:0;
      border-radius: 10px;
      float: right;
    }
  }
  .divider {
    margin-top: 8px;