mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-08-28 03:27:54 +08:00
fix(MediaCard): 修改按钮大小并优化底部填充样式
This commit is contained in:
@@ -603,7 +603,7 @@ function onRemoveSubscribe() {
|
|||||||
</VList>
|
</VList>
|
||||||
</VCardText>
|
</VCardText>
|
||||||
<div class="my-2 text-center">
|
<div class="my-2 text-center">
|
||||||
<VBtn :disabled="seasonsSelected.length === 0" width="30%" @click="subscribeSeasons">
|
<VBtn size="large" :disabled="seasonsSelected.length === 0" width="30%" @click="subscribeSeasons">
|
||||||
{{ seasonsSelected.length === 0 ? '请选择订阅季' : '提交订阅' }}
|
{{ seasonsSelected.length === 0 ? '请选择订阅季' : '提交订阅' }}
|
||||||
</VBtn>
|
</VBtn>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -33,6 +33,10 @@ html.v-overlay-scroll-blocked {
|
|||||||
margin-block: env(safe-area-inset-top) env(safe-area-inset-bottom);
|
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 {
|
.v-dialog--fullscreen > .v-overlay__content > .v-card {
|
||||||
padding-block-end: calc(env(safe-area-inset-top) + env(safe-area-inset-bottom));
|
padding-block-end: calc(env(safe-area-inset-top) + env(safe-area-inset-bottom));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user