@charset "UTF-8";
/**
 * @description 全局主题变量配置
 */
/* stylelint-disable */
[data-v-12c0a0b0]:export {
  menu-color: #25293c;
  menu-color-active: rgba(255, 255, 255, 0.95);
  menu-background: white;
}
[data-v-12c0a0b0] .el-dialog__body {
  padding-top: 10px;
  padding-bottom: 5px;
  overflow: visible;
}
[data-v-12c0a0b0] .rowClassName {
  cursor: pointer !important;
}
[data-v-12c0a0b0] .el-table__header .el-table-column--selection .cell .el-checkbox:after {
  content: "本页全选";
  color: black;
  font-weight: bold;
  font-size: 12px;
  margin-left: 5px;
}
@charset "UTF-8";
/**
 * @description 全局主题变量配置
 */
/* stylelint-disable */
::v-deep .columnClass {
  color: #0040ff !important;
  vertical-align: middle;
}
.aside-option {
  width: 400px;
  margin: 20px 0;
  background-color: #fff;
  font-weight: normal !important;
}
.el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content {
  background-color: #409EFF !important;
  color: white;
}
.positionColor {
  color: #909399;
}
.exist_current {
  color: #f56c6c;
}
.el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content > .custom-tree-node > .exist_current {
  background-color: #409EFF !important;
  color: white;
}
.el-tree--highlight-current .el-tree-node.is-current > .el-tree-node__content > .custom-tree-node > .positionColor {
  background-color: #409EFF !important;
  color: white;
}
.unselect {
  -webkit-user-select: none;
  -moz-user-select: none;
  /* 以下两个属性目前并未支持，写在这里为了减少风险 */
  -o-user-select: none;
  user-select: none;
}
.contnet {
  display: flex;
}
.left-tree {
  position: relative;
  width: 250px;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.0509803922);
  border-radius: 4px;
  vertical-align: top;
  display: inline-block;
  box-sizing: border-box;
  flex-shrink: 0;
  padding: 10px 0 0 10px;
  margin-right: 8px;
}
.resize {
  cursor: col-resize;
  position: absolute;
  top: 45%;
  right: -8px;
  background-color: #d6d6d6;
  border-radius: 5px;
  margin-top: -10px;
  width: 8px;
  height: 40px;
  background-size: cover;
  background-position: 50%;
}
.right-content {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.0509803922);
  border-radius: 4px;
  box-sizing: border-box;
  padding: 10px;
  vertical-align: top;
  overflow: auto;
}
