fix: 删除注释

This commit is contained in:
dataeaseShu 2022-09-22 09:48:14 +08:00
parent af84c4d6c5
commit cf832dde75
2 changed files with 0 additions and 9 deletions

View File

@ -1,7 +1,6 @@
<template>
<div id="app">
<keep-alive>
<!-- 路由匹配到的组件将显示在这里 -->
<router-view v-if="['/dataset/index', '/system/system-settings/appearance'].includes(key)"></router-view>
</keep-alive>
<router-view v-if="!['/dataset/index', '/system/system-settings/appearance'].includes(key)"></router-view>

View File

@ -3,7 +3,6 @@
<transition name="fade-transform" mode="out-in">
<el-main class="ms-main-container">
<keep-alive>
<!-- 路由匹配到的组件将显示在这里 -->
<router-view v-if="['/dataset/index', '/system/system-settings/appearance'].includes(key)"></router-view>
</keep-alive>
<router-view v-if="!['/dataset/index', '/system/system-settings/appearance'].includes(key)"></router-view>
@ -26,12 +25,6 @@ export default {
<style lang="scss" scoped>
.app-main {
height: 100%;
/* topbar 56 */
// min-height: calc(100vh - 56px);
// width: 100%;
// height: 100%;
// position: relative;
// overflow: hidden;
}
.fixed-header + .app-main {
@ -45,7 +38,6 @@ export default {
</style>
<style lang="scss">
// fix css style bug in open el-dialog
.el-popup-parent--hidden {
.fixed-header {
padding-right: 15px;