zhanghua
2022-12-29 c8a167fd980901fb9aa83064d92ce04bbb9cd87e
src/views/systemSetting/baseSetting/role/updateUser/index.vue
@@ -123,18 +123,18 @@
<style lang="scss" scoped>
.updateUser {
  border-radius: 1px;
  background-color: #09152f;
  // background-color: #09152f;
  main {
    text-align: left;
    padding: 50px 55px;
    background-color: #09152f;
    // background-color: #09152f;
    .mainContent {
      .my-tree {
        height: 200px;
        overflow: hidden;
        background-color: #17324c;
        // background-color: #17324c;
        position: relative;
        border-radius: 4px;
@@ -147,7 +147,7 @@
          position: absolute;
          left: 0px;
          bottom: 0px;
          background-color: #09152f;
          // background-color: #09152f;
          width: 100%;
          height: 20px;
          border-bottom-left-radius: 4px;
@@ -157,7 +157,7 @@
          position: absolute;
          right: 0px;
          top: 0px;
          background-color: #09152f;
          // background-color: #09152f;
          width: 20px;
          height: 100%;
        }
@@ -165,15 +165,15 @@
    }
  }
  &::v-deep .el-textarea__inner {
    background-color: #09152f;
    border: 1px solid #17324c;
  }
  // &::v-deep .el-textarea__inner {
  //   background-color: #09152f;
  //   border: 1px solid #17324c;
  // }
  ::v-deep .el-input__inner {
    background-color: #09152f;
    border: 1px solid #17324c;
  }
  // ::v-deep .el-input__inner {
  //   background-color: #09152f;
  //   border: 1px solid #17324c;
  // }
}
.selection {
@@ -192,7 +192,7 @@
  }
  .cancel {
    background-color: #09152f;
    // background-color: #09152f;
    color: #4b9bb7;
  }
}