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