mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-07 16:56:40 +08:00
refactor: 在仪表板中添加加载横幅组件,提升用户体验
This commit is contained in:
@@ -1007,6 +1007,8 @@ onBeforeUnmount(() => {
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
<LoadingBanner v-if="!isDashboardRevealed" class="mt-12" />
|
||||||
|
|
||||||
<!-- 仪表板 -->
|
<!-- 仪表板 -->
|
||||||
<div
|
<div
|
||||||
ref="dashboardGridRef"
|
ref="dashboardGridRef"
|
||||||
|
|||||||
@@ -142,7 +142,6 @@ html[data-theme-shadow='high'] {
|
|||||||
.v-sheet,
|
.v-sheet,
|
||||||
.v-list,
|
.v-list,
|
||||||
.v-expansion-panel {
|
.v-expansion-panel {
|
||||||
border: var(--app-surface-border);
|
|
||||||
border-radius: var(--app-surface-radius) !important;
|
border-radius: var(--app-surface-radius) !important;
|
||||||
box-shadow: var(--app-surface-shadow) !important;
|
box-shadow: var(--app-surface-shadow) !important;
|
||||||
transition: border-color 0.2s ease, border-radius 0.2s ease, box-shadow 0.2s ease;
|
transition: border-color 0.2s ease, border-radius 0.2s ease, box-shadow 0.2s ease;
|
||||||
@@ -275,6 +274,14 @@ html[data-theme-skin='bordered'] {
|
|||||||
border-block: 0;
|
border-block: 0;
|
||||||
border-inline-start: 0;
|
border-inline-start: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.app-surface,
|
||||||
|
.v-card,
|
||||||
|
.v-sheet,
|
||||||
|
.v-list,
|
||||||
|
.v-expansion-panel {
|
||||||
|
border: var(--app-surface-border);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// 应用类信息卡片:固定右侧媒体槽位,避免图片被左侧文字挤压变形。
|
// 应用类信息卡片:固定右侧媒体槽位,避免图片被左侧文字挤压变形。
|
||||||
|
|||||||
Reference in New Issue
Block a user