.yz-editor-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.yz-editor-wrapper .yz-editor-content {
  height: 400px;
}
.yz-editor-preview-wrapper .ant-modal-body {
  height: 667px;
  overflow: auto;
  background-color: #f4f4f4;
}
.yz-editor-preview-wrapper .ant-modal-body * {
  margin: 0;
  padding: 0;
}
