From 993befc0fe32d3a5bf95e62ac6d7dcd9ee2d0bd4 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期二, 29 十月 2024 14:44:16 +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