@next-core/brick-container 2.81.1 → 2.81.2
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.540a2ba6b8e14c16047a.css → main.5053d6a6d10333f6f799.css} +19 -6
- package/dist/main.5053d6a6d10333f6f799.css.map +1 -0
- package/dist/{main.6bf01acdd31f7b94fdb3.js → main.ee670dd7baf85613819c.js} +2 -2
- package/dist/{main.6bf01acdd31f7b94fdb3.js.map → main.ee670dd7baf85613819c.js.map} +1 -1
- package/dist/{preview.e114b174691bc8c230e3.css → preview.381d03abbe784c9fc690.css} +19 -6
- package/dist/preview.381d03abbe784c9fc690.css.map +1 -0
- package/dist/preview.html +1 -1
- package/package.json +3 -3
- package/dist/main.540a2ba6b8e14c16047a.css.map +0 -1
- package/dist/preview.e114b174691bc8c230e3.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.5053d6a6d10333f6f799.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.2d4e0b2a.js"></script><script src="<!--# echo var='core_root' default='' -->polyfill.1ffc9f934a0b90f5c42b.js"></script><script src="<!--# echo var='core_root' default='' -->main.ee670dd7baf85613819c.js"></script></body></html>
|
|
@@ -2039,13 +2039,13 @@ html[data-theme="dark-v2"],
|
|
|
2039
2039
|
/* Sub menu along with the menu bar. */
|
|
2040
2040
|
--sub-menu-bar-width: 220px;
|
|
2041
2041
|
|
|
2042
|
-
--side-bar-width:
|
|
2042
|
+
--side-bar-width: 208px;
|
|
2043
2043
|
--side-bar-collapsed-width: 60px;
|
|
2044
2044
|
--side-bar-collapse-transition-duration: 400ms;
|
|
2045
2045
|
--side-bar-collapse-transition-timing-function: ease;
|
|
2046
2046
|
|
|
2047
2047
|
/* ui-v5 use appBar, ui-v8 use navBar. */
|
|
2048
|
-
--app-bar-height:
|
|
2048
|
+
--app-bar-height: 54px;
|
|
2049
2049
|
--nav-bar-height: 52px;
|
|
2050
2050
|
|
|
2051
2051
|
--launchpad-backdrop-filter: blur(5px);
|
|
@@ -2122,7 +2122,7 @@ html[data-theme="dark-v2"],
|
|
|
2122
2122
|
/* Sub menu in the main content. */
|
|
2123
2123
|
--sub-menu-width: 240px;
|
|
2124
2124
|
|
|
2125
|
-
--card-content-gap:
|
|
2125
|
+
--card-content-gap: 16px;
|
|
2126
2126
|
|
|
2127
2127
|
--card-default-border-radius: 6px;
|
|
2128
2128
|
--card-default-border: none;
|
|
@@ -27162,6 +27162,7 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
27162
27162
|
}
|
|
27163
27163
|
.ant-btn {
|
|
27164
27164
|
transition: initial;
|
|
27165
|
+
border-radius: var(--antd-button-border-radius);
|
|
27165
27166
|
}
|
|
27166
27167
|
.ant-btn:hover,
|
|
27167
27168
|
.ant-btn:focus {
|
|
@@ -27181,7 +27182,6 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
27181
27182
|
border-color: transparent;
|
|
27182
27183
|
text-shadow: none;
|
|
27183
27184
|
box-shadow: none;
|
|
27184
|
-
border-radius: var(--antd-button-border-radius);
|
|
27185
27185
|
}
|
|
27186
27186
|
.ant-btn-primary[disabled] {
|
|
27187
27187
|
background-image: none;
|
|
@@ -27202,7 +27202,6 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
27202
27202
|
background-image: var(--antd-btn-danger-bg-image);
|
|
27203
27203
|
background-origin: border-box;
|
|
27204
27204
|
border-color: transparent;
|
|
27205
|
-
border-radius: var(--antd-button-border-radius);
|
|
27206
27205
|
}
|
|
27207
27206
|
.ant-btn-danger[disabled] {
|
|
27208
27207
|
background-image: none;
|
|
@@ -27261,6 +27260,12 @@ div.ant-typography-edit-content.ant-typography-rtl {
|
|
|
27261
27260
|
background-color: transparent;
|
|
27262
27261
|
border-color: transparent;
|
|
27263
27262
|
}
|
|
27263
|
+
.ant-btn-circle {
|
|
27264
|
+
border-radius: 50%;
|
|
27265
|
+
}
|
|
27266
|
+
.ant-btn-round {
|
|
27267
|
+
border-radius: 32px;
|
|
27268
|
+
}
|
|
27264
27269
|
.ant-btn-circle.ant-btn-sm {
|
|
27265
27270
|
min-width: 28px;
|
|
27266
27271
|
}
|
|
@@ -27284,6 +27289,9 @@ html[data-theme="dark"] .ant-btn-primary {
|
|
|
27284
27289
|
.ant-card-head {
|
|
27285
27290
|
border-bottom-color: var(--antd-card-head-border-bottom-color);
|
|
27286
27291
|
}
|
|
27292
|
+
.ant-card-body {
|
|
27293
|
+
padding: 16px 20px;
|
|
27294
|
+
}
|
|
27287
27295
|
.ant-cascader {
|
|
27288
27296
|
/*
|
|
27289
27297
|
antd 在低版本(已知4.12.3),级联选项的children为空数组[]时,会额外出现一个空白的下级ul。
|
|
@@ -27950,9 +27958,14 @@ html[data-theme="dark"] .ant-descriptions-item-content {
|
|
|
27950
27958
|
.ant-input[readonly] {
|
|
27951
27959
|
background-color: var(--theme-blue-background);
|
|
27952
27960
|
}
|
|
27961
|
+
.ant-input-group.ant-input-compact > *:last-child {
|
|
27962
|
+
border-top-right-radius: 3px;
|
|
27963
|
+
border-bottom-right-radius: 3px;
|
|
27964
|
+
}
|
|
27953
27965
|
.ant-input-group-addon {
|
|
27954
27966
|
color: var(--color-normal-text);
|
|
27955
27967
|
background-color: var(--theme-gray-background);
|
|
27968
|
+
border-radius: 3px;
|
|
27956
27969
|
}
|
|
27957
27970
|
.ant-input-group-addon:first-child {
|
|
27958
27971
|
z-index: 1;
|
|
@@ -29431,4 +29444,4 @@ html[data-mode="dashboard"] body.has-sub-menu #main-mount-point {
|
|
|
29431
29444
|
}
|
|
29432
29445
|
|
|
29433
29446
|
|
|
29434
|
-
/*# sourceMappingURL=main.
|
|
29447
|
+
/*# sourceMappingURL=main.5053d6a6d10333f6f799.css.map*/
|