From 8d441766c5b8d3cfd4854ced7f24251f868d8384 Mon Sep 17 00:00:00 2001 From: "X1627315083@163.com" <1627315083@qq.com> Date: Tue, 12 May 2026 14:13:56 +0800 Subject: [PATCH] fix --- src/views/collectionStory/detail/index.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/collectionStory/detail/index.vue b/src/views/collectionStory/detail/index.vue index 5c88e4c..ed8f739 100644 --- a/src/views/collectionStory/detail/index.vue +++ b/src/views/collectionStory/detail/index.vue @@ -77,6 +77,7 @@ const {} = toRefs(data); display: flex; height: calc(100vh - var(--header-height) - var(--footer-height)); align-items: flex-start; + overflow: hidden; > div{ // height: 100%; } @@ -119,8 +120,8 @@ const {} = toRefs(data); border-right: 0.5px solid #585858; // overflow-y: auto; overflow: hidden; - // height: 100%; - height: auto; + height: 100%; + // height: auto; position: relative; .line{ border: 0.5px solid #58585899; @@ -141,6 +142,7 @@ const {} = toRefs(data); align-items: center; gap: 4rem; overflow-y: auto; + height: 100%; &::-webkit-scrollbar{ display: none; }