This commit is contained in:
2025-10-07 00:53:51 +08:00
parent d6820b70af
commit 0b70c478b2
7 changed files with 72 additions and 48 deletions

View File

@@ -171,17 +171,3 @@ watch(
{ immediate: true },
)
</script>
<style scoped>
:deep(.md-editor-preview .md-editor-code .md-editor-code-head) {
z-index: 100;
}
:deep(.md-editor-preview h1) {
font-size: 1.6em;
}
:deep(.md-editor-preview h2) {
font-size: 1.4em;
}
</style>