@next-core/brick-container 2.86.28 → 2.86.30
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/{dll.d91881c3.js → dll.8b15d47f.js} +5 -5
- package/dist/{dll.d91881c3.js.map → dll.8b15d47f.js.map} +1 -1
- package/dist/index.html +1 -1
- package/dist/{main.6b12ce87ff26a1db2faf.css → main.89f00740560d71f07eeb.css} +25 -3
- package/dist/main.89f00740560d71f07eeb.css.map +1 -0
- package/dist/{main.1b4a2d533d0f4b7c29fb.js → main.f390f27311d73d075bf2.js} +2 -2
- package/dist/{main.1b4a2d533d0f4b7c29fb.js.map → main.f390f27311d73d075bf2.js.map} +1 -1
- package/dist/{preview.5ca8d0636d4cf5e1071a.css → preview.4a715cb40258ea5c45b7.css} +25 -3
- package/dist/preview.4a715cb40258ea5c45b7.css.map +1 -0
- package/dist/preview.html +1 -1
- package/package.json +9 -9
- package/dist/main.6b12ce87ff26a1db2faf.css.map +0 -1
- package/dist/preview.5ca8d0636d4cf5e1071a.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><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.89f00740560d71f07eeb.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.8b15d47f.js"></script><script src="<!--# echo var='core_root' default='' -->polyfill.1ffc9f934a0b90f5c42b.js"></script><script src="<!--# echo var='core_root' default='' -->main.f390f27311d73d075bf2.js"></script></body></html>
|
|
@@ -845,7 +845,7 @@ html[data-theme="dark-v2"],
|
|
|
845
845
|
--antd-pagination-total-strong-text: var(--text-color-default);
|
|
846
846
|
--antd-pagination-item-hover: var(--color-brand);
|
|
847
847
|
--antd-pagination-item-active-bg: transparent;
|
|
848
|
-
--antd-pagination-item-active-border: var(--
|
|
848
|
+
--antd-pagination-item-active-border: var(--palette-blue-3);
|
|
849
849
|
--antd-pagination-item-active-text-color: var(--color-brand);
|
|
850
850
|
--antd-pagination-item-selected-hover-text-color: #2893f7;
|
|
851
851
|
--antd-pagination-item-selected-hover-border-color: var(
|
|
@@ -1595,7 +1595,7 @@ html[data-theme="dark-v2"],
|
|
|
1595
1595
|
--antd-pagination-total-strong-text: var(--color-normal-text);
|
|
1596
1596
|
--antd-pagination-item-hover: var(--color-info);
|
|
1597
1597
|
--antd-pagination-item-active-bg: var(--color-brand);
|
|
1598
|
-
--antd-pagination-item-active-border: var(--
|
|
1598
|
+
--antd-pagination-item-active-border: var(--palette-blue-3);
|
|
1599
1599
|
--antd-pagination-item-active-text-color: var(--color-white);
|
|
1600
1600
|
--antd-pagination-item-selected-hover-text-color: var(
|
|
1601
1601
|
--antd-pagination-item-active-text-color
|
|
@@ -27834,6 +27834,9 @@ html[data-theme="dark"] .ant-descriptions-item-content {
|
|
|
27834
27834
|
border-color: transparent;
|
|
27835
27835
|
background-color: transparent;
|
|
27836
27836
|
border-radius: 4px;
|
|
27837
|
+
height: 28px;
|
|
27838
|
+
line-height: 26px;
|
|
27839
|
+
min-width: 28px;
|
|
27837
27840
|
}
|
|
27838
27841
|
.ant-pagination-item:focus,
|
|
27839
27842
|
.ant-pagination-item:hover {
|
|
@@ -27871,6 +27874,7 @@ html[data-theme="dark"] .ant-descriptions-item-content {
|
|
|
27871
27874
|
.ant-pagination-total-text {
|
|
27872
27875
|
order: -1;
|
|
27873
27876
|
margin-right: auto;
|
|
27877
|
+
height: 28px !important;
|
|
27874
27878
|
}
|
|
27875
27879
|
.ant-pagination-options {
|
|
27876
27880
|
order: 0;
|
|
@@ -27883,10 +27887,28 @@ html[data-theme="dark"] .ant-descriptions-item-content {
|
|
|
27883
27887
|
background-color: transparent !important;
|
|
27884
27888
|
border-color: transparent !important;
|
|
27885
27889
|
box-shadow: none !important;
|
|
27890
|
+
height: 28px !important;
|
|
27891
|
+
}
|
|
27892
|
+
.ant-pagination-options .ant-select-selector .ant-select-item {
|
|
27893
|
+
line-height: 26px;
|
|
27894
|
+
}
|
|
27895
|
+
.ant-pagination-options .ant-select-selector .ant-select-selection-search .ant-select-selection-search-input {
|
|
27896
|
+
height: 26px;
|
|
27886
27897
|
}
|
|
27887
27898
|
.ant-pagination-options .ant-select-dropdown {
|
|
27888
27899
|
padding: 2px;
|
|
27889
27900
|
}
|
|
27901
|
+
.ant-pagination-prev,
|
|
27902
|
+
.ant-pagination-next,
|
|
27903
|
+
.ant-pagination.mini .ant-pagination-next,
|
|
27904
|
+
.ant-pagination.mini .ant-pagination-prev,
|
|
27905
|
+
.ant-pagination-jump-next-custom-icon,
|
|
27906
|
+
.ant-pagination.mini .ant-pagination-jump-next-custom-icon,
|
|
27907
|
+
.ant-pagination.mini .ant-pagination-item {
|
|
27908
|
+
height: 28px;
|
|
27909
|
+
min-width: 28px;
|
|
27910
|
+
line-height: 28px;
|
|
27911
|
+
}
|
|
27890
27912
|
.ant-modal-confirm-body .ant-modal-confirm-content {
|
|
27891
27913
|
margin-top: 12px;
|
|
27892
27914
|
}
|
|
@@ -29595,4 +29617,4 @@ html[data-mode="dashboard"] body.has-sub-menu #main-mount-point {
|
|
|
29595
29617
|
}
|
|
29596
29618
|
|
|
29597
29619
|
|
|
29598
|
-
/*# sourceMappingURL=main.
|
|
29620
|
+
/*# sourceMappingURL=main.89f00740560d71f07eeb.css.map*/
|