fix: 调整布局组件的宽度和内边距以改善响应式设计

This commit is contained in:
jxxghp
2025-04-09 11:52:49 +08:00
parent fc357a03e5
commit 83e57deec3
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ body,
& > div:first-child {
position: relative;
flex: auto;
inline-size: calc(100vw - variables.$layout-vertical-nav-width - 0.5rem);
inline-size: calc(100vw - variables.$layout-vertical-nav-width - 1rem);
}
}
}