.ql-editor img {
  max-width: 100%;   /* 不超过容器宽度 */
  height: auto;      /* 保持比例 */
  display: block;    /* 避免文字环绕 */
  margin: 10px auto; /* 居中，可选 */
}