@delon/theme 17.0.3 → 17.0.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/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/default.css
CHANGED
|
@@ -33022,7 +33022,6 @@ body {
|
|
|
33022
33022
|
.sv__bordered {
|
|
33023
33023
|
overflow: hidden;
|
|
33024
33024
|
border-top: 1px solid #f0f0f0;
|
|
33025
|
-
border-bottom: 1px solid #f0f0f0;
|
|
33026
33025
|
border-left: 1px solid #f0f0f0;
|
|
33027
33026
|
}
|
|
33028
33027
|
.sv__bordered .sv__item {
|
|
@@ -33045,6 +33044,9 @@ body {
|
|
|
33045
33044
|
.sv__bordered.sv__small .sv__detail {
|
|
33046
33045
|
padding: 8px 16px;
|
|
33047
33046
|
}
|
|
33047
|
+
.sv__bordered .ant-row {
|
|
33048
|
+
margin-bottom: 0;
|
|
33049
|
+
}
|
|
33048
33050
|
.se__title {
|
|
33049
33051
|
float: none;
|
|
33050
33052
|
clear: both;
|