使用引导卡列,我如何强制每列有 X 张卡

我总共有 60 张卡片。我想要 3 列,每列 20 张卡片。

使用引导卡片列和 jquery Sortable(可排序/可拖动卡片)。

使用引导卡列,我如何强制每列有 X 张卡

<div class='container'>
  <div class='card-column' id='sortable'>
    <div class='card>
      Card content 1
    </div>
    <div class='card>
      Card content 2
    </div>
    <div class='card>
      Card content 3
    </div>

  </div>
</div>
axingweb 回答:使用引导卡列,我如何强制每列有 X 张卡

暂时没有好的解决方案,如果你有好的解决方案,请发邮件至:iooj@foxmail.com
本文链接:https://www.f2er.com/4085.html

大家都在问