From 910a3d10392b25a3d688e8e4ee27a2f20464bddc Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 26 May 2023 09:29:15 +0800 Subject: [PATCH] =?UTF-8?q?=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/qujing/AppLegalLearning/AppLegalLearning.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/project/qujing/AppLegalLearning/AppLegalLearning.vue b/src/project/qujing/AppLegalLearning/AppLegalLearning.vue index 3ce0785..2bcc989 100644 --- a/src/project/qujing/AppLegalLearning/AppLegalLearning.vue +++ b/src/project/qujing/AppLegalLearning/AppLegalLearning.vue @@ -67,7 +67,7 @@ export default { }, screenHeight(v) { if(v) { - this.height = this.screenHeight - 200 + this.height = this.screenHeight - 150 } } },