mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-27 03:09:45 +08:00
在 custom.scss 中添加 .match-height.v-row 样式,确保 .v-card 组件的高度为 100%,以提升布局一致性
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user