From 1da082138ce384d17b93169cfe108386603e72d0 Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期三, 23 七月 2025 08:49:10 +0800
Subject: [PATCH] 修改

---
 src/views/work/onlineEducation/groupExams/components/viewExamQuestion.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/work/onlineEducation/groupExams/components/viewExamQuestion.vue b/src/views/work/onlineEducation/groupExams/components/viewExamQuestion.vue
index 36d6a69..5124e67 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">题目{{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