|
@@ -2,10 +2,9 @@
|
|
|
<div id="app">
|
|
|
<div class="view-container">
|
|
|
<AppHeader :visible="visible"></AppHeader>
|
|
|
- <router-view />
|
|
|
- <!-- <transition :name="transitionName">
|
|
|
+ <transition :name="transitionName">
|
|
|
<router-view />
|
|
|
- </transition> -->
|
|
|
+ </transition>
|
|
|
<AppBackTop></AppBackTop>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -85,7 +84,7 @@ export default {
|
|
|
.slide-left-enter-active,
|
|
|
.slide-left-leave-active {
|
|
|
will-change: transform;
|
|
|
- transition: all 250ms;
|
|
|
+ transition: all 80ms;
|
|
|
position: fixed;
|
|
|
}
|
|
|
|