@adminforth/upload 2.7.1 → 2.7.2

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/build.log CHANGED
@@ -11,5 +11,5 @@ custom/preview.vue
11
11
  custom/tsconfig.json
12
12
  custom/uploader.vue
13
13
 
14
- sent 51,371 bytes received 134 bytes 103,010.00 bytes/sec
15
- total size is 50,882 speedup is 0.99
14
+ sent 51,379 bytes received 134 bytes 103,026.00 bytes/sec
15
+ total size is 50,890 speedup is 0.99
@@ -38,7 +38,7 @@
38
38
  </template>
39
39
 
40
40
  <style>
41
- .medium-zoom-image {
41
+ .medium-zoom-image--opened {
42
42
  z-index: 999999;
43
43
  background: rgba(0, 0, 0, 0.8);
44
44
  }
@@ -38,7 +38,7 @@
38
38
  </template>
39
39
 
40
40
  <style>
41
- .medium-zoom-image {
41
+ .medium-zoom-image--opened {
42
42
  z-index: 999999;
43
43
  background: rgba(0, 0, 0, 0.8);
44
44
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminforth/upload",
3
- "version": "2.7.1",
3
+ "version": "2.7.2",
4
4
  "description": "Plugin for uploading files for adminforth",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",