我正在使用react-grid-layout响应式设计。 在我的配置中,我有两张卡片(例如) -
Large screen- A (left, 6 columns), B(on A's right- 6 columns)
Medium screen-A (left, 4 columns), B(on A's right- 4 columns)
当用户处于大屏幕时 - 他重新排序卡片
B- on the left; A- on the right
然后他缩小了屏幕
**Expected:** the order will stay B on left, A on the right, but both 4 columns width.
**Actual:** exactly as configured.
当用户返回大 - 订单是预期的。
有关如何实现预期行为的任何想法?