.editor-stateMockDataModal-container {
  min-height: 300px;
  max-height: 500px;
  overflow-y: auto;
}
.editor-stateMockDataModal-add-btn {
  border: 1px dashed #b0b2bf;
  border-radius: 2px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 8px;
  font-size: 14px;
  height: 32px;
  color: #64677a;
  cursor: pointer;
}
.editor-stateMockDataModal-add-btn:hover {
  border-color: #47e;
  color: #47e;
}
.editor-stateMockDataModal-add-btn > span {
  padding-left: 8px;
}
