优化样式
This commit is contained in:
22
src/App.vue
22
src/App.vue
@@ -5,17 +5,17 @@
|
||||
<left-menu />
|
||||
</div>
|
||||
<div :class="{ view: route.path != '/login' }">
|
||||
<div class="wrapper">
|
||||
<div class="animation">
|
||||
<router-view v-slot="{ Component }">
|
||||
<!-- <transition :name="transitionName"> -->
|
||||
<keep-alive :include="includeList">
|
||||
<component :is="Component"></component>
|
||||
</keep-alive>
|
||||
<!-- </transition> -->
|
||||
</router-view>
|
||||
</div>
|
||||
</div>
|
||||
<!-- <div class="wrapper">
|
||||
<div class="animation"> -->
|
||||
<router-view v-slot="{ Component }">
|
||||
<!-- <transition :name="transitionName"> -->
|
||||
<keep-alive :include="includeList">
|
||||
<component :is="Component"></component>
|
||||
</keep-alive>
|
||||
<!-- </transition> -->
|
||||
</router-view>
|
||||
<!-- </div>
|
||||
</div> -->
|
||||
</div>
|
||||
</div>
|
||||
</el-config-provider>
|
||||
|
||||
Reference in New Issue
Block a user