From 31373fa3f6a4bc94242745cbde602767ceb21838 Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期四, 13 六月 2024 18:10:20 +0800 Subject: [PATCH] 1 --- 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