king
2023-11-23 af712daea6f5ebeeb7fd550c7fe4cee118c80d54
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) : ['']