@next-core/brick-container 2.81.4 → 2.81.6
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.5053d6a6d10333f6f799.css → main.b69c82175c6b439d1478.css} +24 -4
- package/dist/main.b69c82175c6b439d1478.css.map +1 -0
- package/dist/{main.21cc405b9e201a26feb5.js → main.de9fc4fd9368e46b78fb.js} +2 -2
- package/dist/{main.21cc405b9e201a26feb5.js.map → main.de9fc4fd9368e46b78fb.js.map} +1 -1
- package/dist/{preview.381d03abbe784c9fc690.css → preview.0967c1ed4ef2a02e9897.css} +24 -4
- package/dist/preview.0967c1ed4ef2a02e9897.css.map +1 -0
- package/dist/preview.html +1 -1
- package/package.json +3 -3
- package/dist/main.5053d6a6d10333f6f799.css.map +0 -1
- package/dist/preview.381d03abbe784c9fc690.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.b69c82175c6b439d1478.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.345c872c.js"></script><script src="<!--# echo var='core_root' default='' -->polyfill.1ffc9f934a0b90f5c42b.js"></script><script src="<!--# echo var='core_root' default='' -->main.de9fc4fd9368e46b78fb.js"></script></body></html>
|
|
@@ -2054,7 +2054,7 @@ html[data-theme="dark-v2"],
|
|
|
2054
2054
|
--page-padding: 24px;
|
|
2055
2055
|
--page-title-height: 32px;
|
|
2056
2056
|
--page-card-gap: 20px;
|
|
2057
|
-
--page-title-margin-top:
|
|
2057
|
+
--page-title-margin-top: 16px;
|
|
2058
2058
|
--page-title-margin-bottom: 18px;
|
|
2059
2059
|
--toolbar-button-gap: 8px;
|
|
2060
2060
|
|
|
@@ -27290,7 +27290,7 @@ html[data-theme="dark"] .ant-btn-primary {
|
|
|
27290
27290
|
border-bottom-color: var(--antd-card-head-border-bottom-color);
|
|
27291
27291
|
}
|
|
27292
27292
|
.ant-card-body {
|
|
27293
|
-
padding: 16px
|
|
27293
|
+
padding: 16px;
|
|
27294
27294
|
}
|
|
27295
27295
|
.ant-cascader {
|
|
27296
27296
|
/*
|
|
@@ -27958,7 +27958,15 @@ html[data-theme="dark"] .ant-descriptions-item-content {
|
|
|
27958
27958
|
.ant-input[readonly] {
|
|
27959
27959
|
background-color: var(--theme-blue-background);
|
|
27960
27960
|
}
|
|
27961
|
-
.ant-input-group.ant-input-compact > *:last-child {
|
|
27961
|
+
.ant-input-group.ant-input-group-compact > *:last-child {
|
|
27962
|
+
border-top-left-radius: 3px;
|
|
27963
|
+
border-bottom-left-radius: 3px;
|
|
27964
|
+
}
|
|
27965
|
+
.ant-input-group.ant-input-group-compact > *:last-child {
|
|
27966
|
+
border-top-right-radius: 3px;
|
|
27967
|
+
border-bottom-right-radius: 3px;
|
|
27968
|
+
}
|
|
27969
|
+
.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector {
|
|
27962
27970
|
border-top-right-radius: 3px;
|
|
27963
27971
|
border-bottom-right-radius: 3px;
|
|
27964
27972
|
}
|
|
@@ -27999,6 +28007,9 @@ html[data-theme="dark"] .ant-descriptions-item-content {
|
|
|
27999
28007
|
.ant-input-number-handler-down {
|
|
28000
28008
|
border-top-color: transparent;
|
|
28001
28009
|
}
|
|
28010
|
+
.ant-input-affix-wrapper {
|
|
28011
|
+
border-radius: 3px;
|
|
28012
|
+
}
|
|
28002
28013
|
.has-error.ant-legacy-form-item-control .ant-input,
|
|
28003
28014
|
.has-error.ant-legacy-form-item-control .ant-input:hover {
|
|
28004
28015
|
background-color: var(--antd-component-background);
|
|
@@ -28047,6 +28058,9 @@ html[data-theme="dark"] .ant-descriptions-item-content {
|
|
|
28047
28058
|
.ant-select-dropdown .ant-select-item-option {
|
|
28048
28059
|
border-radius: 6px;
|
|
28049
28060
|
}
|
|
28061
|
+
.ant-select:not(.ant-select-customize-input) .ant-select-selector {
|
|
28062
|
+
border-radius: 3px;
|
|
28063
|
+
}
|
|
28050
28064
|
.ant-select-dropdown-menu {
|
|
28051
28065
|
padding: 2px;
|
|
28052
28066
|
}
|
|
@@ -28133,6 +28147,12 @@ li.ant-picker-time-panel-cell:not(.ant-picker-time-panel-cell-selected) .ant-pic
|
|
|
28133
28147
|
color: var(--color-normal-text);
|
|
28134
28148
|
background-color: var(--color-border-divider-line);
|
|
28135
28149
|
}
|
|
28150
|
+
.ant-radio-button-wrapper:first-child {
|
|
28151
|
+
border-radius: 3px 0 0 3px;
|
|
28152
|
+
}
|
|
28153
|
+
.ant-radio-button-wrapper:last-child {
|
|
28154
|
+
border-radius: 0 3px 3px 0;
|
|
28155
|
+
}
|
|
28136
28156
|
.ant-select-tree-checkbox {
|
|
28137
28157
|
/**
|
|
28138
28158
|
* 修改 checkbox 的样式
|
|
@@ -29444,4 +29464,4 @@ html[data-mode="dashboard"] body.has-sub-menu #main-mount-point {
|
|
|
29444
29464
|
}
|
|
29445
29465
|
|
|
29446
29466
|
|
|
29447
|
-
/*# sourceMappingURL=main.
|
|
29467
|
+
/*# sourceMappingURL=main.b69c82175c6b439d1478.css.map*/
|