.yq-quill-component .quill{
  background-color: #ffffff;
}
.yq-quill-component .ql-editor{
  min-height: 200px;
  max-height: 600px;
}
.yq-quill-component .ql-editor img{
  max-width: 100%;
  max-height: 500px;
}

.ql-snow.ql-toolbar button svg, .ql-snow .ql-toolbar button svg {
  height: 20px;
}

.yq-quill-modal .ant-modal-content {
  border-radius: 4px;
}

.yq-quill-modal .ant-modal-body {
  padding: 24px 24px 56px 24px;
}