管道基础大数据平台系统开发-【前端】-新系統界面
Surpriseplus
2022-11-16 e955e0e34f52d3a8f66354f2a75b762791f918b1
src/views/userManage/resourceManage.vue
@@ -2,7 +2,7 @@
  <div class="power_box">
    <My-bread
      :list="[
        `${$t('userManage.userManage')}`,
       `${$t('operatManage.operatManage')}`,
        `${$t('userManage.resManage')}`,
      ]"
    ></My-bread>
@@ -519,12 +519,13 @@
        pageIndex: 1,
        pageSize: 10,
      },
      defaultProps: {
        children: 'children',
        label: 'label',
      },
    };
  },
  defaultProps: {
    children: 'children',
    label: 'label',
  },
  created() {
    var val = this.$store.state.currentPerms;
    var permsEntity = this.$store.state.permsEntity;
@@ -877,7 +878,7 @@
  }
  .pagination_box {
    margin-top: 20px;
     /deep/.el-input__inner {
    /deep/.el-input__inner {
      background-color: transparent !important;
      border: 1px solid;
      color: white;
@@ -981,6 +982,28 @@
      background: #ededed;
    }
  }
   /deep/.el-form-item__label {
    color: white;
  }
  /deep/.el-input__inner {
    background-color: transparent !important;
    border: 1px solid;
    color: white;
  }
  /deep/ .el-dialog {
    background: #303030;
  }
  /deep/.el-range-editor.is-active,
  .el-range-editor.is-active:hover,
  .el-select .el-input.is-focus .el-input__inner {
    border: 1px solid;
  }
  /deep/.el-dialog__title {
    color: white;
  }
  /deep/ .el-dialog__body {
    padding: 10px 0 0 0;
  }
}
</style>
<style  >