@next-core/brick-container 2.63.10 → 2.63.11
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 +11 -0
- package/dist/index.html +1 -1
- package/dist/{main.24ac8d293d5498a9596b.css → main.7be7cf20ee34bb5024ff.css} +3 -2
- package/dist/main.7be7cf20ee34bb5024ff.css.map +1 -0
- package/dist/{main.89dd770dfcc419dd0d6e.js → main.e232316d9e9a61345572.js} +2 -2
- package/dist/{main.89dd770dfcc419dd0d6e.js.map → main.e232316d9e9a61345572.js.map} +1 -1
- package/package.json +3 -3
- package/dist/main.24ac8d293d5498a9596b.css.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
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.63.11](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.63.10...@next-core/brick-container@2.63.11) (2022-02-08)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* card style ([123819c](https://github.com/easyops-cn/next-core/commit/123819c7f17606529e2cec455e26f1ff24bf355d))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [2.63.10](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.63.9...@next-core/brick-container@2.63.10) (2022-01-28)
|
|
7
18
|
|
|
8
19
|
**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><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><link href="<!--# echo var='core_root' default='' -->main.7be7cf20ee34bb5024ff.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.ac96cd31.js"></script><script src="<!--# echo var='core_root' default='' -->polyfill.f7f57156cbec5f35f85c.js"></script><script src="<!--# echo var='core_root' default='' -->main.e232316d9e9a61345572.js"></script></body></html>
|
|
@@ -518,6 +518,7 @@ html[data-theme="dark-v2"],
|
|
|
518
518
|
/*** card ***/
|
|
519
519
|
--antd-card-background: var(--antd-component-background);
|
|
520
520
|
--antd-card-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.04);
|
|
521
|
+
--antd-card-inner-border-color: var(--palette-gray-5);
|
|
521
522
|
|
|
522
523
|
/*** radio dashboard ***/
|
|
523
524
|
--antd-dashboard-radio-bg: #f2f5f9;
|
|
@@ -26700,7 +26701,7 @@ html[data-theme="dark"] .ant-btn-primary {
|
|
|
26700
26701
|
transition: var(--card-transition);
|
|
26701
26702
|
}
|
|
26702
26703
|
.ant-card-bordered {
|
|
26703
|
-
border: var(--card-inner-border);
|
|
26704
|
+
border: 1px solid var(--antd-card-inner-border-color);
|
|
26704
26705
|
border-radius: var(--card-inner-border-radius);
|
|
26705
26706
|
}
|
|
26706
26707
|
.ant-card-head {
|
|
@@ -28727,4 +28728,4 @@ html[data-mode="dashboard"] body.has-sub-menu #main-mount-point {
|
|
|
28727
28728
|
}
|
|
28728
28729
|
|
|
28729
28730
|
|
|
28730
|
-
/*# sourceMappingURL=main.
|
|
28731
|
+
/*# sourceMappingURL=main.7be7cf20ee34bb5024ff.css.map*/
|