diff --git a/src/views/basic/askTestQuestion/components/analysisDialog.vue b/src/views/basic/askTestQuestion/components/analysisDialog.vue index 99b14e8..dce6007 100644 --- a/src/views/basic/askTestQuestion/components/analysisDialog.vue +++ b/src/views/basic/askTestQuestion/components/analysisDialog.vue @@ -10,7 +10,7 @@ :src="analysisUrl" ref="iframe" @load="onIFrameLoad()" - style="width: 100%; border: none; /* 启用点击穿透 */" + style="width: 100%; border: none; max-height: 600px; /* 启用点击穿透 */" > @@ -94,8 +94,6 @@ export default { .test-box { width: 100%; box-sizing: border-box; - padding: 20px; - max-height: 600px; - overflow-y: auto; + overflow: auto; } diff --git a/src/views/basic/askTestQuestion/components/wrongQuestionDialog.vue b/src/views/basic/askTestQuestion/components/wrongQuestionDialog.vue index 86ffa3a..afea32c 100644 --- a/src/views/basic/askTestQuestion/components/wrongQuestionDialog.vue +++ b/src/views/basic/askTestQuestion/components/wrongQuestionDialog.vue @@ -69,7 +69,7 @@ @mouseenter="handleGroupMouseEnter(group.questionType, 'all')" >