在 custom.scss 中添加 .match-height.v-row 样式,确保 .v-card 组件的高度为 100%,以提升布局一致性

This commit is contained in:
jxxghp
2025-05-02 22:03:17 +08:00
parent f12c3dac9f
commit 04e9b68e4a

View File

@@ -42,6 +42,12 @@ html.v-overlay-scroll-blocked {
transform: rotate(0deg) translate(0, 0);
}
.match-height.v-row {
.v-card {
block-size: 100%;
}
}
.v-toast--bottom {
z-index: 2500;
margin-block-end: env(safe-area-inset-bottom);