mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-07 16:56:40 +08:00
优化卡片样式,移除多余的圆角设置,提升组件一致性
This commit is contained in:
@@ -61,7 +61,7 @@ const currentPath = computed(() => route.path)
|
||||
:color="moreActiveState ? 'primary' : ''"
|
||||
/>
|
||||
<VMenu v-model="moreMenuDialog" close-on-content-click activator="parent">
|
||||
<VList class="font-bold" lines="one">
|
||||
<VList class="font-bold" lines="one" elevation="1">
|
||||
<VListSubheader class="bg-transparent"> 更多 </VListSubheader>
|
||||
<VListItem
|
||||
class="pe-20"
|
||||
|
||||
Reference in New Issue
Block a user