.editor-content-view {
  overflow-x: auto;
  font-size: 0.16rem;
  line-height: 0.24rem;
}

.editor-content-view p,
.editor-content-view li {
  white-space: pre-wrap; /* 保留空格 */
}
.editor-content-view p {
  margin: 0.15rem auto;
  text-align: left;
}

.editor-content-view blockquote {
  border-left: 0.08rem solid #d0e5f2;
  padding: 0.1rem 0.1rem;
  margin: 0.1rem 0;
  background-color: #f1f1f1;
}

.editor-content-view code {
  font-family: monospace;
  background-color: #eee;
  padding: 0.03rem;
  border-radius: 0.03rem;
}
.editor-content-view pre>code {
  display: block;
  padding: 0.1rem;
}

.editor-content-view table {
  border-collapse: collapse;
}
.editor-content-view td,
.editor-content-view th {
  border: 1px solid #ccc;
  line-height: 1.5;
  min-width: 0.3rem;
  padding: 0.03rem 0.05rem;
  text-align: left;
}
.editor-content-view th {
  background-color: #f1f1f1;
}

.editor-content-view ul,
.editor-content-view ol {
  padding-left: 0.2rem;
}

.editor-content-view input[type="checkbox"] {
  margin-right: 0.05rem;
}