From 56cdf07f8496685ba906ea75e7eb2faebb35371b Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期三, 06 十一月 2024 17:04:11 +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 11c82c0..90366c4 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
-          : "civilAviationServices")
+          : "mathBook")
       );
 
       // 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