From 1be347cadfecc3bf7922556ee882137b5d7c84aa Mon Sep 17 00:00:00 2001 From: "X1627315083@163.com" <1627315083@qq.com> Date: Tue, 21 Apr 2026 16:19:54 +0800 Subject: [PATCH] fix --- src/views/brand/index.vue | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/views/brand/index.vue b/src/views/brand/index.vue index 43540a1..9e2999d 100644 --- a/src/views/brand/index.vue +++ b/src/views/brand/index.vue @@ -52,6 +52,14 @@ const {} = toRefs(data); width: 40rem; padding-left: 12.7rem; padding-right: 2.7rem; + height: var(--app-view-height); + overflow-y: auto; + position: sticky; + top: 0; + &::-webkit-scrollbar{ + width: 0; + height: 0; + } } .commodity-list{ flex: 1;