From 25690e86e75ecb0568d429372d66c0f99da6d9c9 Mon Sep 17 00:00:00 2001 From: mabo Date: Mon, 17 May 2021 11:34:10 +0800 Subject: [PATCH] =?UTF-8?q?header=E8=B4=AD=E7=89=A9=E8=BD=A6=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- buyer/src/components/header/Header.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/buyer/src/components/header/Header.vue b/buyer/src/components/header/Header.vue index e5a616a0..182a7183 100644 --- a/buyer/src/components/header/Header.vue +++ b/buyer/src/components/header/Header.vue @@ -51,8 +51,8 @@ -
  • 我的订单
  • -
  • 我的足迹
  • +
  • 我的订单
  • +
  • 我的足迹
  • {{cartNum < 100 ? cartNum : '99'}} @@ -83,7 +83,7 @@
    -

    {{ item.goodsSku.goodsName }}

    +

    {{ item.goodsSku.goodsName }}

    @@ -303,7 +303,7 @@ export default { .shopping-cart-list { padding: 10px 15px; box-sizing: border-box; - height: 300px; + max-height: 300px; overflow: scroll; } .shopping-cart-box {