mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 15:36:49 +08:00
调整 VCard 组件的阴影层级,优化资源列表容器的结构
This commit is contained in:
@@ -30,7 +30,7 @@ export default {
|
|||||||
color: 'primary',
|
color: 'primary',
|
||||||
},
|
},
|
||||||
VCard: {
|
VCard: {
|
||||||
elevation: 3,
|
elevation: 2,
|
||||||
},
|
},
|
||||||
VChip: {
|
VChip: {
|
||||||
elevation: 0,
|
elevation: 0,
|
||||||
|
|||||||
@@ -553,7 +553,7 @@ function toggleFilterMenu(key: string) {
|
|||||||
</VDialog>
|
</VDialog>
|
||||||
|
|
||||||
<!-- 资源列表容器 -->
|
<!-- 资源列表容器 -->
|
||||||
<div class="resource-list-container">
|
<VCard class="resource-list-container">
|
||||||
<!-- 无结果时显示 -->
|
<!-- 无结果时显示 -->
|
||||||
<div v-if="dataList.length === 0" class="no-results">
|
<div v-if="dataList.length === 0" class="no-results">
|
||||||
<VIcon icon="mdi-file-search-outline" size="64" color="grey-lighten-1" />
|
<VIcon icon="mdi-file-search-outline" size="64" color="grey-lighten-1" />
|
||||||
@@ -567,7 +567,7 @@ function toggleFilterMenu(key: string) {
|
|||||||
<VDivider v-if="index < dataList.length - 1" class="my-2" />
|
<VDivider v-if="index < dataList.length - 1" class="my-2" />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</VCard>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@@ -583,6 +583,7 @@ function toggleFilterMenu(key: string) {
|
|||||||
z-index: 10;
|
z-index: 10;
|
||||||
background-color: rgba(var(--v-theme-background), 0.95);
|
background-color: rgba(var(--v-theme-background), 0.95);
|
||||||
backdrop-filter: blur(10px);
|
backdrop-filter: blur(10px);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.search-header-mobile {
|
.search-header-mobile {
|
||||||
|
|||||||
Reference in New Issue
Block a user