增加全局主题,拆分待看名单

This commit is contained in:
2025-09-28 09:05:41 +08:00
parent 77b32e4114
commit 27ee72813f
15 changed files with 1879 additions and 999 deletions
@@ -241,9 +241,11 @@ onUnmounted(() => {
0% {
box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
}
50% {
box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}
100% {
box-shadow: 0 4px 12px rgba(59, 130, 246, 0.15);
}
@@ -291,6 +293,7 @@ onUnmounted(() => {
opacity: 0;
transform: translateY(-10px);
}
to {
opacity: 1;
transform: translateY(0);
@@ -574,10 +577,10 @@ onUnmounted(() => {
width: calc(100vw - 2rem);
right: -1rem;
}
.batch-stats {
flex-direction: column;
gap: 0.5rem;
}
}
</style>
</style>