diff --git a/src/components/doctorCheck/CheckSumSug.vue b/src/components/doctorCheck/CheckSumSug.vue
index 09766c2..479e96d 100644
--- a/src/components/doctorCheck/CheckSumSug.vue
+++ b/src/components/doctorCheck/CheckSumSug.vue
@@ -9,7 +9,7 @@
@@ -22,31 +22,37 @@
-
+
+
+
+
+ 生成小结
+
+
+ 新增小结
+
+
+ 保存结果
+
+
+ 审核
+
+
+ 排队
+
+
+
-
-
- 生成小结
-
-
- 新增小结
-
-
- 保存结果
-
-
- 审核
-
-
- 排队
-
-
-
@@ -55,12 +61,7 @@
@@ -119,8 +120,10 @@ export default {
//小结高度
sumHeight() {
- return this.window.pageHeight < 600 ? Math.floor((480 - (this.isCheckPicture ? 110 : 0)) * 2 / 5) : Math.floor((this.window.pageHeight - 120 - (this.isCheckPicture ? 110 : 0)) * 2 / 5);
+ let fixHeight = this.window.pageHeight < 600 ? 600 : this.window.pageHeight
+ return Math.floor((fixHeight - 120 - (this.isCheckPicture ? 110 : 0)) * 2 / 5);
}
+
},
methods: {