@next-core/brick-container 2.81.4 → 2.81.5
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.21cc405b9e201a26feb5.js → main.3dbae7c2cfbf43695a05.js} +2 -2
- package/dist/{main.21cc405b9e201a26feb5.js.map → main.3dbae7c2cfbf43695a05.js.map} +1 -1
- package/dist/{main.5053d6a6d10333f6f799.css → main.e3100d8df7c9bc2ecd2a.css} +16 -3
- package/dist/main.e3100d8df7c9bc2ecd2a.css.map +1 -0
- package/dist/{preview.381d03abbe784c9fc690.css → preview.56b07e680aff5b1bd547.css} +16 -3
- package/dist/preview.56b07e680aff5b1bd547.css.map +1 -0
- package/dist/preview.html +1 -1
- package/package.json +3 -3
- package/dist/main.5053d6a6d10333f6f799.css.map +0 -1
- package/dist/preview.381d03abbe784c9fc690.css.map +0 -1
|
@@ -2122,7 +2122,7 @@ html[data-theme="dark-v2"],
|
|
|
2122
2122
|
/* Sub menu in the main content. */
|
|
2123
2123
|
--sub-menu-width: 240px;
|
|
2124
2124
|
|
|
2125
|
-
--card-content-gap:
|
|
2125
|
+
--card-content-gap: 12px;
|
|
2126
2126
|
|
|
2127
2127
|
--card-default-border-radius: 6px;
|
|
2128
2128
|
--card-default-border: none;
|
|
@@ -27290,7 +27290,7 @@ html[data-theme="dark"] .ant-btn-primary {
|
|
|
27290
27290
|
border-bottom-color: var(--antd-card-head-border-bottom-color);
|
|
27291
27291
|
}
|
|
27292
27292
|
.ant-card-body {
|
|
27293
|
-
padding: 16px
|
|
27293
|
+
padding: 16px;
|
|
27294
27294
|
}
|
|
27295
27295
|
.ant-cascader {
|
|
27296
27296
|
/*
|
|
@@ -27959,6 +27959,10 @@ html[data-theme="dark"] .ant-descriptions-item-content {
|
|
|
27959
27959
|
background-color: var(--theme-blue-background);
|
|
27960
27960
|
}
|
|
27961
27961
|
.ant-input-group.ant-input-compact > *:last-child {
|
|
27962
|
+
border-top-left-radius: 3px;
|
|
27963
|
+
border-bottom-left-radius: 3px;
|
|
27964
|
+
}
|
|
27965
|
+
.ant-input-group.ant-input-group-compact > .ant-select:last-child > .ant-select-selector {
|
|
27962
27966
|
border-top-right-radius: 3px;
|
|
27963
27967
|
border-bottom-right-radius: 3px;
|
|
27964
27968
|
}
|
|
@@ -28047,6 +28051,9 @@ html[data-theme="dark"] .ant-descriptions-item-content {
|
|
|
28047
28051
|
.ant-select-dropdown .ant-select-item-option {
|
|
28048
28052
|
border-radius: 6px;
|
|
28049
28053
|
}
|
|
28054
|
+
.ant-select:not(.ant-select-customize-input) .ant-select-selector {
|
|
28055
|
+
border-radius: 3px;
|
|
28056
|
+
}
|
|
28050
28057
|
.ant-select-dropdown-menu {
|
|
28051
28058
|
padding: 2px;
|
|
28052
28059
|
}
|
|
@@ -28133,6 +28140,12 @@ li.ant-picker-time-panel-cell:not(.ant-picker-time-panel-cell-selected) .ant-pic
|
|
|
28133
28140
|
color: var(--color-normal-text);
|
|
28134
28141
|
background-color: var(--color-border-divider-line);
|
|
28135
28142
|
}
|
|
28143
|
+
.ant-radio-button-wrapper:first-child {
|
|
28144
|
+
border-radius: 3px 0 0 3px;
|
|
28145
|
+
}
|
|
28146
|
+
.ant-radio-button-wrapper:last-child {
|
|
28147
|
+
border-radius: 0 3px 3px 0;
|
|
28148
|
+
}
|
|
28136
28149
|
.ant-select-tree-checkbox {
|
|
28137
28150
|
/**
|
|
28138
28151
|
* 修改 checkbox 的样式
|
|
@@ -29462,4 +29475,4 @@ body {
|
|
|
29462
29475
|
}
|
|
29463
29476
|
|
|
29464
29477
|
|
|
29465
|
-
/*# sourceMappingURL=preview.
|
|
29478
|
+
/*# sourceMappingURL=preview.56b07e680aff5b1bd547.css.map*/
|