@next-core/brick-container 2.86.25 → 2.86.26
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.html +1 -1
- package/dist/{main.de154c2d5920ae68c0c3.css → main.42ac39b3b7d0a00f29ac.css} +15 -2
- package/dist/{main.de154c2d5920ae68c0c3.css.map → main.42ac39b3b7d0a00f29ac.css.map} +1 -1
- package/dist/{main.a7a3695ada1a1b13db71.js → main.fd447384cdc97c8a8914.js} +2 -2
- package/dist/{main.a7a3695ada1a1b13db71.js.map → main.fd447384cdc97c8a8914.js.map} +1 -1
- package/dist/{preview.194ffebcac7e44bce7fe.css → preview.8799a78658d54d30011a.css} +15 -2
- package/dist/{preview.194ffebcac7e44bce7fe.css.map → preview.8799a78658d54d30011a.css.map} +1 -1
- package/dist/preview.html +1 -1
- package/package.json +3 -3
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><script>window.MOCK_DATE="<!--# echo var='mock_date' default='' -->";window.PUBLIC_ROOT=window.CORE_ROOT=window.PUBLIC_CDN="<!--# echo var='public_cdn' default='' -->";</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><script>window.MOCK_DATE="<!--# echo var='mock_date' default='' -->";window.PUBLIC_ROOT=window.CORE_ROOT=window.PUBLIC_CDN="<!--# echo var='public_cdn' default='' -->";</script><link href="<!--# echo var='core_root' default='' -->main.42ac39b3b7d0a00f29ac.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.9403c439.js"></script><script src="<!--# echo var='core_root' default='' -->polyfill.1ffc9f934a0b90f5c42b.js"></script><script src="<!--# echo var='core_root' default='' -->main.fd447384cdc97c8a8914.js"></script></body></html>
|
|
@@ -27407,7 +27407,7 @@ html[data-theme="dark"] .ant-btn-primary {
|
|
|
27407
27407
|
border-left: none;
|
|
27408
27408
|
}
|
|
27409
27409
|
.ant-table-thead > tr > th {
|
|
27410
|
-
padding:
|
|
27410
|
+
padding: 8px 16px;
|
|
27411
27411
|
font-size: 12px;
|
|
27412
27412
|
line-height: 20px;
|
|
27413
27413
|
border-bottom: 0;
|
|
@@ -27438,6 +27438,15 @@ html[data-theme="dark"] .ant-btn-primary {
|
|
|
27438
27438
|
width: 32px;
|
|
27439
27439
|
min-width: 32px;
|
|
27440
27440
|
}
|
|
27441
|
+
.ant-table-middle .ant-table-thead > tr > th {
|
|
27442
|
+
padding: 6px 8px;
|
|
27443
|
+
}
|
|
27444
|
+
.ant-table-middle .ant-table-tbody > tr > td {
|
|
27445
|
+
padding: 6px 8px;
|
|
27446
|
+
}
|
|
27447
|
+
.ant-table-small .ant-table-thead > tr > th {
|
|
27448
|
+
padding: 4px 8px;
|
|
27449
|
+
}
|
|
27441
27450
|
.ant-table-row-expand-icon-cell {
|
|
27442
27451
|
padding: 14px 0;
|
|
27443
27452
|
width: 32px;
|
|
@@ -27449,6 +27458,7 @@ html[data-theme="dark"] .ant-btn-primary {
|
|
|
27449
27458
|
}
|
|
27450
27459
|
.ant-table-tbody > tr > td {
|
|
27451
27460
|
border-bottom-color: var(--antd-table-border-color);
|
|
27461
|
+
padding: 9px 16px;
|
|
27452
27462
|
}
|
|
27453
27463
|
.ant-table-tbody > tr > td.ant-table-column-sort {
|
|
27454
27464
|
background-color: var(--antd-table-header-overwrite-sort-td-active-bg);
|
|
@@ -27968,6 +27978,9 @@ html[data-theme="dark"] .ant-descriptions-item-content {
|
|
|
27968
27978
|
.ant-timeline-item-last {
|
|
27969
27979
|
padding-bottom: 5px;
|
|
27970
27980
|
}
|
|
27981
|
+
.ant-timeline-item-content {
|
|
27982
|
+
margin: 0;
|
|
27983
|
+
}
|
|
27971
27984
|
.ant-timeline-item-tail {
|
|
27972
27985
|
border-left: var(--border-width-double-base) solid var(--antd-border-color-split);
|
|
27973
27986
|
top: 18px;
|
|
@@ -29582,4 +29595,4 @@ html[data-mode="dashboard"] body.has-sub-menu #main-mount-point {
|
|
|
29582
29595
|
}
|
|
29583
29596
|
|
|
29584
29597
|
|
|
29585
|
-
/*# sourceMappingURL=main.
|
|
29598
|
+
/*# sourceMappingURL=main.42ac39b3b7d0a00f29ac.css.map*/
|