From 39dbe143cb2e83ffd520b37438ac3636b82486b2 Mon Sep 17 00:00:00 2001
From: yuetsh <517252939@qq.com>
Date: Wed, 3 Jun 2026 07:41:14 -0600
Subject: [PATCH] fix
---
src/oj/learn/components/ExerciseFill.vue | 8 +++-----
src/oj/learn/components/ExerciseMcq.vue | 8 +++-----
src/oj/learn/components/ExerciseSort.vue | 8 +++-----
3 files changed, 9 insertions(+), 15 deletions(-)
diff --git a/src/oj/learn/components/ExerciseFill.vue b/src/oj/learn/components/ExerciseFill.vue
index 37e3457..ccb1608 100644
--- a/src/oj/learn/components/ExerciseFill.vue
+++ b/src/oj/learn/components/ExerciseFill.vue
@@ -86,16 +86,15 @@ function inputWidth(idx: number): string {
- 练一练 · 代码填空
- {{ data.question }}
+ {{ data.question }}
提交
- 重置
+ 重置
diff --git a/src/oj/learn/components/ExerciseMcq.vue b/src/oj/learn/components/ExerciseMcq.vue
index 96d0a22..ccd2685 100644
--- a/src/oj/learn/components/ExerciseMcq.vue
+++ b/src/oj/learn/components/ExerciseMcq.vue
@@ -64,18 +64,17 @@ function optionType(idx: number): "default" | "primary" | "success" {
-
+
练一练 · {{ isSingle ? "单选题" : "多选题" }}
- {{ data.question }}
+ {{ data.question }}
提交
- 重置
+ 重置
diff --git a/src/oj/learn/components/ExerciseSort.vue b/src/oj/learn/components/ExerciseSort.vue
index dc74f12..eaf2697 100644
--- a/src/oj/learn/components/ExerciseSort.vue
+++ b/src/oj/learn/components/ExerciseSort.vue
@@ -102,16 +102,15 @@ const lineHtmlMap = computed>(() => {
- 练一练 · 代码排序
- {{ data.question }}
+ {{ data.question }}
>(() => {
提交
- 重置
+ 重置