feature/0723/ZR #5

Merged
chenzhen merged 9 commits from feature/0723/ZR into release/0.01 2026-07-30 17:06:05 +08:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit 1c432ea890 - Show all commits
+2 -2
View File
@@ -123,8 +123,8 @@ a {
height: 100%;
min-height: 0;
transition:
opacity 0.22s cubic-bezier(0.4, 0, 0.2, 1),
transform 0.22s cubic-bezier(0.4, 0, 0.2, 1);
opacity 0.24s cubic-bezier(0.4, 0, 0.2, 1),
transform 0.24s cubic-bezier(0.4, 0, 0.2, 1);
}
.page-fade-slide-enter-from {
+1 -1
View File
@@ -249,7 +249,7 @@ export default defineComponent({
v-slots={{
default: ({ Component, route }: any) => (
<KeepAlive include={cachedViews.value}>
<Transition name="page-fade-slide" mode="out-in">
<Transition name="page-fade-slide">
{Component ? h(Component, { key: route.path }) : null}
</Transition>
</KeepAlive>