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: {