@moluoxixi/ajax-package 0.0.23 → 0.0.24
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/es/index.mjs +3 -2
- package/package.json +1 -1
package/es/index.mjs
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
"use strict";
|
|
3
3
|
try {
|
|
4
4
|
if (typeof document !== "undefined") {
|
|
5
|
-
if (!document.getElementById("
|
|
5
|
+
if (!document.getElementById("b02dd0c0-95c9-4e11-9ae4-f342773e2555")) {
|
|
6
6
|
var elementStyle = document.createElement("style");
|
|
7
|
-
elementStyle.id = "
|
|
7
|
+
elementStyle.id = "b02dd0c0-95c9-4e11-9ae4-f342773e2555";
|
|
8
8
|
elementStyle.appendChild(document.createTextNode("._root_11p33_1 .el-dialog__header {\n padding: 0 12px 12px;\n}\n\n._root_11p33_1 .el-dialog__body {\n border-top: 1px solid #e5e7eb;\n border-bottom: 1px solid #e5e7eb;\n padding: 0 12px;\n}\n\n._root_11p33_1 .el-dialog__footer {\n padding: 0 12px;\n}"));
|
|
9
9
|
document.head.appendChild(elementStyle);
|
|
10
10
|
}
|
|
@@ -13199,6 +13199,7 @@ const SystemErrorDialog = defineComponent({
|
|
|
13199
13199
|
"showClose": true,
|
|
13200
13200
|
"closeOnClickModal": false,
|
|
13201
13201
|
"closeOnPressEscape": false,
|
|
13202
|
+
"zIndex": 99999999,
|
|
13202
13203
|
"style": { padding: "16px 0" },
|
|
13203
13204
|
"onUpdate:modelValue": handleModelValueChange
|
|
13204
13205
|
},
|