优化 SubscribeSeasonDialog 和 TransferHistoryView 组件的样式:移除 VCard 的圆角样式,调整 VBottomSheet 和 VMenu 的样式设置,提升视觉一致性。

This commit is contained in:
jxxghp
2025-04-22 13:07:49 +08:00
parent 226a12df40
commit c2bca6fc3f
2 changed files with 2 additions and 2 deletions

View File

@@ -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>