From 5ee6975af871091115721729fa398aba54ddcf82 Mon Sep 17 00:00:00 2001 From: lld <15027638633@163.com> Date: Thu, 26 Mar 2026 19:32:08 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=84=E4=BB=B6=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../uni-list-chat/uni-list-chat.vue | 24 ++++++++++++++----- 1 file changed, 18 insertions(+), 6 deletions(-) diff --git a/uni_modules/uni-list/components/uni-list-chat/uni-list-chat.vue b/uni_modules/uni-list/components/uni-list-chat/uni-list-chat.vue index d49fd7c..7cdc41b 100644 --- a/uni_modules/uni-list/components/uni-list-chat/uni-list-chat.vue +++ b/uni_modules/uni-list/components/uni-list-chat/uni-list-chat.vue @@ -6,15 +6,15 @@ - - + + - + :style="{ width: imageWidth + 'px', height: imageWidth + 'px', backgroundColor: '#FFA726' }"> + @@ -127,7 +127,19 @@ default () { return []; } - } + }, + mode: { + type: String, + default: 'aspectFit' + }, + imgWidth: { + type: String, + default: '' + }, + bgColor: { + type: String, + default: 'transparent' + } }, // inject: ['list'], computed: {