@delon/theme 17.3.0 → 17.3.1

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
@@ -31535,7 +31535,7 @@ code {
31535
31535
  */
31536
31536
  font-size: 16px;
31537
31537
  line-height: 64px;
31538
- color: rgba(0, 0, 0, 0.25);
31538
+ color: rgba(255, 255, 255, 0.25);
31539
31539
  text-align: center;
31540
31540
  }
31541
31541
  .no-data i {
@@ -33514,22 +33514,8 @@ body {
33514
33514
  .st__filter-date .ant-picker-panel-container .ant-picker-panel {
33515
33515
  border: none;
33516
33516
  }
33517
- .st__has-filter .ant-table-column-sorters {
33518
- padding-right: 16px;
33519
- }
33520
33517
  .st__has-filter .st__filter {
33521
- position: absolute;
33522
- top: 0;
33523
- right: 0;
33524
- bottom: 0;
33525
- display: flex;
33526
- place-items: center center;
33527
- }
33528
- .st__has-filter .ant-table-filter-trigger {
33529
- height: 100%;
33530
- }
33531
- .st__has-filter.ant-table-column-has-sorters .st__filter {
33532
- right: -32px;
33518
+ display: inline-flex;
33533
33519
  }
33534
33520
  .st__head-optional,
33535
33521
  .st__head-tip {