@moluoxixi/ajax-package 0.0.31 → 0.0.32
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 +4 -3
- 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("66884fdc-6504-4943-863b-c423ef42910b")) {
|
|
6
6
|
var elementStyle = document.createElement("style");
|
|
7
|
-
elementStyle.id = "
|
|
7
|
+
elementStyle.id = "66884fdc-6504-4943-863b-c423ef42910b";
|
|
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
|
}
|
|
@@ -7904,7 +7904,8 @@ const _BaseApi = class _BaseApi extends BaseHttpClient {
|
|
|
7904
7904
|
display: "flex",
|
|
7905
7905
|
alignItems: "center",
|
|
7906
7906
|
gap: "8px",
|
|
7907
|
-
maxWidth: "100%"
|
|
7907
|
+
maxWidth: "100%",
|
|
7908
|
+
whiteSpace: "normal"
|
|
7908
7909
|
}
|
|
7909
7910
|
}, [
|
|
7910
7911
|
h("div", {
|