@next-core/brick-container 2.66.0 → 2.66.3
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/CHANGELOG.md +24 -0
- package/dist/{dll.b245a031.js → dll.4ca69472.js} +2 -2
- package/dist/{dll.b245a031.js.map → dll.4ca69472.js.map} +1 -1
- package/dist/index.html +1 -1
- package/dist/{main.f69f23ebfe90f036de68.css → main.6108c4c13f336dc9ef71.css} +1 -10
- package/dist/main.6108c4c13f336dc9ef71.css.map +1 -0
- package/dist/{main.2d95dce94f35da27ce02.js → main.a30f4f17f6cdf04f1e9b.js} +2 -2
- package/dist/{main.2d95dce94f35da27ce02.js.map → main.a30f4f17f6cdf04f1e9b.js.map} +1 -1
- package/package.json +7 -7
- package/tools/report_installed_micro_app.py +22 -0
- package/dist/main.f69f23ebfe90f036de68.css.map +0 -1
package/dist/index.html
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<!doctype html><html lang="zh-CN" data-theme="light" data-mode="default"><head><meta charset="utf-8"><title>DevOps 管理专家</title><base href="<!--# echo var='base_href' default='/' -->"><link rel="shortcut icon" type="image/png" href="<!--# echo var='core_root' default='' -->assets/favicon.png"/><script>(!("documentMode" in document)&&CSS.supports("display","grid")&&window.customElements)||(location.href="<!--# echo var='base_href' default='/' -->browse-happy.html")</script><link href="<!--# echo var='core_root' default='' -->main.
|
|
1
|
+
<!doctype html><html lang="zh-CN" data-theme="light" data-mode="default"><head><meta charset="utf-8"><title>DevOps 管理专家</title><base href="<!--# echo var='base_href' default='/' -->"><link rel="shortcut icon" type="image/png" href="<!--# echo var='core_root' default='' -->assets/favicon.png"/><script>(!("documentMode" in document)&&CSS.supports("display","grid")&&window.customElements)||(location.href="<!--# echo var='base_href' default='/' -->browse-happy.html")</script><link href="<!--# echo var='core_root' default='' -->main.6108c4c13f336dc9ef71.css" rel="stylesheet"></head><body><div id="root-layout"><nav id="menu-bar-mount-point" class="print-hide"></nav><div id="root-content"><header id="app-bar-mount-point" class="print-hide"></header><div id="main-mount-point"></div><div id="legacy-iframe-mount-point"></div></div><div id="loading-bar-mount-point"><div class="global-loading-bar initial-loading-bar"><div></div></div></div></div><div id="bg-mount-point"></div><div id="portal-mount-point"></div><script src="<!--# echo var='core_root' default='' -->dll.4ca69472.js"></script><script src="<!--# echo var='core_root' default='' -->polyfill.b13b72c14b9fa94bbb38.js"></script><script src="<!--# echo var='core_root' default='' -->main.a30f4f17f6cdf04f1e9b.js"></script></body></html>
|
|
@@ -27677,15 +27677,6 @@ html[data-theme="dark"] .ant-descriptions-item-content {
|
|
|
27677
27677
|
position: relative;
|
|
27678
27678
|
top: 1px;
|
|
27679
27679
|
}
|
|
27680
|
-
body.layout-business .ant-input {
|
|
27681
|
-
padding: 5px 11px;
|
|
27682
|
-
}
|
|
27683
|
-
body.layout-business .ant-select-single .ant-select-selector {
|
|
27684
|
-
height: 34px;
|
|
27685
|
-
}
|
|
27686
|
-
body.layout-business .ant-select-single .ant-select-selector .ant-select-selection-placeholder {
|
|
27687
|
-
line-height: 32px;
|
|
27688
|
-
}
|
|
27689
27680
|
.ant-tree-checkbox {
|
|
27690
27681
|
/**
|
|
27691
27682
|
* 修改 checkbox 的样式
|
|
@@ -29302,4 +29293,4 @@ html[data-mode="dashboard"] body.has-sub-menu #main-mount-point {
|
|
|
29302
29293
|
}
|
|
29303
29294
|
|
|
29304
29295
|
|
|
29305
|
-
/*# sourceMappingURL=main.
|
|
29296
|
+
/*# sourceMappingURL=main.6108c4c13f336dc9ef71.css.map*/
|