@lemon-fe/components 0.1.70 → 0.1.71

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.
@@ -408,9 +408,9 @@ function Filter(props) {
408
408
  }
409
409
  });
410
410
  rows.push(currRow);
411
- value += simple ? 180 : 220;
411
+ value += simple ? 208 : 248;
412
412
 
413
- if (currRow.length > 0 && value > width) {
413
+ if (currRow.length > 0 && value >= width + getColStyle(1).width) {
414
414
  rows.push([]);
415
415
  }
416
416
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lemon-fe/components",
3
- "version": "0.1.70",
3
+ "version": "0.1.71",
4
4
  "description": "> TODO: description",
5
5
  "author": "鲁盛杰 <lusj@cnlemon.net>",
6
6
  "homepage": "",
@@ -41,5 +41,5 @@
41
41
  "react": "^17.0.2",
42
42
  "react-dom": "^17.0.2"
43
43
  },
44
- "gitHead": "46b0cf9ea5f30f15b92816311117cfb815a47330"
44
+ "gitHead": "6497c7576c4a6ad3f4a98f64e8c8b7678646a946"
45
45
  }