king
2022-12-06 91e232bb0b910f3670bdbccd65cc218d55e1eda9
src/tabviews/custom/components/carousel/data-card/index.jsx
@@ -88,8 +88,12 @@
      return item
    })
    if (!_config.wrap.height) { // 兼容
      _config.wrap.height = _config.style.height || '300px'
      delete _config.style.height
    }
    _card.style.height = _config.wrap.height
    _config.style.height = 'auto'
    _config.wrap.speed = (_config.wrap.speed || 3) * 1000