.ql-editor {
  white-space: pre-wrap;
  word-wrap: break-word;
  line-height: 1.8;
  text-align: justify;
}

.ql-editor p {
  margin: 1em 0;
  /* 中文段落标准缩进 */
}

.ql-editor .ql-align-center {
  text-align: center;
}

.ql-editor p a[href] {
  text-decoration: none;
  /* 显示下划线（可选） */
  color: #01574c;
}

.ql-editor p img {
  max-width: 99%;
}