easy3wui 1.4.238 → 1.4.239

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.
@@ -63,6 +63,12 @@
63
63
  .formContentAlone :global .ant-input-number {
64
64
  border-radius: 4px 0 0 4px;
65
65
  }
66
+ .formContentAlone :global .ant-form-item-required::before {
67
+ margin-left: -10px;
68
+ }
69
+ .formContentAlone :global .ant-form-item-label {
70
+ padding-left: 12px;
71
+ }
66
72
  .countContent:after {
67
73
  content: attr(data-count);
68
74
  color: rgba(0, 0, 0, 0.45);
package/assets/index.css CHANGED
@@ -1596,6 +1596,12 @@ s {
1596
1596
  .formContentAlone :global .ant-input-number {
1597
1597
  border-radius: 4px 0 0 4px;
1598
1598
  }
1599
+ .formContentAlone :global .ant-form-item-required::before {
1600
+ margin-left: -10px;
1601
+ }
1602
+ .formContentAlone :global .ant-form-item-label {
1603
+ padding-left: 12px;
1604
+ }
1599
1605
  .countContent:after {
1600
1606
  content: attr(data-count);
1601
1607
  color: rgba(0, 0, 0, 0.45);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy3wui",
3
- "version": "1.4.238",
3
+ "version": "1.4.239",
4
4
  "description": "easy3wui components for react",
5
5
  "keywords": [
6
6
  "react",