diff --git a/src/components/doctorCheck/CheckItemList.vue b/src/components/doctorCheck/CheckItemList.vue
index 72fc24c..091af12 100644
--- a/src/components/doctorCheck/CheckItemList.vue
+++ b/src/components/doctorCheck/CheckItemList.vue
@@ -294,7 +294,7 @@ export default {
tableHeight() {
let temp = this.window.pageHeight < 600 ? 600 : this.window.pageHeight;
return Math.floor(
- ((temp - 260 - (this.isCheckPicture ? 110 : 0)) * 3) / 5
+ ((temp - 292 - (this.isCheckPicture ? 110 : 0)) * 3) / 5
);
},
},
diff --git a/src/views/doctorCheck/doctorCheck.vue b/src/views/doctorCheck/doctorCheck.vue
index 10ac476..94b7830 100644
--- a/src/views/doctorCheck/doctorCheck.vue
+++ b/src/views/doctorCheck/doctorCheck.vue
@@ -30,27 +30,28 @@