
.el-input[data-v-41adcaa2] {
    margin-bottom: 10px;
    margin: 10px auto;
    width: 30%;
}

/* 控制树形节点横向显示 */
[data-v-41adcaa2] .el-tree-node.is-expanded>.el-tree-node__children {
    display: flex;
    flex-wrap: wrap;
    /* flex横向布局换行显示 */
}

/* 去除点击收缩图标时：横向显示的数据会先晃动成纵向显示的再收缩的现象*/
.collapse-transition[data-v-41adcaa2] {
    transition: none !important;
}
.leader-box[data-v-41adcaa2]{
    margin-left:8px;
    border: 1px solid #606266;
    padding:2px; color:#606266;
    border-radius: 2px;
}

.btnCopy[data-v-69f48e28] {
  margin-left: 42%;
  margin-top: 10px;
}
.el-scrollbar__wrap[data-v-69f48e28] {
  overflow: hidden scroll;
}
.non_existentTitle[data-v-69f48e28] {
  margin-bottom: 12px;
  font-size: 15px;
}
.queryOne[data-v-69f48e28] {
  display: block;
  margin-left: 60px;
}
.queryThree[data-v-69f48e28] {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.queryTwo[data-v-69f48e28] {
  margin-left: 60px;
}
.bigBox[data-v-69f48e28] {
  display: flex;
}
.renBox[data-v-69f48e28] {
  text-align: left;
}
.buttonBox[data-v-69f48e28] {
  z-index: 11;
  float: right;
  position: relative;
}
.checkbox[data-v-69f48e28] {
  display: flex;
  align-items: center;
}
.clearfix[data-v-69f48e28] {
  position: relative;
}
.overall-form[data-v-69f48e28] {
  margin-bottom: 2px;
}
.overall-btn1[data-v-69f48e28] {
  margin-right: 0px;
}
.overall-btn1[data-v-69f48e28]:hover {
  color: #e6a23c;
}
.queryName[data-v-69f48e28] {
  margin-left: -540px;
}
.queryResultAll[data-v-69f48e28] {
  width: 760px;
  margin-left: -100px;
}
.btncopy[data-v-69f48e28] {
  margin-left: 6px;
}
.popoverTitle {
  margin-left: -24px;
  padding: 10px 11px;
  background: white !important;
  font-size: 12px;
  color: #409EFF !important;
}
.popoverTitle :hover {
  color: #e6a23c;
}
.popoverTitle[x-placement^=top] .popper__arrow {
  border-top-color: white !important;
}
.popoverTitle[x-placement^=top] .popper__arrow::after {
  border-top-color: white !important;
}
.btnTaskCopy {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  cursor: pointer;
}
.btnTaskCopy :hover {
  color: #e6a23c;
}
.overall-btn1 {
  padding: 4px;
}
.overall-btn1:hover {
  color: #e6a23c;
}
.span-border {
  display: inline-block;
  width: 2px;
  height: 10px;
  background: #ebeef5;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 5px;
}
.span-border1 {
  display: inline-block;
  width: 2px;
  height: 15px;
  background: #409EFF;
  vertical-align: middle;
  margin-right: 5px;
  margin-left: 5px;
}
.draw-block {
  display: flex;
  justify-content: space-between;
  padding: 0 20px 20px;
  max-height: 90%;
  overflow-y: auto;
}
.draw-block .draw-left,
.draw-block .draw-right {
  width: 50%;
}
.draw-block .check-group {
  text-align: left;
  padding: 0 15px;
}
.draw-block .check-group .el-checkbox {
  padding: 5px 0;
}
.draw-block .draw-left {
  border-right: 1px solid #ebeef5;
}
.draw-block .draw-title {
  display: inline-block;
  margin: 0 0 15px 0;
  font-size: 14px;
  font-weight: bold;
}
.btn-box {
  height: 27px;
  line-height: 13px;
  margin-top: 1px;
}
.pageTitle {
  margin-top: 0px;
}
.divTitle {
  cursor: pointer;
}
.end-title {
  position: relative;
}
.end-title .el-checkbox {
  margin-right: 20px;
  position: absolute;
  left: 10px;
  top: 3px;
}
.end-title .audit-ids {
  display: flex;
  align-items: center;
  margin-top: 2px !important;
  /* border: 1px solid red; */
  position: absolute;
  left: 75px;
  top: 2px;
  color: #606266;
  font-size: 12px;
}
.end-title .audit-ids .selectAll {
  padding-top: 1px;
  display: inline-block;
}
.end-title .audit-ids .btns {
  margin-right: 16px;
}
.end-title .audit-ids .btns:hover {
  color: #e6a23c;
}
.end-title .audit-ids .el-button {
  padding-top: 1px;
  padding-bottom: 0;
}
.frame-dialog .el-dialog__body {
  padding-top: 0;
  height: 40vh;
}
.dialog-table {
  height: 100%;
}
.dialog-table .el-table__body-wrapper {
  overflow-y: scroll;
  height: calc(100% - 30px);
}
