@lemon-fe/kits 1.0.0-24 → 1.0.0-25

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.
@@ -348,8 +348,4 @@
348
348
  color: var(--ag-foreground-color);
349
349
  opacity: 0.75;
350
350
  }
351
-
352
- .ag-overlay-no-rows-wrapper .@{ant-prefix}-empty-description {
353
- color: rgba(51, 51, 51, 0.533);
354
- }
355
351
  }
@@ -189,3 +189,8 @@ a[title='站长统计'] {
189
189
  /** button **/
190
190
  @btn-height-base: 28px;
191
191
  @btn-padding-horizontal-base: 11px;
192
+
193
+ /** empty */
194
+ .@{ant-prefix}-empty {
195
+ color: #00000040;
196
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lemon-fe/kits",
3
- "version": "1.0.0-24",
3
+ "version": "1.0.0-25",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",