.custom-array-pro {
  .el-collapse-item__header {
    height: 32px;
    line-height: 32px;
  }
  .el-collapse {
    border: none;
    // margin-bottom: 12px;
  }
  .el-collapse-item__content {
    padding-bottom: 4px;
  }
}
.custom-array-pro__item {
  position: relative;
  .el-form-item {
    margin-bottom: 8px;
  }
}
.custom-array-pro__item__action {
  position: absolute;
  right: 28px;
  top: 5px;
  z-index: 9;
  line-height: 24px;
  .draggable {
    cursor: move;
  }
  .del {
    cursor: pointer;
  }
  .action {
    color: #333;
    display: inline-block;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
  }
}
