heikaimu / vue3-waterfall-plugin

vue3 瀑布流插件,支持 PC 和移动端,支持 animate 的所有动画效果,支持图片懒加载
https://vue3-waterfall.netlify.app/
390 stars 29 forks source link

允许卡片左对齐 #51

Closed horans closed 9 months ago

horans commented 9 months ago

目前卡片的默认排布为居中对齐无法修改,希望能开放左对齐(以及右对齐)的设置,这在有侧边栏的布局下更为友好。

TITLE: Allow cards to align to the left. DESC: Currently the default layout of cards is fixed "align to center". It would be great to add an option to change to "align to left" (or right). This will be more friendly to layouts with sidebars.

heikaimu commented 9 months ago

最新版本2.2.10已经添加了align属性,允许值left | center | right,默认'center'.