From ed307fc6a68cd6592589a4bafb7717c0fe7f74cd Mon Sep 17 00:00:00 2001 From: litian <2804272236@qq.com> Date: 星期四, 30 五月 2024 09:21:04 +0800 Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/TextbookReader --- src/views/index.vue | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/views/index.vue b/src/views/index.vue index e72055e..b524f76 100644 --- a/src/views/index.vue +++ b/src/views/index.vue @@ -6,9 +6,7 @@ <menuView /> </div> <div class="rightBox"> - <div> - <router-view /> - </div> + <router-view /> </div> </div> </div> @@ -68,6 +66,13 @@ .leftBox { background: #fff; width:80px; + flex-shrink: 0; + box-sizing: border-box; + } + .rightBox{ + width:100%; + height:100%; + flex:1; } } </style> -- Gitblit v1.9.1