@adminforth/upload 1.2.0-next.1 → 1.2.0
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 +2 -2
- package/custom/preview.vue +5 -1
- package/dist/custom/preview.vue +5 -1
- package/package.json +1 -1
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 37,
|
|
15
|
-
total size is 37,
|
|
14
|
+
sent 37,887 bytes received 134 bytes 76,042.00 bytes/sec
|
|
15
|
+
total size is 37,398 speedup is 0.98
|
package/custom/preview.vue
CHANGED
|
@@ -39,7 +39,11 @@
|
|
|
39
39
|
background: rgba(0, 0, 0, 0.8);
|
|
40
40
|
}
|
|
41
41
|
.medium-zoom-overlay {
|
|
42
|
-
|
|
42
|
+
z-index: 99;
|
|
43
|
+
background: rgba(255, 255, 255, 0.8) !important;
|
|
44
|
+
}
|
|
45
|
+
html.dark .medium-zoom-overlay {
|
|
46
|
+
background: rgba(17, 24, 39, 0.7) !important;
|
|
43
47
|
}
|
|
44
48
|
body.medium-zoom--opened aside {
|
|
45
49
|
filter: grayscale(1)
|
package/dist/custom/preview.vue
CHANGED
|
@@ -39,7 +39,11 @@
|
|
|
39
39
|
background: rgba(0, 0, 0, 0.8);
|
|
40
40
|
}
|
|
41
41
|
.medium-zoom-overlay {
|
|
42
|
-
|
|
42
|
+
z-index: 99;
|
|
43
|
+
background: rgba(255, 255, 255, 0.8) !important;
|
|
44
|
+
}
|
|
45
|
+
html.dark .medium-zoom-overlay {
|
|
46
|
+
background: rgba(17, 24, 39, 0.7) !important;
|
|
43
47
|
}
|
|
44
48
|
body.medium-zoom--opened aside {
|
|
45
49
|
filter: grayscale(1)
|