mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-04 23:18:44 +08:00
优化用户卡片样式
This commit is contained in:
@@ -299,9 +299,7 @@ onUnmounted(() => {
|
|||||||
.user-card {
|
.user-card {
|
||||||
position: relative;
|
position: relative;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border-radius: 16px;
|
|
||||||
transition: all 0.3s ease;
|
transition: all 0.3s ease;
|
||||||
box-shadow: 0 4px 15px rgba(var(--v-theme-on-surface), 0.08);
|
|
||||||
background: rgb(var(--v-theme-surface));
|
background: rgb(var(--v-theme-surface));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ const currentPath = computed(() => route.path)
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="w-100">
|
<div v-if="appMode" class="w-100">
|
||||||
<VBottomNavigation
|
<VBottomNavigation
|
||||||
grow
|
grow
|
||||||
horizontal
|
horizontal
|
||||||
@@ -61,7 +61,6 @@ const currentPath = computed(() => route.path)
|
|||||||
:color="moreActiveState ? 'primary' : ''"
|
:color="moreActiveState ? 'primary' : ''"
|
||||||
/>
|
/>
|
||||||
<VMenu v-model="moreMenuDialog" close-on-content-click activator="parent">
|
<VMenu v-model="moreMenuDialog" close-on-content-click activator="parent">
|
||||||
<VDivider />
|
|
||||||
<VList class="font-bold" lines="one">
|
<VList class="font-bold" lines="one">
|
||||||
<VListSubheader class="bg-transparent"> 更多 </VListSubheader>
|
<VListSubheader class="bg-transparent"> 更多 </VListSubheader>
|
||||||
<VListItem
|
<VListItem
|
||||||
|
|||||||
Reference in New Issue
Block a user