From 2f60346e13ade3ed2ce17e39220d86d59870d723 Mon Sep 17 00:00:00 2001 From: lihui_ocr Date: Tue, 7 May 2024 19:32:23 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=95=88=E6=9E=9C=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/worksheet/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }