@next-core/brick-container 2.67.3 → 2.67.4
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 +8 -0
- package/dist/index.html +1 -1
- package/dist/{main.d39df7efb75b8de32e0e.css → main.104b23cc171c8465c8c0.css} +4 -1
- package/dist/main.104b23cc171c8465c8c0.css.map +1 -0
- package/dist/{main.125fbf35f5557c1284fb.js → main.51a0638e3ce11a764461.js} +2 -2
- package/dist/{main.125fbf35f5557c1284fb.js.map → main.51a0638e3ce11a764461.js.map} +1 -1
- package/package.json +3 -3
- package/dist/main.d39df7efb75b8de32e0e.css.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [2.67.4](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.67.3...@next-core/brick-container@2.67.4) (2022-05-17)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @next-core/brick-container
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [2.67.3](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.67.2...@next-core/brick-container@2.67.3) (2022-05-13)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @next-core/brick-container
|
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='' -->"</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='' -->"</script><link href="<!--# echo var='core_root' default='' -->main.104b23cc171c8465c8c0.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.19d95b1d.js"></script><script src="<!--# echo var='core_root' default='' -->polyfill.4f748149d4560d835889.js"></script><script src="<!--# echo var='core_root' default='' -->main.51a0638e3ce11a764461.js"></script></body></html>
|
|
@@ -27920,6 +27920,9 @@ html[data-theme="dark"] .ant-descriptions-item-content {
|
|
|
27920
27920
|
.ant-select-dropdown .ant-select-item-option {
|
|
27921
27921
|
border-radius: 6px;
|
|
27922
27922
|
}
|
|
27923
|
+
.ant-select {
|
|
27924
|
+
display: block;
|
|
27925
|
+
}
|
|
27923
27926
|
.ant-select-dropdown-menu {
|
|
27924
27927
|
padding: 2px;
|
|
27925
27928
|
}
|
|
@@ -29307,4 +29310,4 @@ html[data-mode="dashboard"] body.has-sub-menu #main-mount-point {
|
|
|
29307
29310
|
}
|
|
29308
29311
|
|
|
29309
29312
|
|
|
29310
|
-
/*# sourceMappingURL=main.
|
|
29313
|
+
/*# sourceMappingURL=main.104b23cc171c8465c8c0.css.map*/
|