From eede90603b539f0945d0b26ffa00e1baaaa6af34 Mon Sep 17 00:00:00 2001 From: zhongshujie <2862698242@qq.com> Date: 星期三, 06 十一月 2024 17:41:01 +0800 Subject: [PATCH] 艺术戏剧(手机端修改完成) --- src/App.vue | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index 4603252..27106df 100644 --- a/src/App.vue +++ b/src/App.vue @@ -71,7 +71,7 @@ process.env.VUE_APP_RESOURCE_CTX + (process.env.VUE_APP_ENV == "product" ? process.env.VUE_APP_BOOK_ID - : "civilAviation") + : "artAndDrama") ); // this.activeBook = await this.config.getBookConfig( @@ -100,7 +100,7 @@ body { width: 100%; height: 100%; - margin: 0; + margin: 0 !important; } #app { -- Gitblit v1.9.1