@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/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;