From 8a62a3e40e4a946313001a6d076c3c551eb77887 Mon Sep 17 00:00:00 2001
From: 闫增涛 <1829501689@qq.com>
Date: 星期六, 11 五月 2024 10:33:44 +0800
Subject: [PATCH] 页眉目录调整

---
 src/App.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/App.vue b/src/App.vue
index 85e1e12..1bd3cc2 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -5,7 +5,7 @@
 </template>
 
 <script>
-import tempBook from './view/index.vue'
+import tempBook from './books/childHealth/view/index.vue'
 
 export default {
   name: 'App',
@@ -17,7 +17,8 @@
 
 <style lang="less">
   #app {
-    width: 816px;
+    max-width: 816px;
+    min-width: 375px;
     margin: 0 auto;
     padding-bottom: 100px;
   }

--
Gitblit v1.9.1