购物车增加滚动

This commit is contained in:
CounterFire2023 2024-07-03 23:34:55 +08:00
parent 33a3450bc1
commit c4dd560aa3

View File

@ -274,6 +274,8 @@ onMounted(()=> {
color: #fff;
}
.cart-list {
max-height: 50vh;
overflow-y: auto;
.cart-item {
display: flex;
justify-content: space-between;