From 2f4da86c59d1d09ecd1ddb38f3149b5a818a3387 Mon Sep 17 00:00:00 2001 From: gongdi <410827992@qq.com> Date: Tue, 27 Aug 2024 16:03:18 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=98=E6=99=BAAI=E7=9B=B8=E6=9C=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- miniprogram/ai-camera/src/pages/make/make.vue | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/miniprogram/ai-camera/src/pages/make/make.vue b/miniprogram/ai-camera/src/pages/make/make.vue index cb69534f..92cfaa69 100644 --- a/miniprogram/ai-camera/src/pages/make/make.vue +++ b/miniprogram/ai-camera/src/pages/make/make.vue @@ -42,13 +42,14 @@ 历史相册 - - + + > + + @@ -157,6 +158,11 @@ const { data, toMake } = getData(); display: flex; flex-wrap: wrap; justify-content: space-between; + .img-content { + width: 160rpx; + height: 160rpx; + overflow: hidden; + } } } .make-btn-style {