@next-core/brick-container 2.64.3 → 2.64.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 +11 -0
- package/dist/index.html +1 -1
- package/dist/{main.97d60c8f7e29a0e3c3f9.css → main.f87fea22153d6f7dc7cd.css} +8 -2
- package/dist/main.f87fea22153d6f7dc7cd.css.map +1 -0
- package/dist/{main.5cfd9e7647eced5cae86.js → main.fe4e994d5d04178a1568.js} +2 -2
- package/dist/{main.5cfd9e7647eced5cae86.js.map → main.fe4e994d5d04178a1568.js.map} +1 -1
- package/package.json +2 -2
- package/dist/main.97d60c8f7e29a0e3c3f9.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.64.4](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.64.3...@next-core/brick-container@2.64.4) (2022-02-24)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* style refine ([bb9a8ba](https://github.com/easyops-cn/next-core/commit/bb9a8ba814d836d07aaea6afdb37c275e51c379c))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [2.64.3](https://github.com/easyops-cn/next-core/compare/@next-core/brick-container@2.64.2...@next-core/brick-container@2.64.3) (2022-02-23)
|
|
7
18
|
|
|
8
19
|
|
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.f87fea22153d6f7dc7cd.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.2c5787c1.js"></script><script src="<!--# echo var='core_root' default='' -->polyfill.f7f57156cbec5f35f85c.js"></script><script src="<!--# echo var='core_root' default='' -->main.fe4e994d5d04178a1568.js"></script></body></html>
|
|
@@ -681,6 +681,7 @@ html[data-theme="dark-v2"],
|
|
|
681
681
|
--antd-table-expanded-row-bg: #fbfbfb;
|
|
682
682
|
--antd-table-cell-fixed-header-bg: var(--antd-table-header-bg);
|
|
683
683
|
--antd-table-cell-fixed-body-bg: var(--antd-component-background);
|
|
684
|
+
--antd-table-drop-hover-border-color: #1890ff;
|
|
684
685
|
|
|
685
686
|
/*** pagination ***/
|
|
686
687
|
--antd-pagination-total-text: var(--text-color-disabled);
|
|
@@ -970,6 +971,10 @@ html[data-theme="dark-v2"],
|
|
|
970
971
|
/*** dropdown-select ***/
|
|
971
972
|
--dropdown-select-shape-type-trigger-shadow: 0px 2px 6px 0px #dcdcdc;
|
|
972
973
|
--dropdown-select-shape-type-disable-bg: #e5e5e5;
|
|
974
|
+
|
|
975
|
+
/*** page-title ***/
|
|
976
|
+
--page-title-font-size: 18px;
|
|
977
|
+
--page-title-font-weight: var(--font-weight-400);
|
|
973
978
|
}
|
|
974
979
|
|
|
975
980
|
html[data-theme="dark-v2"],
|
|
@@ -1304,7 +1309,7 @@ html[data-theme="dark-v2"],
|
|
|
1304
1309
|
--antd-table-row-expand-nested-wrapper: var(--color-fill-bg-container-2);
|
|
1305
1310
|
--antd-table-row-expand-nested-wrapper-border: var(--antd-table-border-color);
|
|
1306
1311
|
--antd-table-expanded-row-bg: var(--antd-table-row-expand-nested-wrapper);
|
|
1307
|
-
--antd-table-cell-fixed-header-bg:
|
|
1312
|
+
--antd-table-cell-fixed-header-bg: var(--palette-gray-2);
|
|
1308
1313
|
--antd-table-cell-fixed-body-bg: var(--antd-component-background);
|
|
1309
1314
|
|
|
1310
1315
|
/*** pagination ***/
|
|
@@ -1321,6 +1326,7 @@ html[data-theme="dark-v2"],
|
|
|
1321
1326
|
--antd-pagination-item-selected-hover-border-color: var(
|
|
1322
1327
|
--antd-pagination-item-selected-hover-bg
|
|
1323
1328
|
);
|
|
1329
|
+
--antd-table-drop-hover-border-color: var(--color-info);
|
|
1324
1330
|
|
|
1325
1331
|
/*** modal ***/
|
|
1326
1332
|
--antd-modal-footer-bg: var(--palette-gray-3);
|
|
@@ -28901,4 +28907,4 @@ html[data-mode="dashboard"] body.has-sub-menu #main-mount-point {
|
|
|
28901
28907
|
}
|
|
28902
28908
|
|
|
28903
28909
|
|
|
28904
|
-
/*# sourceMappingURL=main.
|
|
28910
|
+
/*# sourceMappingURL=main.f87fea22153d6f7dc7cd.css.map*/
|