From 611336a375044a033fb1a015758d5f4a1c1873e8 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Thu, 25 Dec 2025 10:45:27 +0800 Subject: [PATCH] fix --- src/components/DebugEditor.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/DebugEditor.vue b/src/components/DebugEditor.vue index 41f4916..fe9196c 100644 --- a/src/components/DebugEditor.vue +++ b/src/components/DebugEditor.vue @@ -259,6 +259,7 @@ watch( :style="{ fontSize: props.fontSize + 'px', maxHeight: '600px', + height: '100%', }" @change="onChange" @ready="onReady"