mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-17 19:27:35 +08:00
优化 SubscribeSeasonDialog 和 TransferHistoryView 组件的样式:移除 VCard 的圆角样式,调整 VBottomSheet 和 VMenu 的样式设置,提升视觉一致性。
This commit is contained in:
@@ -188,7 +188,7 @@ onMounted(async () => {
|
||||
|
||||
<template>
|
||||
<VBottomSheet inset scrollable>
|
||||
<VCard class="rounded-t">
|
||||
<VCard>
|
||||
<VDialogCloseBtn @click="emit('close')" />
|
||||
<VCardItem>
|
||||
<VCardTitle class="pe-10"> 订阅 - {{ props.media?.title }} </VCardTitle>
|
||||
|
||||
Reference in New Issue
Block a user