@lemon-fe/kits 1.0.0-103 → 1.0.0-104

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -448,7 +448,7 @@ function Filter(props) {
448
448
  var item = result[i];
449
449
  var itemWidth = getColWidth(item);
450
450
 
451
- if (space <= itemWidth) {
451
+ if (space < itemWidth) {
452
452
  row += 1;
453
453
 
454
454
  if (space < width) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lemon-fe/kits",
3
- "version": "1.0.0-103",
3
+ "version": "1.0.0-104",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",