购物车增加滚动
This commit is contained in:
parent
33a3450bc1
commit
c4dd560aa3
@ -274,6 +274,8 @@ onMounted(()=> {
|
||||
color: #fff;
|
||||
}
|
||||
.cart-list {
|
||||
max-height: 50vh;
|
||||
overflow-y: auto;
|
||||
.cart-item {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
Loading…
x
Reference in New Issue
Block a user