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