diff --git a/src/layout/components/AppMain.vue b/src/layout/components/AppMain.vue index d31ece1..66517a3 100644 --- a/src/layout/components/AppMain.vue +++ b/src/layout/components/AppMain.vue @@ -66,8 +66,8 @@ function addIframe() { } .fixed-header + .app-main { - margin-top: var(--app-header-height) + 34px; - height: calc(100vh - var(--app-header-height) - 34px); + // margin-top: var(--app-header-height) + 34px; + height: calc(100vh - var(--app-header-height)); min-height: 0px; } } diff --git a/src/layout/index.vue b/src/layout/index.vue index a78d23f..f739b7d 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -5,7 +5,7 @@
- +
diff --git a/src/settings.js b/src/settings.js index 1b9cd53..093678e 100644 --- a/src/settings.js +++ b/src/settings.js @@ -27,7 +27,7 @@ export default { /** * 是否显示 tagsView */ - tagsView: false, + tagsView: true, /** * 显示页签图标 diff --git a/src/views/tc/videoScript/index.vue b/src/views/tc/videoScript/index.vue index 4086894..ee65c28 100644 --- a/src/views/tc/videoScript/index.vue +++ b/src/views/tc/videoScript/index.vue @@ -8,13 +8,30 @@