@zat-design/sisyphus-react 3.2.0-beta.1 → 3.2.0-beta.2

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.
@@ -1959,7 +1959,7 @@ div.pro-textarea-view::after {
1959
1959
  -webkit-align-items: center;
1960
1960
  -ms-flex-align: center;
1961
1961
  align-items: center;
1962
- height: calc(var(--zaui-height-size-lg, 32px) * var(--zaui-size, 1));
1962
+ height: 32px;
1963
1963
  margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
1964
1964
  padding: 0;
1965
1965
  padding-right: calc(var(--zaui-space-size-sm, 8px) * var(--zaui-size, 1));
@@ -2470,7 +2470,7 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
2470
2470
  width: 100%;
2471
2471
  }
2472
2472
  .pro-form .expand-button {
2473
- line-height: calc(var(--zaui-space-card, 32px) * var(--zaui-size, 1));
2473
+ line-height: 32px;
2474
2474
  cursor: pointer;
2475
2475
  }
2476
2476
  .pro-form .expand-button .rotate-to-top {
@@ -2627,7 +2627,7 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
2627
2627
  }
2628
2628
  .pro-form div.pro-form-custom-footer {
2629
2629
  width: unset !important;
2630
- height: calc(var(--zaui-space-card, 32px) * var(--zaui-size, 1));
2630
+ height: 32px;
2631
2631
  margin-bottom: calc(var(--zaui-height-size-md, 16px) * var(--zaui-size, 1));
2632
2632
  }
2633
2633
  .pro-form div.pro-form-custom-footer.pro-form-custom-footer-hidden {
@@ -3093,8 +3093,8 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
3093
3093
  margin-top: 2px;
3094
3094
  }
3095
3095
  .pro-tree-modal-content .ant-tree-switcher {
3096
- width: var(--zaui-font-size-xxl, 20px);
3097
- line-height: var(--zaui-font-size-xxl, 20px);
3096
+ width: 20px;
3097
+ line-height: 20px;
3098
3098
  }
3099
3099
  .pro-tree-modal-content .ant-tree-treenode {
3100
3100
  width: 100%;
@@ -3102,11 +3102,11 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
3102
3102
  padding-bottom: var(--zaui-font-size-sm, 12px);
3103
3103
  color: var(--zaui-text);
3104
3104
  font-size: var(--zaui-font-size, 14px);
3105
- line-height: var(--zaui-font-size-xxl, 20px);
3105
+ line-height: 20px;
3106
3106
  }
3107
3107
  .pro-tree-modal-content .ant-tree-node-content-wrapper {
3108
- min-height: var(--zaui-font-size-xxl, 20px);
3109
- line-height: var(--zaui-font-size-xxl, 20px);
3108
+ min-height: 20px;
3109
+ line-height: 20px;
3110
3110
  }
3111
3111
  .pro-tree-modal-content .ant-tree-node-content-wrapper {
3112
3112
  width: 100%;
@@ -3125,7 +3125,7 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
3125
3125
  height: 100%;
3126
3126
  color: var(--zaui-text);
3127
3127
  font-size: var(--zaui-font-size, 14px);
3128
- line-height: var(--zaui-font-size-xxl, 20px);
3128
+ line-height: 20px;
3129
3129
  border: 1px solid #e6e6e6;
3130
3130
  border-radius: var(--zaui-border-radius, 4px);
3131
3131
  /* 修改滚动条样式 */
@@ -3236,7 +3236,7 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
3236
3236
  -ms-flex-pack: justify;
3237
3237
  justify-content: space-between;
3238
3238
  margin-bottom: calc(var(--zaui-space-size-md, 16px) * var(--zaui-size, 1));
3239
- line-height: var(--zaui-font-size-xxl, 20px);
3239
+ line-height: 20px;
3240
3240
  cursor: pointer;
3241
3241
  }
3242
3242
  .pro-tree-modal-checkbox-content-look {
@@ -3309,17 +3309,17 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
3309
3309
  -webkit-justify-content: center;
3310
3310
  -ms-flex-pack: center;
3311
3311
  justify-content: center;
3312
- height: var(--zaui-font-size-xxl, 20px);
3312
+ height: 20px;
3313
3313
  margin-right: var(--zaui-space-size-sm, 8px);
3314
3314
  padding: 0 var(--zaui-space-size-xs);
3315
3315
  font-weight: 400;
3316
- line-height: var(--zaui-font-size-lg-title);
3316
+ line-height: 24px;
3317
3317
  white-space: nowrap;
3318
3318
  border-radius: var(--zaui-border-radius-card);
3319
3319
  }
3320
3320
  .pro-tree-modal-tree-node-tag span {
3321
3321
  font-size: var(--zaui-font-size-sm, 12px);
3322
- line-height: var(--zaui-font-size-xxl, 20px);
3322
+ line-height: 20px;
3323
3323
  text-align: center;
3324
3324
  -webkit-transform: scale(0.83, 0.83);
3325
3325
  transform: scale(0.83, 0.83);
@@ -3362,7 +3362,7 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
3362
3362
  -ms-flex-pack: justify;
3363
3363
  justify-content: space-between;
3364
3364
  width: 100%;
3365
- height: var(--zaui-space-size-lg, 32px);
3365
+ height: 32px;
3366
3366
  padding: 2px var(--zaui-space-size-sm, 8px);
3367
3367
  color: var(--zaui-text, #343434);
3368
3368
  font-size: var(--zaui-font-size, 14px);
@@ -3371,7 +3371,7 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
3371
3371
  border-radius: var(--zaui-border-radius, 4px);
3372
3372
  }
3373
3373
  .pro-transfer-right .checked-item .ant-tag .drag-icon {
3374
- height: var(--zaui-font-size-xxl, 20px);
3374
+ height: 20px;
3375
3375
  margin-right: var(--zaui-space-size-xs, 4px);
3376
3376
  cursor: move;
3377
3377
  }
@@ -3383,7 +3383,7 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
3383
3383
  max-width: calc(100% - 42px);
3384
3384
  }
3385
3385
  .pro-transfer-right .checked-item .ant-tag .disabled-icon {
3386
- height: var(--zaui-font-size-xxl, 20px);
3386
+ height: 20px;
3387
3387
  margin-right: var(--zaui-space-size-xs, 4px);
3388
3388
  }
3389
3389
  .pro-transfer-right .checked-item .ant-tag .anticon-close {
@@ -3510,8 +3510,8 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
3510
3510
  font-size: var(--zaui-font-size);
3511
3511
  }
3512
3512
  .pro-tree-content .ant-tree-node-content-wrapper {
3513
- min-height: var(--zaui-font-size-xxl);
3514
- line-height: var(--zaui-font-size-xxl);
3513
+ min-height: 20px;
3514
+ line-height: 20px;
3515
3515
  }
3516
3516
  .pro-tree-content .ant-tree-node-content-wrapper {
3517
3517
  width: 100%;
@@ -44,7 +44,7 @@
44
44
  .pro-form-list-drag-handle {
45
45
  display : flex;
46
46
  align-items : center;
47
- height : @zaui-height-size-lg;
47
+ height : 32px;
48
48
  margin-bottom: calc(var(--zaui-space-size-md; 16px) * var(--zaui-size; 1));
49
49
  padding : 0;
50
50
  padding-right: @zaui-space-size-sm;
@@ -89,7 +89,7 @@
89
89
 
90
90
  // 展开折叠按钮
91
91
  .expand-button {
92
- line-height: @zaui-space-card;
92
+ line-height: 32px;
93
93
  cursor : pointer;
94
94
 
95
95
  .rotate-to-top {
@@ -297,7 +297,7 @@
297
297
 
298
298
  div.pro-form-custom-footer {
299
299
  width : unset !important;
300
- height : @zaui-space-card;
300
+ height : 32px;
301
301
  margin-bottom: calc(var(--zaui-height-size-md, 16px) * var(--zaui-size, 1));
302
302
 
303
303
  &.pro-form-custom-footer-hidden {
@@ -89,8 +89,8 @@
89
89
  }
90
90
 
91
91
  .ant-tree-node-content-wrapper {
92
- min-height : var(--zaui-font-size-xxl);
93
- line-height: var(--zaui-font-size-xxl);
92
+ min-height : 20px;
93
+ line-height: 20px;
94
94
  }
95
95
 
96
96
  .ant-tree-node-content-wrapper {
@@ -18,8 +18,8 @@
18
18
  }
19
19
 
20
20
  .ant-tree-switcher {
21
- width : var(--zaui-font-size-xxl, 20px);
22
- line-height: var(--zaui-font-size-xxl, 20px);
21
+ width : 20px;
22
+ line-height: 20px;
23
23
  }
24
24
 
25
25
  .ant-tree-treenode {
@@ -28,12 +28,12 @@
28
28
  padding-bottom: var(--zaui-font-size-sm, 12px);
29
29
  color : var(--zaui-text);
30
30
  font-size : var(--zaui-font-size, 14px);
31
- line-height : var(--zaui-font-size-xxl, 20px);
31
+ line-height : 20px;
32
32
  }
33
33
 
34
34
  .ant-tree-node-content-wrapper {
35
- min-height : var(--zaui-font-size-xxl, 20px);
36
- line-height: var(--zaui-font-size-xxl, 20px);
35
+ min-height : 20px;
36
+ line-height: 20px;
37
37
  }
38
38
 
39
39
  .ant-tree-node-content-wrapper {
@@ -48,7 +48,7 @@
48
48
  height : 100%;
49
49
  color : var(--zaui-text);
50
50
  font-size : var(--zaui-font-size, 14px);
51
- line-height : var(--zaui-font-size-xxl, 20px);
51
+ line-height : 20px;
52
52
  border : 1px solid #e6e6e6;
53
53
  border-radius : var(--zaui-border-radius, 4px);
54
54
 
@@ -131,7 +131,7 @@
131
131
  align-items : center;
132
132
  justify-content: space-between;
133
133
  margin-bottom : calc(var(--zaui-space-size-md; 16px) * var(--zaui-size; 1));
134
- line-height : var(--zaui-font-size-xxl, 20px);
134
+ line-height : 20px;
135
135
  cursor : pointer;
136
136
 
137
137
  &-look {
@@ -188,17 +188,17 @@
188
188
  display : flex;
189
189
  align-items : center;
190
190
  justify-content: center;
191
- height : var(--zaui-font-size-xxl, 20px);
191
+ height : 20px;
192
192
  margin-right : var(--zaui-space-size-sm, 8px);
193
193
  padding : 0 var(--zaui-space-size-xs);
194
194
  font-weight : 400;
195
- line-height : var(--zaui-font-size-lg-title);
195
+ line-height : 24px;
196
196
  white-space : nowrap;
197
197
  border-radius : var(--zaui-border-radius-card);
198
198
 
199
199
  span {
200
200
  font-size : var(--zaui-font-size-sm, 12px);
201
- line-height: var(--zaui-font-size-xxl, 20px);
201
+ line-height: 20px;
202
202
  text-align : center;
203
203
  transform : scale(0.83, 0.83);
204
204
  }
@@ -228,7 +228,7 @@
228
228
  align-items : center;
229
229
  justify-content: space-between;
230
230
  width : 100%;
231
- height : var(--zaui-space-size-lg, 32px);
231
+ height : 32px;
232
232
  padding : 2px var(--zaui-space-size-sm, 8px);
233
233
  color : var(--zaui-text, #343434);
234
234
  font-size : var(--zaui-font-size, 14px);
@@ -237,7 +237,7 @@
237
237
  border-radius : var(--zaui-border-radius, 4px);
238
238
 
239
239
  .drag-icon {
240
- height : var(--zaui-font-size-xxl, 20px);
240
+ height : 20px;
241
241
  margin-right: var(--zaui-space-size-xs, 4px);
242
242
  cursor : move;
243
243
  }
@@ -248,7 +248,7 @@
248
248
  }
249
249
 
250
250
  .disabled-icon {
251
- height : var(--zaui-font-size-xxl, 20px);
251
+ height : 20px;
252
252
  margin-right: var(--zaui-space-size-xs, 4px);
253
253
  }
254
254
 
@@ -44,7 +44,7 @@
44
44
  .pro-form-list-drag-handle {
45
45
  display : flex;
46
46
  align-items : center;
47
- height : @zaui-height-size-lg;
47
+ height : 32px;
48
48
  margin-bottom: calc(var(--zaui-space-size-md; 16px) * var(--zaui-size; 1));
49
49
  padding : 0;
50
50
  padding-right: @zaui-space-size-sm;
@@ -89,7 +89,7 @@
89
89
 
90
90
  // 展开折叠按钮
91
91
  .expand-button {
92
- line-height: @zaui-space-card;
92
+ line-height: 32px;
93
93
  cursor : pointer;
94
94
 
95
95
  .rotate-to-top {
@@ -297,7 +297,7 @@
297
297
 
298
298
  div.pro-form-custom-footer {
299
299
  width : unset !important;
300
- height : @zaui-space-card;
300
+ height : 32px;
301
301
  margin-bottom: calc(var(--zaui-height-size-md, 16px) * var(--zaui-size, 1));
302
302
 
303
303
  &.pro-form-custom-footer-hidden {
@@ -89,8 +89,8 @@
89
89
  }
90
90
 
91
91
  .ant-tree-node-content-wrapper {
92
- min-height : var(--zaui-font-size-xxl);
93
- line-height: var(--zaui-font-size-xxl);
92
+ min-height : 20px;
93
+ line-height: 20px;
94
94
  }
95
95
 
96
96
  .ant-tree-node-content-wrapper {
@@ -18,8 +18,8 @@
18
18
  }
19
19
 
20
20
  .ant-tree-switcher {
21
- width : var(--zaui-font-size-xxl, 20px);
22
- line-height: var(--zaui-font-size-xxl, 20px);
21
+ width : 20px;
22
+ line-height: 20px;
23
23
  }
24
24
 
25
25
  .ant-tree-treenode {
@@ -28,12 +28,12 @@
28
28
  padding-bottom: var(--zaui-font-size-sm, 12px);
29
29
  color : var(--zaui-text);
30
30
  font-size : var(--zaui-font-size, 14px);
31
- line-height : var(--zaui-font-size-xxl, 20px);
31
+ line-height : 20px;
32
32
  }
33
33
 
34
34
  .ant-tree-node-content-wrapper {
35
- min-height : var(--zaui-font-size-xxl, 20px);
36
- line-height: var(--zaui-font-size-xxl, 20px);
35
+ min-height : 20px;
36
+ line-height: 20px;
37
37
  }
38
38
 
39
39
  .ant-tree-node-content-wrapper {
@@ -48,7 +48,7 @@
48
48
  height : 100%;
49
49
  color : var(--zaui-text);
50
50
  font-size : var(--zaui-font-size, 14px);
51
- line-height : var(--zaui-font-size-xxl, 20px);
51
+ line-height : 20px;
52
52
  border : 1px solid #e6e6e6;
53
53
  border-radius : var(--zaui-border-radius, 4px);
54
54
 
@@ -131,7 +131,7 @@
131
131
  align-items : center;
132
132
  justify-content: space-between;
133
133
  margin-bottom : calc(var(--zaui-space-size-md; 16px) * var(--zaui-size; 1));
134
- line-height : var(--zaui-font-size-xxl, 20px);
134
+ line-height : 20px;
135
135
  cursor : pointer;
136
136
 
137
137
  &-look {
@@ -188,17 +188,17 @@
188
188
  display : flex;
189
189
  align-items : center;
190
190
  justify-content: center;
191
- height : var(--zaui-font-size-xxl, 20px);
191
+ height : 20px;
192
192
  margin-right : var(--zaui-space-size-sm, 8px);
193
193
  padding : 0 var(--zaui-space-size-xs);
194
194
  font-weight : 400;
195
- line-height : var(--zaui-font-size-lg-title);
195
+ line-height : 24px;
196
196
  white-space : nowrap;
197
197
  border-radius : var(--zaui-border-radius-card);
198
198
 
199
199
  span {
200
200
  font-size : var(--zaui-font-size-sm, 12px);
201
- line-height: var(--zaui-font-size-xxl, 20px);
201
+ line-height: 20px;
202
202
  text-align : center;
203
203
  transform : scale(0.83, 0.83);
204
204
  }
@@ -228,7 +228,7 @@
228
228
  align-items : center;
229
229
  justify-content: space-between;
230
230
  width : 100%;
231
- height : var(--zaui-space-size-lg, 32px);
231
+ height : 32px;
232
232
  padding : 2px var(--zaui-space-size-sm, 8px);
233
233
  color : var(--zaui-text, #343434);
234
234
  font-size : var(--zaui-font-size, 14px);
@@ -237,7 +237,7 @@
237
237
  border-radius : var(--zaui-border-radius, 4px);
238
238
 
239
239
  .drag-icon {
240
- height : var(--zaui-font-size-xxl, 20px);
240
+ height : 20px;
241
241
  margin-right: var(--zaui-space-size-xs, 4px);
242
242
  cursor : move;
243
243
  }
@@ -248,7 +248,7 @@
248
248
  }
249
249
 
250
250
  .disabled-icon {
251
- height : var(--zaui-font-size-xxl, 20px);
251
+ height : 20px;
252
252
  margin-right: var(--zaui-space-size-xs, 4px);
253
253
  }
254
254
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zat-design/sisyphus-react",
3
- "version": "3.2.0-beta.1",
3
+ "version": "3.2.0-beta.2",
4
4
  "license": "Apache-2.0",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",