@delon/theme 17.0.3 → 17.0.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/compact.css +3 -1
- package/compact.min.css +1 -1
- package/dark.css +3 -1
- package/dark.min.css +1 -1
- package/default.css +3 -1
- package/default.min.css +1 -1
- package/esm2022/src/version.mjs +1 -1
- package/fesm2022/theme.mjs +1 -1
- package/fesm2022/theme.mjs.map +1 -1
- package/package.json +3 -3
package/dark.css
CHANGED
|
@@ -33585,7 +33585,6 @@ body {
|
|
|
33585
33585
|
.sv__bordered {
|
|
33586
33586
|
overflow: hidden;
|
|
33587
33587
|
border-top: 1px solid #303030;
|
|
33588
|
-
border-bottom: 1px solid #303030;
|
|
33589
33588
|
border-left: 1px solid #303030;
|
|
33590
33589
|
}
|
|
33591
33590
|
.sv__bordered .sv__item {
|
|
@@ -33608,6 +33607,9 @@ body {
|
|
|
33608
33607
|
.sv__bordered.sv__small .sv__detail {
|
|
33609
33608
|
padding: 8px 16px;
|
|
33610
33609
|
}
|
|
33610
|
+
.sv__bordered .ant-row {
|
|
33611
|
+
margin-bottom: 0;
|
|
33612
|
+
}
|
|
33611
33613
|
.se__title {
|
|
33612
33614
|
float: none;
|
|
33613
33615
|
clear: both;
|