From e019d7050ba871579778bad573d944c7ec700dc5 Mon Sep 17 00:00:00 2001 From: yuantao Date: Fri, 17 Oct 2025 11:18:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=EF=BC=9A=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=99=A8=E4=B8=AD=E7=9A=84=E6=97=A0=E7=94=A8?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/RichTextEditor.vue | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/src/components/RichTextEditor.vue b/src/components/RichTextEditor.vue index 5402802..67fafea 100644 --- a/src/components/RichTextEditor.vue +++ b/src/components/RichTextEditor.vue @@ -1747,8 +1747,7 @@ defineExpose({ line-height: var(--editor-line-height, 1.6); } -:deep(.editor-content ul), -:deep(.editor-content ol) { +:deep(.editor-content ul) { margin: 0; padding-left: 2rem; position: relative; @@ -1766,23 +1765,6 @@ defineExpose({ font-weight: 600; } -:deep(.editor-content em) { - color: var(--text-secondary); - font-style: italic; -} - -:deep(.editor-content u) { - text-decoration: none; - border-bottom: 1px solid var(--text-primary); -} - -:deep(.editor-content hr) { - border: none; - height: 1px; - background-color: var(--border); - margin: 0.75rem 0; -} - .editor-content div[style*='text-align: center'] { text-align: center; }