// cos基础url目录
$cos-image-base-url: 'https://image-1251917893.file.myqcloud.com';
// 无畏基础url目录
$cos-image-valorant-url: 'https://image-1251917893.file.myqcloud.com/tip-project/valorant';


.sche-manage {
  // height: 100vh;
  // display: flex;
  // flex-direction: column;

  .title {
    // font-size: $font-size-m-1;
    // color: $brand-color-1;
    // display: flex;
    // align-items: center;
    // opacity: .5;

    &.active {
      // font-weight: 700;
      // opacity: 1;
    }

    .num {
      // border-radius: $radius-circle;
      // font-size: $font-size-m-3;
      // width: .28rem;
      // height: .28rem;
      // display: flex;
      // align-items: center;
      // justify-content: center;
      // border: 1px solid $brand-color-1;
      // margin-right: .1rem;
    }
  }

  &::v-deep {
    .press-tabs__line {
      width: .56rem !important;
      height: .12rem !important;
      background-color: unset !important;
      background: url('#{$cos-image-valorant-url}/valMobil/tab-line.png') no-repeat;
      background-size: cover;
      left: .18rem !important;
    }

    .press-tabs {
      flex: 1;
      overflow: hidden;
      display: flex;
      flex-direction: column;
    }

    .press-tabs__content {
      flex: 1;
    }

    .press-tab__pane-wrapper {
      height: 100%;
    }

    .press-tab__pane--active {
      height: 100%;
    }
  }
}

.sche-manage--not-admin {
  ::v-deep .press-tabs__wrap {
    display: none;
  }
}

.sche-manage {
  // ::v-deep {
  //   .press-tab__pane {
  //     display: flex;
  //     flex-direction: column;
  //   }

  //   .sche-tree-wrapper {
  //     flex: 1;
  //   }
  // }
}