From bc24c7511a769dcd758e55745211dd647b99c541 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=BE=81?= Date: Tue, 17 May 2022 19:57:13 +0800 Subject: [PATCH 1/5] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E6=9C=80=E5=A4=A7?= =?UTF-8?q?=E5=BA=93=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/goods/detail/_id.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/goods/detail/_id.vue b/pages/goods/detail/_id.vue index 0c6eb21..693c56b 100644 --- a/pages/goods/detail/_id.vue +++ b/pages/goods/detail/_id.vue @@ -159,7 +159,7 @@
数量
- +
From 4bdf753c6e1f707eb7fbaa2aaf59118ee0ea2d1c Mon Sep 17 00:00:00 2001 From: xiaoguang Date: Tue, 17 May 2022 20:53:34 +0800 Subject: [PATCH 2/5] =?UTF-8?q?feat:=20=E7=82=B9=E5=87=BB=E5=90=B8?= =?UTF-8?q?=E9=A1=B6=E6=A0=8F=E6=90=9C=E7=B4=A2=E6=BB=9A=E5=8A=A8=E5=88=B0?= =?UTF-8?q?=E9=A1=B6=E9=83=A8=E5=B9=B6=E4=B8=94=E8=BE=93=E5=85=A5=E6=A1=86?= =?UTF-8?q?=E8=81=9A=E7=84=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- layouts/module/header/HeaderCart.vue | 3 +++ layouts/module/header/HeaderInfoBar.vue | 4 ++-- layouts/module/header/index.vue | 12 +++++++++++- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/layouts/module/header/HeaderCart.vue b/layouts/module/header/HeaderCart.vue index cc5da56..a4626e3 100644 --- a/layouts/module/header/HeaderCart.vue +++ b/layouts/module/header/HeaderCart.vue @@ -170,6 +170,9 @@ export default { border-radius: 4px; border: 1px solid #eeeeee; cursor: pointer; + &:hover { + background: #eeeeee; + } .wrap-right-cart__tip { width: 16px; height: 16px; diff --git a/layouts/module/header/HeaderInfoBar.vue b/layouts/module/header/HeaderInfoBar.vue index 8d49f49..85a4841 100644 --- a/layouts/module/header/HeaderInfoBar.vue +++ b/layouts/module/header/HeaderInfoBar.vue @@ -214,8 +214,8 @@ export default { height: 42px; font-size: 14px; img { - width: 8px; - height: 14px; + width: 6px; + height: 12px; } } .menu-item__wrap { diff --git a/layouts/module/header/index.vue b/layouts/module/header/index.vue index 760dc05..4bc0b6d 100644 --- a/layouts/module/header/index.vue +++ b/layouts/module/header/index.vue @@ -27,7 +27,7 @@
@@ -69,6 +69,7 @@