.container[data-v-3651ef4c] {
  height: 100%;
}
.nav[data-v-3651ef4c] {
  background-color: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #ecedef;
  padding: 10px 10px;
  height: 50px;
}
.tree[data-v-3651ef4c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 50px);
  background-color: #fff;
  overflow-y: auto;
}
.left[data-v-3651ef4c] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  padding: 10px;
}
.left .mainbox[data-v-3651ef4c] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}


.el-cascader-panel .el-radio {
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  top: 10px;
  right: 10px;
}
.el-cascader-panel .el-radio__input {
  visibility: hidden;
}
.el-cascader-panel .el-cascader-node__postfix {
  top: 10px;
}

