mirror of
https://github.com/dataease/dataease.git
synced 2025-02-25 12:03:05 +08:00
fix: 删除注释
This commit is contained in:
parent
af84c4d6c5
commit
cf832dde75
@ -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>
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user