.stepCurrent .del {
  cursor: pointer;
  font-size: 16px;
  text-align: center;
  color: #b2b4b7;
}
.stepCurrent .button {
  width: 100%;
  margin-top: 12px;
  color: #4477EE;
}
.stepCurrent .button .editor-btn-dashed {
  border-color: #4477EE !important;
}
.stepCurrent .editor-table-thead > tr > th,
.stepCurrent .editor-table-tbody > tr > td,
.stepCurrent .editor-table tfoot > tr > th,
.stepCurrent .editor-table tfoot > tr > td {
  padding: 8px;
}
.stepCurrent .editor-table-thead .editor-table-cell:last-child {
  white-space: nowrap;
  text-align: center;
}
