We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f51dcba + c39973f commit a34cdeaCopy full SHA for a34cdea
src/pages/DetailInfo/rightMenu.vue
@@ -2,15 +2,15 @@
2
<div class="bg-base-100 flex-1">
3
<!-- 题型显示 -->
4
<div class="flex bg-base-200 w-full opacity-0.6 items-center" style="height: 4vh;">
5
- <div v-if="activeSerial!==-1" class="text-red-400 pl-16 text-sm">
+ <div v-if="questionList[activeSerial-1]" class="text-red-400 pl-16 text-sm">
6
{{ typeChinese[currentType] }}
7
</div>
8
9
10
<!-- 垂直间距 -->
11
<div class="w-full" style="height: 2vh;" />
12
13
- <div v-if="activeSerial!==-1" class="pl-16">
+ <div v-if="questionList[activeSerial-1]" class="pl-16">
14
<!-- 所有题型通用 -->
15
<div class="text-sm font-medium">
16
基础配置
0 commit comments