@next-core/brick-container 2.81.10 → 2.81.12
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.b4b237c5f656ff492182.js → main.95a9ab02d26f0de78bbc.js} +2 -2
- package/dist/{main.b4b237c5f656ff492182.js.map → main.95a9ab02d26f0de78bbc.js.map} +1 -1
- package/dist/{main.3ecc3c0b5d93f4a6d7cc.css → main.a1851d56cb37b2b1bfa0.css} +4 -2
- package/dist/main.a1851d56cb37b2b1bfa0.css.map +1 -0
- package/dist/{preview.a4adf177c5363f0009c6.css → preview.42c1275d99258e929730.css} +4 -2
- package/dist/preview.42c1275d99258e929730.css.map +1 -0
- package/dist/preview.html +1 -1
- package/package.json +3 -3
- package/dist/main.3ecc3c0b5d93f4a6d7cc.css.map +0 -1
- package/dist/preview.a4adf177c5363f0009c6.css.map +0 -1
|
@@ -27716,6 +27716,7 @@ html[data-theme="dark"] .ant-descriptions-item-content {
|
|
|
27716
27716
|
.ant-pagination-item {
|
|
27717
27717
|
border-color: transparent;
|
|
27718
27718
|
background-color: transparent;
|
|
27719
|
+
border-radius: 4px;
|
|
27719
27720
|
}
|
|
27720
27721
|
.ant-pagination-item:focus,
|
|
27721
27722
|
.ant-pagination-item:hover {
|
|
@@ -28054,9 +28055,10 @@ html[data-theme="dark"] .ant-descriptions-item-content {
|
|
|
28054
28055
|
}
|
|
28055
28056
|
.ant-select-dropdown {
|
|
28056
28057
|
padding: 2px;
|
|
28058
|
+
border-radius: 4px;
|
|
28057
28059
|
}
|
|
28058
28060
|
.ant-select-dropdown .ant-select-item-option {
|
|
28059
|
-
border-radius:
|
|
28061
|
+
border-radius: 4px;
|
|
28060
28062
|
}
|
|
28061
28063
|
.ant-select:not(.ant-select-customize-input) .ant-select-selector {
|
|
28062
28064
|
border-radius: 3px;
|
|
@@ -29482,4 +29484,4 @@ body {
|
|
|
29482
29484
|
}
|
|
29483
29485
|
|
|
29484
29486
|
|
|
29485
|
-
/*# sourceMappingURL=preview.
|
|
29487
|
+
/*# sourceMappingURL=preview.42c1275d99258e929730.css.map*/
|