@next-core/brick-container 2.81.11 → 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.2dccedc776f10d4bfe03.js → main.95a9ab02d26f0de78bbc.js} +2 -2
- package/dist/{main.2dccedc776f10d4bfe03.js.map → main.95a9ab02d26f0de78bbc.js.map} +1 -1
- package/dist/{main.5890c357a5edfcd9eac4.css → main.a1851d56cb37b2b1bfa0.css} +2 -2
- package/dist/{main.5890c357a5edfcd9eac4.css.map → main.a1851d56cb37b2b1bfa0.css.map} +1 -1
- package/dist/{preview.23a02f0f01482d72dcd2.css → preview.42c1275d99258e929730.css} +2 -2
- package/dist/{preview.23a02f0f01482d72dcd2.css.map → preview.42c1275d99258e929730.css.map} +1 -1
- package/dist/preview.html +1 -1
- package/package.json +3 -3
|
@@ -28058,7 +28058,7 @@ html[data-theme="dark"] .ant-descriptions-item-content {
|
|
|
28058
28058
|
border-radius: 4px;
|
|
28059
28059
|
}
|
|
28060
28060
|
.ant-select-dropdown .ant-select-item-option {
|
|
28061
|
-
border-radius:
|
|
28061
|
+
border-radius: 4px;
|
|
28062
28062
|
}
|
|
28063
28063
|
.ant-select:not(.ant-select-customize-input) .ant-select-selector {
|
|
28064
28064
|
border-radius: 3px;
|
|
@@ -29484,4 +29484,4 @@ body {
|
|
|
29484
29484
|
}
|
|
29485
29485
|
|
|
29486
29486
|
|
|
29487
|
-
/*# sourceMappingURL=preview.
|
|
29487
|
+
/*# sourceMappingURL=preview.42c1275d99258e929730.css.map*/
|