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;