ls-pro-common 3.0.19 → 3.0.21

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.
package/dist/common.css CHANGED
@@ -666,6 +666,9 @@ a:hover {
666
666
  .ant-picker-range:not(.ant-picker-large, .ant-picker-sm) .ant-picker-input > input {
667
667
  letter-spacing: -0.8px !important;
668
668
  }
669
+ .ant-table-filter-dropdown .ant-dropdown-menu-item .ant-checkbox + span {
670
+ width: 230px;
671
+ }
669
672
 
670
673
  .pro-table-tooltip-text span {
671
674
  color: #fff;
@@ -666,6 +666,9 @@ a:hover {
666
666
  .ant-picker-range:not(.ant-picker-large, .ant-picker-sm) .ant-picker-input > input {
667
667
  letter-spacing: -0.8px !important;
668
668
  }
669
+ .ant-table-filter-dropdown .ant-dropdown-menu-item .ant-checkbox + span {
670
+ width: 230px;
671
+ }
669
672
 
670
673
  .pro-table-tooltip-text span {
671
674
  color: #fff;
@@ -359,4 +359,8 @@
359
359
  .ant-picker-input>input {
360
360
  letter-spacing: -0.8px !important;
361
361
  }
362
+ }
363
+
364
+ .ant-table-filter-dropdown .ant-dropdown-menu-item .ant-checkbox+span {
365
+ width: 230px;
362
366
  }
@@ -359,4 +359,8 @@
359
359
  .ant-picker-input>input {
360
360
  letter-spacing: -0.8px !important;
361
361
  }
362
+ }
363
+
364
+ .ant-table-filter-dropdown .ant-dropdown-menu-item .ant-checkbox+span {
365
+ width: 230px;
362
366
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ls-pro-common",
3
- "version": "3.0.19",
3
+ "version": "3.0.21",
4
4
  "description": "ls-pro-common",
5
5
  "license": "MIT",
6
6
  "sideEffects": [
@@ -21,7 +21,7 @@
21
21
  ],
22
22
  "dependencies": {
23
23
  "@ant-design/icons": "^4.3.0",
24
- "ls-pro-table": "^3.0.11",
24
+ "ls-pro-table": "^3.0.12",
25
25
  "ls-pro-form": "^3.0.6",
26
26
  "ls-pro-descriptions": "^3.0.1",
27
27
  "ls-pro-card": "^3.0.3",