From b5d1cc7fde9823f39c0c9595f21c7aee2582ac59 Mon Sep 17 00:00:00 2001
From: QYF-GitLab1 <1940665526@qq.com>
Date: 星期一, 28 四月 2025 18:12:37 +0800
Subject: [PATCH] 合并

---
 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