feat:在转移历史视图中添加分组功能

This commit is contained in:
jxxghp
2025-02-06 10:38:15 +08:00
parent 8705606c70
commit 7e310236fe
2 changed files with 161 additions and 6 deletions

View File

@@ -16,7 +16,7 @@ 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, -2px);
transform: rotate(0deg) translate(0, 0px);
}
.v-toast--bottom {