From bf4d4e3b9e465e9edff295f7abada3d8c341e390 Mon Sep 17 00:00:00 2001 From: lz-ui Date: Sun, 28 Sep 2025 15:07:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=B7=BB=E5=8A=A0=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E7=BC=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/AppMain.vue | 4 ++-- src/layout/index.vue | 2 +- src/settings.js | 2 +- src/views/tc/videoScript/index.vue | 23 ++++++++++++++++++++--- 4 files changed, 24 insertions(+), 7 deletions(-) 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 @@