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"