Source/ProjectWeb/src/page/index/layout.vue @@ -6,3 +6,8 @@ <router-view class="avue-view" v-if="!$route.meta.keepAlive" /> </div> </template> <style lang="scss"> .avue-view{ padding: 0 6px!important; } </style>