mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-24 18:23:07 +08:00
fix: note editor italic (#5230)
This commit is contained in:
@@ -10,6 +10,7 @@ const theme: EditorThemeClasses = {
|
|||||||
},
|
},
|
||||||
link: 'note-editor-theme_link',
|
link: 'note-editor-theme_link',
|
||||||
text: {
|
text: {
|
||||||
|
italic: 'note-editor-theme_text-italic',
|
||||||
strikethrough: 'note-editor-theme_text-strikethrough',
|
strikethrough: 'note-editor-theme_text-strikethrough',
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -21,4 +21,8 @@
|
|||||||
|
|
||||||
.note-editor-theme_text-strikethrough {
|
.note-editor-theme_text-strikethrough {
|
||||||
text-decoration: line-through;
|
text-decoration: line-through;
|
||||||
|
}
|
||||||
|
|
||||||
|
.note-editor-theme_text-italic {
|
||||||
|
font-style: italic;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user