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

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
  }
@@ -34,8 +34,8 @@ export default function Dropdown(props) {
34
34
  return /*#__PURE__*/React.createElement(Popover, {
35
35
  trigger: trigger,
36
36
  placement: placement,
37
- visible: visible,
38
- onVisibleChange: setVisible,
37
+ open: visible,
38
+ onOpenChange: setVisible,
39
39
  overlayClassName: classNames(prefixCls, overlayClassName),
40
40
  content: actions.map(function (item, index) {
41
41
  return item !== null && /*#__PURE__*/React.createElement("div", {
@@ -8,11 +8,7 @@
8
8
  margin-bottom: 0;
9
9
 
10
10
  & > .@{ant-prefix}-tabs-nav-wrap {
11
- padding: 0 16px;
12
-
13
- .@{ant-prefix}-tabs-tab {
14
- padding: 13px 0;
15
- }
11
+ padding: 0 @padding-md;
16
12
  }
17
13
  }
18
14
 
@@ -46,11 +42,11 @@
46
42
  flex: 1;
47
43
  flex-direction: column;
48
44
  min-width: 0;
49
- padding: 16px;
45
+ padding: @padding-md;
50
46
  }
51
47
 
52
48
  &-head + &-body {
53
- margin-top: 16px;
49
+ margin-top: @padding-md;
54
50
  }
55
51
 
56
52
  &-body {
@@ -16,6 +16,11 @@ a[title='站长统计'] {
16
16
  @border-radius-base: 4px;
17
17
  @label-color: #464646;
18
18
 
19
+ @padding-lg: 16px;
20
+ @padding-md: 12px;
21
+ @padding-sm: 8px;
22
+ @padding-xs: 6px;
23
+
19
24
  /** table */
20
25
 
21
26
  @table-header-bg: #f0f0f0;
@@ -189,3 +194,8 @@ a[title='站长统计'] {
189
194
  /** button **/
190
195
  @btn-height-base: 28px;
191
196
  @btn-padding-horizontal-base: 11px;
197
+
198
+ /** empty */
199
+ .@{ant-prefix}-empty {
200
+ color: #00000040;
201
+ }
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-26",
4
4
  "scripts": {
5
5
  "start": "dumi dev",
6
6
  "docs:build": "dumi build",