From ef8cad578af420ff1ff8ef254011cec898cc0ed2 Mon Sep 17 00:00:00 2001
From: sws <1141121512@qq.com>
Date: Fri, 1 Sep 2023 20:48:27 +0800
Subject: [PATCH] =?UTF-8?q?1.=E6=88=91=E7=9A=84=E9=A1=B5=E9=9D=A2=E4=BC=98?=
=?UTF-8?q?=E5=8C=96=202.=E8=B4=AD=E7=89=A9=E8=BD=A6=E9=A1=B5=E9=9D=A2?=
=?UTF-8?q?=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
common/css/page.css | 4 ++--
components/cart/cart.vue | 11 +++++------
components/goods-list/goods-list.vue | 4 ++--
3 files changed, 9 insertions(+), 10 deletions(-)
diff --git a/common/css/page.css b/common/css/page.css
index 4ad7118e..1ae3ee5a 100644
--- a/common/css/page.css
+++ b/common/css/page.css
@@ -1040,11 +1040,11 @@ button[disabled].bg-gray {
.goods-data-grid-list .item .error-msg,
.goods-data-grid-list .item .goods-img {
- height: 380rpx !important;
+ height: 341rpx !important;
}
.goods-data-grid-list .item .error-msg {
- line-height: 380rpx;
+ line-height: 341rpx;
}
/**
diff --git a/components/cart/cart.vue b/components/cart/cart.vue
index c27596fc..8eae6291 100644
--- a/components/cart/cart.vue
+++ b/components/cart/cart.vue
@@ -102,7 +102,7 @@
{{data_list_loding_msg || '购物车空空如也'}}
-
+
@@ -116,9 +116,9 @@
- 猜你喜欢
-
+ 猜你喜欢
+
@@ -852,7 +852,7 @@
* 空购物车
*/
.cart-no-data-box {
- padding: 30% 0 40rpx 0;
+ padding: 100rpx 0 40rpx 0;
}
.cart-no-data-box image {
@@ -931,7 +931,6 @@
position: relative;
text-align: center;
display: inline-block;
- padding-bottom: 24rpx;
}
.guess-like::before,
diff --git a/components/goods-list/goods-list.vue b/components/goods-list/goods-list.vue
index c648fc8c..f5f95adc 100644
--- a/components/goods-list/goods-list.vue
+++ b/components/goods-list/goods-list.vue
@@ -59,7 +59,7 @@
-
+
{{item.error_msg}}
{{item.title}}
@@ -167,7 +167,7 @@
return {
data: null,
is_show_cart: false,
- themeColor: app.globalData.get_theme_color()
+ themeColor: app.globalData.get_theme_color(),
};
},
components: {