diff --git a/src/oj/problem/components/SubmitFlowchart.vue b/src/oj/problem/components/SubmitFlowchart.vue index e622825..c529173 100644 --- a/src/oj/problem/components/SubmitFlowchart.vue +++ b/src/oj/problem/components/SubmitFlowchart.vue @@ -260,15 +260,17 @@ onUnmounted(() => { - - - - - - -
+
+ + + + + + +
+
@@ -341,7 +343,6 @@ onUnmounted(() => { /* ==================== 流程图样式 ==================== */ .flowchart { height: 500px; - width: 100%; display: flex; justify-content: center; align-items: center;