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; }