@xingtukeji/micro 1.1.1 → 1.1.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/dist/index.js +2 -1
- package/package.json +1 -1
- package/dist/style.css +0 -1
package/dist/index.js
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
(function(){"use strict";try{if(typeof document!="undefined"){var e=document.createElement("style");e.appendChild(document.createTextNode('.xt-micro{width:100%;height:100%}.xt-micro:before{content:"加载中";position:absolute;inset:0;display:flex;justify-content:center;align-items:center;z-index:-1}.micro-iframe{width:100%;height:100%;border:none;margin:0;padding:0}.micro-iframe:after{content:"加载中";position:absolute;inset:0;display:flex;justify-content:center;align-items:center;background:#fff}')),document.head.appendChild(e)}}catch(t){console.error("vite-plugin-css-injected-by-js",t)}})();
|
|
1
2
|
var C = Object.defineProperty, U = Object.defineProperties;
|
|
2
3
|
var A = Object.getOwnPropertyDescriptors;
|
|
3
4
|
var I = Object.getOwnPropertySymbols;
|
|
@@ -291,7 +292,7 @@ const G = {
|
|
|
291
292
|
}), (o, s) => (X(), $("div", k({
|
|
292
293
|
ref_key: "refPanel",
|
|
293
294
|
ref: n
|
|
294
|
-
}, o.$attrs, { class: "xt-micro
|
|
295
|
+
}, o.$attrs, { class: "xt-micro overflow-hidden" }), null, 16));
|
|
295
296
|
}
|
|
296
297
|
});
|
|
297
298
|
const re = {
|
package/package.json
CHANGED
package/dist/style.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.xt-micro{background-color:#fff}.xt-micro:before{content:"加载中";position:absolute;inset:0;display:flex;justify-content:center;align-items:center;z-index:-1}.micro-iframe{width:100%;height:100%;border:none;margin:0;padding:0}.micro-iframe:after{content:"加载中";position:absolute;inset:0;display:flex;justify-content:center;align-items:center;background:#fff}
|