From 34413704c3927d8d50a3e4705a74da5bbfc03a27 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Mon, 13 Oct 2025 15:43:36 +0800 Subject: [PATCH] update --- .../components/FlowchartEvaluationDisplay.vue | 47 +++++++------------ .../components/FlowchartEditor/CustomNode.vue | 40 +++++++++++----- .../components/FlowchartEditor/index.vue | 23 +++++---- 3 files changed, 59 insertions(+), 51 deletions(-) diff --git a/src/oj/problem/components/FlowchartEvaluationDisplay.vue b/src/oj/problem/components/FlowchartEvaluationDisplay.vue index 0f70c61..a88fd18 100644 --- a/src/oj/problem/components/FlowchartEvaluationDisplay.vue +++ b/src/oj/problem/components/FlowchartEvaluationDisplay.vue @@ -1,8 +1,6 @@ - + - + .container { width: 100%; - height: calc(100vh - 133px); + height: 100%; position: relative; }