From 7e460156de73171f9660ce48f80703e79f8b478d Mon Sep 17 00:00:00 2001 From: Crunchy <3114200645@qq.com> Date: 星期六, 14 六月 2025 11:48:26 +0800 Subject: [PATCH] 初始化提交 --- src/layout/components/AppMain.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/src/layout/components/AppMain.vue b/src/layout/components/AppMain.vue index f6a3286..3f65132 100644 --- a/src/layout/components/AppMain.vue +++ b/src/layout/components/AppMain.vue @@ -24,9 +24,10 @@ width: 100%; position: relative; overflow: hidden; + } .fixed-header+.app-main { - padding-top: 50px; + padding-top: 97px; } </style> -- Gitblit v1.9.3