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 } } },