.editor-content-view {
    border: none;
    border-radius: 5px;
    padding: 0 10px;
    margin-top: 20px;
    overflow-x: auto;
}

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

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

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

.editor-content-view table {
    width: 100% !important;
    border-collapse: collapse;
    border-spacing: 0;
}

.editor-content-view tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.editor-content-view tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

.editor-content-view table th, .editor-content-view table td {
    border: 1px solid #ccc;
    display: table-cell;
    vertical-align: inherit;
}

.editor-content-view table tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
    border-top: 1px solid #e0ded8;
}

.editor-content-view table tr:last-child {
    border-bottom: 1px solid #e0ded8;
}

.editor-content-view table tr th:nth-child(1),.editor-content-view table tr td:nth-child(1) {
    width: 14.16667%;
    color: #333333;
    text-align: center !important;
}

.editor-content-view tr th , .editor-content-view tr td {
    border: none;
    padding: 25px 0;
    font-size: 14px;
    letter-spacing: -1px;
    color: #666666;
}

.editor-content-view ul,
.editor-content-view ol {
    padding-left: 20px;
}

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