@xtdev/xt-miniprogram-ui 1.2.46 → 1.2.48

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 {
@@ -110,8 +111,6 @@
110
111
  color: #000000;
111
112
  text-align: center;
112
113
  }
113
- .picker-mask {
114
- }
115
114
  .picker-select {
116
115
  font-size: 40rpx;
117
116
  font-weight: 800;
@@ -155,7 +155,7 @@ Component({
155
155
  uploadImage_v(filePaths) {
156
156
  return new Promise((resolve, reject) => {
157
157
  const { url, fileDir, ...header } = this.properties.uploadApi;
158
- wx.showLoading("上传中");
158
+ wx.showLoading({title: "上传中", mask: true});
159
159
  utils.newHttp(
160
160
  url,
161
161
  "GET",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xtdev/xt-miniprogram-ui",
3
- "version": "1.2.46",
3
+ "version": "1.2.48",
4
4
  "description": "",
5
5
  "miniprogram": "libs",
6
6
  "publishConfig": {