perf(export): keep page alive across route switches

This commit is contained in:
tisonhuang
2026-03-01 17:55:49 +08:00
parent 7604ff2ae4
commit a8eb0057e3
3 changed files with 29 additions and 2 deletions

View File

@@ -69,6 +69,19 @@
flex: 1;
overflow: auto;
padding: 24px;
position: relative;
}
.export-keepalive-page {
height: 100%;
&.hidden {
display: none;
}
}
.export-route-anchor {
display: none;
}
@keyframes appFadeIn {