From 19453ccbf5f0cd89450768fbcc29f7437ca8b282 Mon Sep 17 00:00:00 2001 From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com> Date: 星期四, 07 八月 2025 09:16:39 +0800 Subject: [PATCH] 修改新增 --- src/views/work/onlineEducation/groupExams/components/viewExamQuestion.vue | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/views/work/onlineEducation/groupExams/components/viewExamQuestion.vue b/src/views/work/onlineEducation/groupExams/components/viewExamQuestion.vue index 36d6a69..3a5e129 100644 --- a/src/views/work/onlineEducation/groupExams/components/viewExamQuestion.vue +++ b/src/views/work/onlineEducation/groupExams/components/viewExamQuestion.vue @@ -15,8 +15,8 @@ <div v-for="(item,index) in state.singleList" :key="index" style="margin-left: 15px;margin-top: 10px"> <div style="display: flex;flex-direction: column;"> <div style="margin-top: 10px;display: flex"> - <span style="font-size: 15px">题目{{index+1}}:</span> - <span style="margin-left: 10px;font-size: 16px">{{item.title}}</span> + <span style="font-size: 15px;width: 66px;text-wrap: nowrap">题目{{index+1}}:</span> + <span style="font-size: 16px">{{item.title}}</span> </div> <div style="display: flex;margin-left: 10%;margin-top: 15px"> <div v-for="single in item.content.items"> @@ -35,8 +35,8 @@ <div v-for="(item,index) in state.multiList" :key="index" style="margin-left: 15px;margin-top: 10px"> <div style="display: flex;flex-direction: column;"> <div style="margin-top: 10px;display: flex"> - <span style="font-size: 15px">题目{{index+1}}:</span> - <span style="margin-left: 10px;font-size: 16px">{{item.title}}</span> + <span style="font-size: 15px;width: 66px;text-wrap: nowrap">题目{{index+1}}:</span> + <span style="font-size: 16px">{{item.title}}</span> </div> <div style="display: flex;margin-left: 10%;margin-top: 15px"> <div v-for="single in item.content.items"> @@ -55,8 +55,8 @@ <div v-for="(item,index) in state.judgeList" :key="index" style="margin-left: 15px;margin-top: 10px"> <div style="display: flex;flex-direction: column;"> <div style="margin-top: 10px;display: flex"> - <span style="font-size: 15px">题目{{index+1}}:</span> - <span style="margin-left: 10px;font-size: 16px">{{item.title}}</span> + <span style="font-size: 15px;width: 66px;text-wrap: nowrap">题目{{index+1}}:</span> + <span style="font-size: 16px">{{item.title}}</span> </div> <div style="display: flex;margin-left: 10%;margin-top: 15px"> <div v-for="single in item.content.items"> -- Gitblit v1.9.2