fix: 调整布局和样式,修复滚动和间距问题

This commit is contained in:
jxxghp
2026-06-04 23:33:20 +08:00
parent 9ebe740c69
commit 8d13f3e5ca
3 changed files with 20 additions and 49 deletions
@@ -459,8 +459,7 @@ export default defineComponent({
.layout-page-content {
// display: flex;
// 使用 clip 替代 hidden,避免 Chrome 144+ 滚动锁定问题
overflow: clip auto;
overflow: auto;
.page-content-container {
inline-size: 100%;