Commit 361ff707789852c5af363f9795f8f094dd4c0990
1 parent
2fd57d1f
feat: 代码提交
Showing
1 changed file
with
4 additions
and
1 deletions
src/views/basic/askTestQuestion/wrongQuestion.vue
... | ... | @@ -95,7 +95,10 @@ |
95 | 95 | </div> |
96 | 96 | </el-col> |
97 | 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 | 102 | <div |
100 | 103 | @click="handleQuestion(item.value)" |
101 | 104 | class="select-box" | ... | ... |