.form-block {
  position: relative;
  border: solid 1px #e4e4e4;
  zoom: 1;
  min-height: 80px;
  
  &:first-child{
    margin-right: 10px;
  }
  &:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
  }
  .form-block-title {
    position: relative;
    top: 0;
    left: 0px;
    font-size: 14px;
    background: #fbfbfb;
    padding:7px 12px;
    border-left: 3px solid #ffb403;
    line-height: 1;
    margin-bottom: 10px;
    overflow: hidden;
    & > button{
      float: right;
    }
    & > button:not(:first-child){
      margin-left: 5px;
    }
  }
}

.run-mod-box {
  border: 1px solid #e8e8e8;
  min-height: 210px;
  .form-block {
    padding: 0;
    border: none;
  }

  .el-tree-node__expand-icon {
    font-size: 16px;
    color: #aaa;
  }
}

.form-block .el-tree,
.form-block .ivu-tree {
  position: relative;
  // height: calc(~"100% - 10px");
  height: 100%;
  width: 100%;
  top: 0;
  padding: 0 10px 10px 10px;
}