Commit 361ff707789852c5af363f9795f8f094dd4c0990

Authored by liufangjia
1 parent 2fd57d1f

feat: 代码提交

src/views/basic/askTestQuestion/wrongQuestion.vue
@@ -95,7 +95,10 @@ @@ -95,7 +95,10 @@
95 </div> 95 </div>
96 </el-col> 96 </el-col>
97 <el-col class="col-margin" :span="7" 97 <el-col class="col-margin" :span="7"
98 - ><span style="font-weight: 600">题型:</span> 98 + ><span
  99 + style="font-weight: 600; width: fit-content; white-space: nowrap"
  100 + >题型:</span
  101 + >
99 <div 102 <div
100 @click="handleQuestion(item.value)" 103 @click="handleQuestion(item.value)"
101 class="select-box" 104 class="select-box"