
.tree-overflow .el-tree{
    background-color: #fff;
    position: absolute;
    z-index: 999;
    min-width: 100%;
}
.tree-box {
    min-width: 320px;
    height: 420px;
    overflow-y: auto;
    border: 1px solid #ececec;
    background-color: #fff;
    position: absolute;
    top: 56px;
    left: 0px;
    z-index: 999;
}
.treebox{
    width: 99%;
}


.tree-overflow .el-tree{
    background-color: #fff;
    position: absolute;
    z-index: 9999;
    min-width: 100%;
}
.tree-box {
    min-width: 320px;
    height: 420px;
    overflow-y: auto;
    border: 1px solid #ececec;
    background-color: #fff;
    position: absolute;
    top: 56px;
    left: 0px;
    z-index: 9999;
}
.treebox{
    width: 99%;
    min-width: 252px;
}

/* 确保在el-table中正确显示 */
.el-table .tree-overflow .el-tree,
.el-table .tree-box {
    z-index: 10000;
}

.calculationRow {
  border-top: 1px solid #eee;
}
.calculationRow .el-col:last-child > div {
  border-right: none;
}
.calculationRow .el-col > .colDiv {
  padding: 20px 12px 0;
  border-right: 1px solid #eee;
  height: 400px;
}
.calculationRow .el-col > .colDiv > h4 {
  margin-bottom: 20px;
  color: #333;
}
.calculationRow .el-col > .colDiv > .dataSourceDiv {
  height: 300px;
  overflow-y: auto;
}
.calculationRow .el-col > .colDiv .item {
  margin-top: 20px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.calculationRow .el-col > .colDiv .item:hover {
  background: #f5f7fa;
}
.calculationRow .el-col > .colDiv .symbolDiv .el-col > div {
  padding: 10px;
  border: 1px solid #eee;
  text-align: center;
  height: 20px;
  width: 20px;
  line-height: 20px;
  cursor: pointer;
  margin-bottom: 10px;
  color: #409eff;
}
.calculationRow .el-col > .colDiv .categoryWeight {
  padding: 10px;
  border: 1px solid #eee;
  text-align: center;
  color: #409eff;
  width: 100px;
}
.calculationRow .el-col > .colDiv .el-textarea textarea {
  color: #F56C6C;
}

.minSelect {
  width: 150px;
}


.tree-overflow .el-tree{
    background-color: #fff;
    position: absolute;
    z-index: 999;
    min-width: 100%;
}
.tree-box {
    min-width: 200px;
    height: 420px;
    overflow-y: auto;
    border: 1px solid #ececec;
    background-color: #fff;
    position: absolute;
    top: 56px;
    left: 0px;
    z-index: 999;
}
.treebox{
    width: 99%;
}


.addTurn {
  position: absolute;
  color: #409eff;
  font-size: 14px;
  top: 71px;
  left: 92%;
}
.tareget-form .el-form-item {
  margin-bottom: 0px;
}

