From 0733a5e2d4a3785722b62aa2ef6b610b65dd83f9 Mon Sep 17 00:00:00 2001
From: 84702473 <84702473@qq.com>
Date: 星期一, 13 三月 2023 23:36:17 +0800
Subject: [PATCH] 调整边距

---
 src/views/exam/paper/values.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/exam/paper/values.vue b/src/views/exam/paper/values.vue
index fcfa5c4..e58264f 100644
--- a/src/views/exam/paper/values.vue
+++ b/src/views/exam/paper/values.vue
@@ -18,7 +18,7 @@
 				<div class="mullinediv" v-if="step1Start">
 					<div v-for="(question,index1) in questionItems" class="mullinediv-item"
 						v-if="isNull(question.content)">
-						<div style="display: flex; justify-content: flex-end;margin-right: -20px;">
+						<div style="display: flex; justify-content: flex-end;margin-right: -20px;margin-top: -10px;">
 							<el-image class="tools-button" :src="require('@/assets/exam-paper/scale.png')"
 								@click="previewImg('qImg'+question.id,question.id)"></el-image>
 						</div>
@@ -1456,8 +1456,8 @@
 		display: flex;
 		display: inline-block;
 		width: 360px;
-		margin: 5px 4px;
-		padding: 10px 30px;
+		margin: 5px 20px 20px 5px;
+    padding: 30px 30px 10px 30px;
 		box-shadow: 1px 1px 1px grey, 0 0 5px grey, 0 0 10px grey;
 
 		.tools-button {

--
Gitblit v1.9.1