.wangEditor-box .editor-toolbar {
  border: 1px solid #ccc;
}

.wangEditor-box .editor-text-area {
  border: 1px solid #ccc;
  border-top: 0;
  height: 350px;
}

.wangEditor-box .editor-content-view {
  border: 1px solid #ccc;
  padding: 10px;
  margin-top: 30px;
  overflow-x: auto;
}

.wangEditor-box .editor-content-view p,
.wangEditor-box .editor-content-view li {
  white-space: pre-wrap; /* 保留空格 */
}

.wangEditor-box .editor-content-view blockquote {
  border-left: 8px solid #d0e5f2;
  padding: 10px 10px;
  margin: 10px 0;
  background-color: #f1f1f1;
}

.wangEditor-box .editor-content-view code {
  font-family: monospace;
  background-color: #eee;
  padding: 3px;
  border-radius: 3px;
}

.wangEditor-box .editor-content-view pre>code {
  display: block;
  padding: 10px;
}

.wangEditor-box .editor-content-view table {
  border-collapse: collapse;
}
.wangEditor-box .editor-content-view td,
.wangEditor-box .editor-content-view th {
  border: 1px solid #ccc;
  min-width: 50px;
  height: 20px;
}
.wangEditor-box .editor-content-view th {
  background-color: #f1f1f1;
}

.wangEditor-box  .w-e-text-container img {
  max-width: 350px !important;
}