diff --git a/src/views/worksheet/index.vue b/src/views/worksheet/index.vue index 9cd690d..3a4b793 100644 --- a/src/views/worksheet/index.vue +++ b/src/views/worksheet/index.vue @@ -42,7 +42,7 @@ function ApprovalOver(packageId) { flex-direction: row; box-sizing: border-box; width: 100%; - height: 100%; + height: 100vh; padding-bottom: 16px; //height: calc(100% - 170px); }