.ed-drag--cursor_move {
  cursor: move;
}

.es-form--action {
  width: 100%;
  padding-bottom: 20px;
}

.el-dropdown-link {
  color: #409EFF;
  cursor: pointer;
  font-size: 12px;
}

.es-dialog--operate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  div:last-child{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;
  }
}

.es-box-card {
  .es-box-card--header {
    display: flex;
    justify-content: space-between;
    align-items: center;

    div:last-child, .es-card-header-operate{
      display: flex;
      justify-content: flex-end;
      align-items: center;
    }
  }

  .view-list-card.active {
    background-color: rgb(225, 243, 216);
  }
}

.es-box-card--top {
  margin-top: 10px;
}


.es-row, .es-row--col{
  height: 100%;
  .es-box-card {
    height: 100% ;

    .el-card__body {
     height: calc(100% - 45px);
     overflow-y: auto;
    }
  }
}

//es-menu
.es-menu {
  border-right: none;
  .es-menu-item {
    display: flex;
    justify-content: space-between;
    align-items: center;

    &.is-active {
      background: rgba(24, 144, 255, 0.1);
    }

    .es-menu-item--operate {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      line-height: 56px;
      .el-button {
        line-height: 56px;
        padding: 0;
        margin: 0;
        margin-left: 2px;
        margin-top: 1px;
      }
    }
  }
}


// es-template
.es-template {
  padding-bottom: 20px;

  .es-template--steps {

    &__main {
      margin-top: 10px;
    }
  }

  .es-steps--isVertical {
    display: flex;
    min-height: 300px;

    .el-steps--vertical {
      flex: 1;
      height: 100%;
      margin-top: 20px;
    }

    .es-template--steps__main {
      flex: 7;
    }
  }

  .es-template__footer {
    margin-top: 20px;
  }
}

// EasyDataForm.vue
.ed-form--box {
  overflow: hidden;
}
