瀏覽代碼

display flex for images

Ivan Asmer 3 年之前
父節點
當前提交
9417af8e93
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/SliderImage.js

+ 1 - 0
src/SliderImage.js

@@ -30,6 +30,7 @@ export default ({images = [], className, onChange, onClick, ref, current:propCur
 
 
             const totalWidth    = imgs.reduce(widthSum, 0)
             const totalWidth    = imgs.reduce(widthSum, 0)
             div.style.minWidth  = totalWidth + 'px'
             div.style.minWidth  = totalWidth + 'px'
+            div.style.display   = 'flex'
         }
         }
     }, [divRef, imgs])
     }, [divRef, imgs])