feat:重构过滤选项逻辑,优化过滤表单和排序功能

This commit is contained in:
jxxghp
2025-02-06 08:30:27 +08:00
parent e9264fa472
commit 1f812a5258
3 changed files with 200 additions and 95 deletions
+2 -1
View File
@@ -14,8 +14,9 @@ html.v-overlay-scroll-blocked {
}
#nprogress .peg {
width: 5px;
box-shadow: 0 0 10px rgb(var(--v-theme-primary)), 0 0 5px rgb(var(--v-theme-primary)) !important;
transform: rotate(0deg) translate(0, -1px);
transform: rotate(0deg) translate(0, -2px);
}
.v-toast--bottom {