fix: 调整布局和样式,增加卡片网格的内边距以避免溢出

This commit is contained in:
jxxghp
2026-06-05 08:24:16 +08:00
parent 1046cb276f
commit 3620b2a979
4 changed files with 62 additions and 38 deletions
+2 -2
View File
@@ -11,9 +11,9 @@ html {
}
body {
overflow: visible !important;
background: rgb(var(--v-theme-background));
overscroll-behavior-y: contain;
overflow: visible !important;
--webkit-overflow-scrolling: touch;
}
@@ -36,8 +36,8 @@ body,
.layout-page-content {
@include mixins.boxed-content(true);
overflow: visible;
flex-grow: 1;
overflow: clip visible;
// TODO: Use grid gutter variable here;
padding-block: 1.5rem;