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/components/dialogExaminations/index.vue |   14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/src/components/dialogExaminations/index.vue b/src/components/dialogExaminations/index.vue
index 0c299b5..708310f 100644
--- a/src/components/dialogExaminations/index.vue
+++ b/src/components/dialogExaminations/index.vue
@@ -339,7 +339,7 @@
             type: Number,
         },
         page: {
-            type: Number,
+            type: Number || String,
         },
         inputBc: {
             type: String,
@@ -359,7 +359,6 @@
     },
     data() {
         return {
-            questionTitle: "",
             type: "option",
             cardData: [],
             loading: true,
@@ -748,17 +747,16 @@
 };
 </script>
 
-<style lang="less">
+
+<style lang="less" scoped>
+
 .titleText img {
     max-width: 80%;
     min-width: 220px;
 }
-</style>
 
-<style lang="less" scoped>
 .custom-dialog {
-    height: 900px;
-    overflow: auto;
+    height: 90vh;
     overflow: scroll;
 }
 
@@ -783,7 +781,6 @@
 }
 
 .examination {
-    min-height: 800px;
     padding: 10px 0 50px 0;
     ul {
         list-style: none;
@@ -1399,6 +1396,7 @@
     display: flex;
     justify-content: center;
     flex-wrap: wrap;
+    margin-bottom: 50px;
     .el-button {
         margin-top: 10px;
     }

--
Gitblit v1.9.1