From a898abd9e42a4b428d6daf1d34fa400ed18e8689 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 23 十一月 2022 17:35:34 +0800 Subject: [PATCH] 2022-11-23 --- src/tabviews/custom/components/card/cardcellList/index.jsx | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/tabviews/custom/components/card/cardcellList/index.jsx b/src/tabviews/custom/components/card/cardcellList/index.jsx index a0eb57b..a7a0f74 100644 --- a/src/tabviews/custom/components/card/cardcellList/index.jsx +++ b/src/tabviews/custom/components/card/cardcellList/index.jsx @@ -562,6 +562,8 @@ } else { _imagestyle.paddingTop = '100%' } + + _imagestyle.backgroundSize = card.backgroundSize || 'cover' if (card.link) { _style.cursor = 'pointer' -- Gitblit v1.8.0