@next-core/brick-container 2.87.9 → 2.88.1
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.a0db118fbf16c97f1525.js → main.76a9ab9897a164cbf49f.js} +2 -2
- package/dist/{main.a0db118fbf16c97f1525.js.map → main.76a9ab9897a164cbf49f.js.map} +1 -1
- package/dist/{main.acdd3d68150c8ec01241.css → main.d39267e0d15f7c037f6f.css} +6 -3
- package/dist/main.d39267e0d15f7c037f6f.css.map +1 -0
- package/dist/{preview.f6fe10d1d9ee5e8c5768.css → preview.2761b1411ac12e8beb4a.css} +6 -3
- package/dist/preview.2761b1411ac12e8beb4a.css.map +1 -0
- package/dist/preview.html +1 -1
- package/package.json +3 -3
- package/dist/main.acdd3d68150c8ec01241.css.map +0 -1
- package/dist/preview.f6fe10d1d9ee5e8c5768.css.map +0 -1
|
@@ -586,7 +586,7 @@ html[data-theme="dark-v2"],
|
|
|
586
586
|
|
|
587
587
|
/* 8.0 框架 */
|
|
588
588
|
--v8-top-navigation-bg: var(--palette-gray-1);
|
|
589
|
-
--v8-top-menu-item-hover:
|
|
589
|
+
--v8-top-menu-item-hover: rgba(0, 0, 0, 0.04);
|
|
590
590
|
--v8-dropdown-selected-bg: #f0f6ff;
|
|
591
591
|
--v8-dropdown-selected: #1a7aff;
|
|
592
592
|
--v8-top-menu-item-selected-bg: var(--palette-blue-1);
|
|
@@ -27357,7 +27357,7 @@ html[data-theme="dark"] .ant-btn-primary {
|
|
|
27357
27357
|
border-bottom-color: var(--antd-card-head-border-bottom-color);
|
|
27358
27358
|
}
|
|
27359
27359
|
.ant-card-body {
|
|
27360
|
-
padding: 16px;
|
|
27360
|
+
padding: 16px 24px;
|
|
27361
27361
|
}
|
|
27362
27362
|
.ant-cascader {
|
|
27363
27363
|
/*
|
|
@@ -28439,6 +28439,9 @@ li.ant-picker-time-panel-cell:not(.ant-picker-time-panel-cell-selected) .ant-pic
|
|
|
28439
28439
|
.ant-notification-notice {
|
|
28440
28440
|
border-radius: var(--medius-border-radius);
|
|
28441
28441
|
}
|
|
28442
|
+
.ant-drawer-body {
|
|
28443
|
+
padding: 20px 24px;
|
|
28444
|
+
}
|
|
28442
28445
|
|
|
28443
28446
|
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
28444
28447
|
/* stylelint-disable no-duplicate-selectors */
|
|
@@ -29642,4 +29645,4 @@ body {
|
|
|
29642
29645
|
}
|
|
29643
29646
|
|
|
29644
29647
|
|
|
29645
|
-
/*# sourceMappingURL=preview.
|
|
29648
|
+
/*# sourceMappingURL=preview.2761b1411ac12e8beb4a.css.map*/
|