1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee

样式优化与小调整

This commit is contained in:
2025-02-21 00:27:46 +08:00
parent 8820544319
commit 90860b719f
6 changed files with 31 additions and 23 deletions

View File

@@ -1,3 +1,11 @@
:root {
/* 左侧边栏加宽 */
--vp-sidebar-width: 320px;
/* 导航栏加高 */
--vp-nav-height: 72px;
}
.VPContent {
/* 首页与顶部之间的距离加高 */
padding-top: calc(var(--vp-nav-height) + 48px) !important;
}