From 613ab6eae1ddf2931895cdeef5fe4405d4a33270 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Tue, 7 Oct 2025 00:58:14 +0800 Subject: [PATCH] fix --- src/oj/ai/components/AI.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/oj/ai/components/AI.vue b/src/oj/ai/components/AI.vue index 0bb5323..7f069ed 100644 --- a/src/oj/ai/components/AI.vue +++ b/src/oj/ai/components/AI.vue @@ -63,4 +63,7 @@ watch( .container { min-height: 200px; } +:deep(.md-editor-preview h1) { + margin-top: 0; +} \ No newline at end of file