From af712daea6f5ebeeb7fd550c7fe4cee118c80d54 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 23 十一月 2023 14:42:05 +0800 Subject: [PATCH] 2023-11-23 --- src/tabviews/custom/components/card/cardcellList/index.jsx | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/src/tabviews/custom/components/card/cardcellList/index.jsx b/src/tabviews/custom/components/card/cardcellList/index.jsx index 9e1377f..4a1e085 100644 --- a/src/tabviews/custom/components/card/cardcellList/index.jsx +++ b/src/tabviews/custom/components/card/cardcellList/index.jsx @@ -654,6 +654,10 @@ if (card.link) { _style.cursor = 'pointer' } + + if (_style.position === 'absolute') { + _style.width = '100%' + } let scale = url && card.scale === 'true' let urls = url ? url.split(',').filter(Boolean) : [''] -- Gitblit v1.8.0