diff --git a/src/oj/ai/components/RankDistributionChart.vue b/src/oj/ai/components/RankDistributionChart.vue index 19e3ffe..db51802 100644 --- a/src/oj/ai/components/RankDistributionChart.vue +++ b/src/oj/ai/components/RankDistributionChart.vue @@ -3,7 +3,7 @@
diff --git a/src/oj/problem/components/SubmitCode.vue b/src/oj/problem/components/SubmitCode.vue index bc25d76..b20d7ea 100644 --- a/src/oj/problem/components/SubmitCode.vue +++ b/src/oj/problem/components/SubmitCode.vue @@ -196,7 +196,7 @@ watch( placement="bottom-end" scrollable :show-arrow="false" - style="max-height: 600px;" + style="max-height: 600px" :show="showResult" @clickoutside="showResult = false" > diff --git a/src/oj/problem/components/SubmitFlowchart.vue b/src/oj/problem/components/SubmitFlowchart.vue index 032a7cf..d6304c9 100644 --- a/src/oj/problem/components/SubmitFlowchart.vue +++ b/src/oj/problem/components/SubmitFlowchart.vue @@ -42,7 +42,8 @@ interface FlowchartEditorInstance { } // 通过inject获取FlowchartEditor组件的引用 -const flowchartEditorRef = inject>("flowchartEditorRef") +const flowchartEditorRef = + inject>("flowchartEditorRef") const mermaidContainer = useTemplateRef("mermaidContainer") // 基础组合式函数 diff --git a/src/shared/components/CodeEditor.vue b/src/shared/components/CodeEditor.vue index 84b13e5..6dbf97b 100644 --- a/src/shared/components/CodeEditor.vue +++ b/src/shared/components/CodeEditor.vue @@ -1,12 +1,17 @@