diff --git a/src/oj/problem/components/ProblemInfo.vue b/src/oj/problem/components/ProblemInfo.vue index ffadbb4..441041c 100644 --- a/src/oj/problem/components/ProblemInfo.vue +++ b/src/oj/problem/components/ProblemInfo.vue @@ -25,12 +25,11 @@ const data = computed(() => { } }) -const options = ref({ - responsive: true, +const options = { plugins: { title: { text: "提交结果的比例", display: true, font: { size: 20 } }, }, -}) +}