future #10

Merged
袁涛 merged 37 commits from future into main 2025-10-17 14:46:33 +08:00
17 changed files with 1659 additions and 1270 deletions
Showing only changes of commit e019d7050b - Show all commits

View File

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