style(results): Remove unnecessary blank line in results detail view
- Remove extra blank line between variable declarations for cleaner code formatting - Improve code consistency and readability in the component
This commit is contained in:
@ -33,7 +33,6 @@ const questionInfo = ref<Api.Competition.QuestionListDetailRound>() // 题目详
|
||||
const currentQuestionDetailID = ref<number | string>('') // 当前选中的题目详情 ID
|
||||
|
||||
const nowTs = ref(Date.now())
|
||||
|
||||
// 判断当前activityId是正在比赛的活动
|
||||
const isActiveActivityId = computed(() => {
|
||||
if (!currentQuestion.value)
|
||||
|
||||
Reference in New Issue
Block a user