Cette révision appartient à :
2024-05-14 15:18:44 +08:00
Parent ca21a0cbed
révision 34bf9f91cf
21 fichiers modifiés avec 1698 ajouts et 705 suppressions

Voir le fichier

@@ -17,20 +17,20 @@
</template>
<script>
import iframeToggle from "./IframeToggle/index"
import iframeToggle from "./IframeToggle/index";
export default {
name: 'AppMain',
name: "AppMain",
components: { iframeToggle },
computed: {
cachedViews() {
return this.$store.state.tagsView.cachedViews
return this.$store.state.tagsView.cachedViews;
},
key() {
return this.$route.path
}
}
}
return this.$route.path;
},
},
};
</script>
<style lang="scss" scoped>
@@ -45,7 +45,7 @@ export default {
// background-color: #fff;
}
.fixed-header+.app-main {
.fixed-header + .app-main {
padding-top: 56px;
}
@@ -57,7 +57,7 @@ export default {
flex-direction: column;
}
.fixed-header+.app-main {
.fixed-header + .app-main {
padding-top: 90px;
}
}