From 8d248b7f81163690f7318c868acce4f889936d42 Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期二, 29 十月 2024 16:49:47 +0800 Subject: [PATCH] 会议列表增加班级查询、显示老师 --- src/App.vue | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/App.vue b/src/App.vue index ab49f3c..26b1552 100644 --- a/src/App.vue +++ b/src/App.vue @@ -2,9 +2,11 @@ </script> <template> - <div class="page-container w-screen h-screen"> + <div class="page-container"> <RouterView /> </div> </template> -<style scoped></style> +<style scoped> + +</style> -- Gitblit v1.8.0