fix(MediaCard): 修改按钮大小并优化底部填充样式

This commit is contained in:
jxxghp
2025-02-15 08:50:05 +08:00
parent a664066465
commit 0f08f69738
2 changed files with 5 additions and 1 deletions

View File

@@ -33,6 +33,10 @@ html.v-overlay-scroll-blocked {
margin-block: env(safe-area-inset-top) env(safe-area-inset-bottom);
}
.v-bottom-sheet > .v-bottom-sheet__content.v-overlay__content > .v-card {
padding-block-end: env(safe-area-inset-bottom);
}
.v-dialog--fullscreen > .v-overlay__content > .v-card {
padding-block-end: calc(env(safe-area-inset-top) + env(safe-area-inset-bottom));
}