king
2022-11-15 347ca2d72cd044484e566056fb71ae3e0cdbfd19
src/tabviews/custom/components/carousel/prop-card/index.jsx
@@ -78,6 +78,11 @@
      _cols.set(item.field, item)
    })
    if (!_config.wrap.height) { // 兼容
      _config.wrap.height = _config.style.height || '300px'
      delete _config.style.height
    }
    _config.subcards.forEach(card => {
      card.style.height = _config.wrap.height
      if (card.setting.click) {
@@ -90,8 +95,6 @@
        return item
      })
    })
    _config.style.height = 'auto'
    _config.wrap.speed = (_config.wrap.speed || 3) * 1000