@xtdev/xt-miniprogram-ui 1.2.45 → 1.2.47

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.
@@ -1,5 +1,6 @@
1
1
  {
2
2
  "component": true,
3
+ "styleIsolation": "apply-shared",
3
4
  "usingComponents": {
4
5
  "xt-icon": "../xt-icon/index",
5
6
  "xt-button": "../xt-button/index"
@@ -10,6 +10,7 @@
10
10
  left: 0;
11
11
  width: 100%;
12
12
  height: 100%;
13
+ z-index: 99;
13
14
  background: rgba(0, 0, 0, 0.7);
14
15
  }
15
16
  .xt-popup {
@@ -98,8 +99,8 @@
98
99
  display: flex;
99
100
  justify-content: space-between;
100
101
  box-sizing: border-box;
101
- padding-bottom: calc(constant(safe-area-inset-bottom) + 0rpx);
102
- padding-bottom: calc(env(safe-area-inset-bottom) + 0rpx);
102
+ padding-bottom: calc(constant(safe-area-inset-bottom) + 32rpx);
103
+ padding-bottom: calc(env(safe-area-inset-bottom) + 32rpx);
103
104
  }
104
105
  .picker-item {
105
106
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xtdev/xt-miniprogram-ui",
3
- "version": "1.2.45",
3
+ "version": "1.2.47",
4
4
  "description": "",
5
5
  "miniprogram": "libs",
6
6
  "publishConfig": {