From 0de7531c1a1939807d08fb3c5a49d34e4a4c6f78 Mon Sep 17 00:00:00 2001 From: yuk255 Date: Tue, 23 Sep 2025 12:36:43 +0800 Subject: [PATCH] =?UTF-8?q?style:=E8=AF=95=E9=A2=98=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=BB=9A=E5=8A=A8=E6=A0=B7=E5=BC=8F=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/teacher/ExamPages/AddQuestion.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/teacher/ExamPages/AddQuestion.vue b/src/views/teacher/ExamPages/AddQuestion.vue index fbe5ee2..704542f 100644 --- a/src/views/teacher/ExamPages/AddQuestion.vue +++ b/src/views/teacher/ExamPages/AddQuestion.vue @@ -1551,11 +1551,11 @@ const getQuestionTypeLabel = (type: string): string => { /* 主体内容区域 */ .main-content { display: flex; - flex: 1; gap: 24px; padding: 24px; background-color: #f8f9fa; - min-height: calc(100vh - 80px); + height: calc(100vh - 200px); + overflow-y: auto; } /* 左侧表单区域 */ @@ -1575,7 +1575,6 @@ const getQuestionTypeLabel = (type: string): string => { border-radius: 2px; height: fit-content; position: sticky; - top: 100px; box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08); border: 1px solid #e8f4fd; }