@xtdev/xt-miniprogram-ui 1.2.82 → 1.2.84

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.
@@ -156,6 +156,14 @@ Component({
156
156
  });
157
157
  }
158
158
  },
159
+ /**
160
+ * 清空所有图片
161
+ */
162
+ clearAll() {
163
+ this.setData({
164
+ tempFileList: [],
165
+ });
166
+ },
159
167
  // 上传成功
160
168
  onUploadSuccess(files, url) {
161
169
  this.triggerEvent('upload', { fileList: files, url });
@@ -199,8 +199,8 @@
199
199
  position: fixed;
200
200
  left: -9999rpx;
201
201
  top: -9999rpx;
202
- width: 1px;
203
- height: 1px;
202
+ width: 100vw;
203
+ height: 100vh;
204
204
  }
205
205
 
206
206
  .loading-overlay {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xtdev/xt-miniprogram-ui",
3
- "version": "1.2.82",
3
+ "version": "1.2.84",
4
4
  "description": "",
5
5
  "miniprogram": "libs",
6
6
  "publishConfig": {