From cf6e9bcbfc64019bb14fb0964576ae3e3bd2fde5 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期三, 26 三月 2025 11:22:20 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/testbookLayout

---
 src/books/meetingPlanners/assets/mian.less |   32 +++++++++++++++++++++-----------
 1 files changed, 21 insertions(+), 11 deletions(-)

diff --git a/src/books/meetingPlanners/assets/mian.less b/src/books/meetingPlanners/assets/mian.less
index 88b7ad7..998f365 100644
--- a/src/books/meetingPlanners/assets/mian.less
+++ b/src/books/meetingPlanners/assets/mian.less
@@ -1126,6 +1126,8 @@
     justify-content: space-between;
 
     span {
+        color: #fff;
+        font-size: 20px;
         padding: 0 40px 0 20px;
         cursor: pointer;
     }
@@ -1255,7 +1257,7 @@
 }
 
 .examination {
-    height: calc(100% - 30px);
+    height: calc(100% - 50px);
     overflow-x: hidden;
     overflow-y: auto;
     box-sizing: border-box;
@@ -1280,29 +1282,37 @@
 /* 濯掍綋鏌ヨ鍋氬熀纭�鍝嶅簲寮忓竷灞� */
 
 @media screen and (max-width: 1024px) {
-    .pdfModal {
-        width: 100%;
-        height: 80vh;
-    }
-
     .custom-dialog {
         .el-dialog {
             width: 90vw !important;
         }
+    }
+
+    .pdfModal {
+        width: 100%;
+
+    }
+
+    .examination {
+        height: calc(100% - 80px);
     }
 }
 
 @media screen and (max-width: 800px) {
-    .pdfModal {
-        width: 100%;
-        height: 60vh;
-    }
-
     .custom-dialog {
         .el-dialog {
             width: 90vw !important;
         }
     }
+
+    .pdfModal {
+        width: 100%;
+
+    }
+
+    .examination {
+        height: calc(100% - 80px);
+    }
 }
 
 @media (max-width: 660px) {

--
Gitblit v1.9.1