9
0
Dieser Commit ist enthalten in:
2024-05-14 15:18:44 +08:00
Ursprung ca21a0cbed
Commit 34bf9f91cf
21 geänderte Dateien mit 1698 neuen und 705 gelöschten Zeilen

Datei anzeigen

@@ -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;
}
}