更新代码格式

This commit is contained in:
田岩
2025-09-04 16:47:35 +08:00
parent 248a8a70f1
commit f5521bb36a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
<view class="countdown-and-question-number-div">
<view class="top">
<view class="countdown">
<text class="grey">答题进度</text>
<text class="grey mr-10">当前题目/总题数</text>
<text class="bold">{{ questionNumber + 1 }}</text>
<text class="grey">/{{ topicList.length }}</text>
</view>
+1 -1
View File
@@ -12,7 +12,7 @@
<view class="countdown-and-question-number-div">
<view class="top">
<view class="countdown">
<text class="grey">答题进度</text>
<text class="grey mr-10">当前题目/总题数</text>
<text class="bold">{{ questionNumber + 1 }}</text>
<text class="grey">/{{ storageTopicList.length }}</text>
</view>