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; }