From da3f19b5eb58fcd05623611376dbaf82add27f4f Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期四, 22 九月 2022 10:18:04 +0800
Subject: [PATCH] 首页

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

diff --git a/src/App.vue b/src/App.vue
index 5d6dbd3..de08e0c 100644
--- a/src/App.vue
+++ b/src/App.vue
@@ -8,11 +8,8 @@
 <script setup lang="ts">
 </script>
 
-<style scoped>
+<style scoped lang="scss">
 .app-view {
-    padding: 16px;
-    position: relative;
-    top: 60px;
 }
 
 ::-webkit-scrollbar {

--
Gitblit v1.8.0