@delon/theme 12.2.0 → 12.3.0

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 CHANGED
@@ -30473,7 +30473,8 @@ body {
30473
30473
  margin-right: 8px;
30474
30474
  transition: font-size 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), margin 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
30475
30475
  }
30476
- .sidebar-nav__item-img {
30476
+ .sidebar-nav__item-img,
30477
+ .sidebar-nav__item-svg {
30477
30478
  width: 14px;
30478
30479
  height: 14px;
30479
30480
  }
@@ -30841,12 +30842,15 @@ body {
30841
30842
  .st .nz-resizable-handle > i {
30842
30843
  width: 1px;
30843
30844
  height: 60%;
30844
- background: #f0f0f0;
30845
+ background: #d9d9d9;
30845
30846
  }
30846
30847
  .st .nz-resizable-preview {
30847
30848
  border-width: 0;
30848
30849
  border-right-width: 1px;
30849
30850
  }
30851
+ .st .nz-resizable.ant-table-column-has-sorters .nz-resizable-handle {
30852
+ margin-right: 8px;
30853
+ }
30850
30854
  .st .ant-table ~ nz-pagination > .ant-pagination {
30851
30855
  margin-bottom: 0;
30852
30856
  }