From c4dd560aa37b80d87cb9df076d8971640db8d465 Mon Sep 17 00:00:00 2001 From: CounterFire2023 <136581895+CounterFire2023@users.noreply.github.com> Date: Wed, 3 Jul 2024 23:34:55 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=AD=E7=89=A9=E8=BD=A6=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E6=BB=9A=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/cart/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/cart/index.vue b/src/components/cart/index.vue index 7c86342..cf7390d 100644 --- a/src/components/cart/index.vue +++ b/src/components/cart/index.vue @@ -274,6 +274,8 @@ onMounted(()=> { color: #fff; } .cart-list { + max-height: 50vh; + overflow-y: auto; .cart-item { display: flex; justify-content: space-between;