diff --git a/components/goods-list/goods-list.vue b/components/goods-list/goods-list.vue index e6c1d1f9..64c7e370 100644 --- a/components/goods-list/goods-list.vue +++ b/components/goods-list/goods-list.vue @@ -27,7 +27,7 @@ - + @@ -92,7 +92,7 @@ - + @@ -148,7 +148,7 @@ - + diff --git a/pages/goods-category/goods-category.css b/pages/goods-category/goods-category.css index 6cd8fa76..bf558a26 100644 --- a/pages/goods-category/goods-category.css +++ b/pages/goods-category/goods-category.css @@ -370,14 +370,14 @@ } .cart-content .cart-list .goods-img { - width: 120rpx; - height: 120rpx !important; + width: 132rpx; + height: 132rpx !important; } .cart-content .cart-list .goods-base { - width: calc(100% - 160rpx); + padding-right: 0; + padding-left: 24rpx; } - .cart-content .cart-list .goods-base-content { min-height: 60rpx; } diff --git a/pages/goods-category/goods-category.vue b/pages/goods-category/goods-category.vue index 85bc1657..57987f0e 100644 --- a/pages/goods-category/goods-category.vue +++ b/pages/goods-category/goods-category.vue @@ -296,20 +296,20 @@ - - - + + + {{ goods.title }} - + ; {{ sv.value }} - - {{ currency_symbol }}{{ goods.price }} + + {{ currency_symbol }}{{ goods.price }}