From c27f9b673ccf259137bbc51916cf07287af622d3 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 17 Feb 2023 14:28:13 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A1=E7=AE=97=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 a926cd0..363b41c 100644 --- a/src/project/qujing/AppLegalLearning/AppLegalLearning.vue +++ b/src/project/qujing/AppLegalLearning/AppLegalLearning.vue @@ -62,7 +62,7 @@ export default { }, screenHeight(v) { if(v) { - this.height = this.screenHeight - 230 + this.height = this.screenHeight - 200 } } },