From e0ba6f74229fd0be5c6f1c42102a167a4a6a2e53 Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Thu, 16 Apr 2026 10:36:21 +0800 Subject: [PATCH] =?UTF-8?q?Refactor(=E4=BA=91=E7=81=B5AI):=E7=A4=BC?= =?UTF-8?q?=E5=93=81=E5=95=86=E5=93=81=E8=BD=AE=E6=92=AD=E6=95=88=E6=9E=9C?= =?UTF-8?q?=E7=BB=86=E8=8A=82=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aiChat/views/index.vue | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/aiChat/views/index.vue b/aiChat/views/index.vue index beb39c3..aedd0e1 100644 --- a/aiChat/views/index.vue +++ b/aiChat/views/index.vue @@ -720,21 +720,22 @@ export default { } } .recommend-goods-wrap { - width: 100%; + width: calc(100% + 48rpx); padding: 24rpx 0; + margin: 0 -24rpx; .goods-swiper { width: 100%; - height: 724rpx; + height: 750rpx; } .goods-item { display: block; width: 460rpx; - margin: 0 auto; + margin: 24rpx auto 0 auto; padding: 24rpx; box-sizing: border-box; background: #fff; border-radius: 20rpx; - box-shadow: 0rpx 6rpx 30rpx rgba(0,0,0,0.16); + box-shadow: 0rpx 0 24rpx rgba(0,0,0,0.16); white-space: normal; transition: all 0.3s ease; transform: scale(0.9);