This commit is contained in:
X1627315083@163.com
2026-04-21 16:19:54 +08:00
parent e16c551f4e
commit 1be347cadf

View File

@@ -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;