commit
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
<template>
|
||||
<div v-if="routerView" class="app-main-container">
|
||||
<vab-github-corner />
|
||||
<transition mode="out-in" name="fade-transform">
|
||||
<keep-alive :include="cachedRoutes" :max="keepAliveMaxNum">
|
||||
<router-view :key="key" class="app-main-height" />
|
||||
</keep-alive>
|
||||
</transition>
|
||||
<!-- <vab-github-corner />-->
|
||||
<!-- <transition mode="out-in" name="fade-transform">-->
|
||||
<!-- <keep-alive :include="cachedRoutes" :max="keepAliveMaxNum">-->
|
||||
<!-- <router-view :key="key" class="app-main-height" />-->
|
||||
<!-- </keep-alive>-->
|
||||
<!-- </transition>-->
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<vab-icon
|
||||
:icon="[
|
||||
'fas',
|
||||
isFullscreen ? 'compress-arrows-alt' : 'expand-arrows-alt',
|
||||
isFullscreen ? 'expand-arrows-alt' : 'compress-arrows-alt',
|
||||
]"
|
||||
@click="click"
|
||||
></vab-icon>
|
||||
|
||||
@@ -193,7 +193,6 @@
|
||||
.app-main-container {
|
||||
margin-top: $base-padding;
|
||||
margin-bottom: $base-padding;
|
||||
background: $base-color-white;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -253,7 +252,6 @@
|
||||
.app-main-container {
|
||||
width: calc(100% - #{$base-padding} - #{$base-padding});
|
||||
margin: $base-padding auto;
|
||||
background: $base-color-white;
|
||||
border-radius: $base-border-radius;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
import Vue from 'vue'
|
||||
import VueRouter from 'vue-router'
|
||||
import Layout from '@/layouts'
|
||||
import Home from '@/views/home'
|
||||
import EmptyLayout from '@/layouts/EmptyLayout'
|
||||
import { publicPath, routerMode } from '@/config'
|
||||
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
<!--国内标准法规-->
|
||||
<template>
|
||||
<div class="roleManagement-container">
|
||||
<h3>主题</h3>
|
||||
<h3>国内标准法规</h3>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -13,3 +14,4 @@
|
||||
methods: {},
|
||||
}
|
||||
</script>
|
||||
<style lang="scss" scoped></style>
|
||||
|
||||
Reference in New Issue
Block a user