wangting
2024-04-08 a23f7d5910585923ff323332e557f8f0ea98d293
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>