From 7d7744fe006714f6be0341d03d4de9b1e90d775d Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期五, 23 五月 2025 22:45:09 +0800 Subject: [PATCH] 5.23 婴幼儿游戏活动实施(wb) --- 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