easy3wui 1.5.88-beta3 → 1.5.88-beta4

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/assets/btn.css CHANGED
@@ -11,7 +11,7 @@
11
11
  .positionDiv {
12
12
  position: absolute;
13
13
  right: 32px;
14
- top: 16px;
14
+ top: var(--card-head-padding, 16px);
15
15
  }
16
16
  .e3wPositionA {
17
17
  font-size: 15px;
package/assets/index.css CHANGED
@@ -2631,7 +2631,7 @@ input.ant-input-number-input {
2631
2631
  .positionDiv {
2632
2632
  position: absolute;
2633
2633
  right: 32px;
2634
- top: 16px;
2634
+ top: var(--card-head-padding, 16px);
2635
2635
  }
2636
2636
  .e3wPositionA {
2637
2637
  font-size: 15px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "easy3wui",
3
- "version": "1.5.88-beta3",
3
+ "version": "1.5.88-beta4",
4
4
  "description": "easy3wui components for react",
5
5
  "keywords": [
6
6
  "react",