From c02d9937770b185e87a27fd831c13593b0dc8d3e Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期五, 28 二月 2025 16:32:47 +0800
Subject: [PATCH] 会议bug优化

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

diff --git a/src/books/meetingPlanners/assets/mian.less b/src/books/meetingPlanners/assets/mian.less
index 5da58c0..a4f35e4 100644
--- a/src/books/meetingPlanners/assets/mian.less
+++ b/src/books/meetingPlanners/assets/mian.less
@@ -1257,7 +1257,7 @@
 }
 
 .examination {
-    height: calc(100% - 30px);
+    height: calc(100% - 50px);
     overflow-x: hidden;
     overflow-y: auto;
     box-sizing: border-box;
@@ -1282,29 +1282,36 @@
 /* 濯掍綋鏌ヨ鍋氬熀纭�鍝嶅簲寮忓竷灞� */
 
 @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