@zat-design/sisyphus-react 3.9.1-beta.2 → 3.9.1-beta.4

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.
@@ -3076,12 +3076,6 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
3076
3076
  .pro-form .pro-form-item-changed .ant-input-number input {
3077
3077
  background: transparent !important;
3078
3078
  }
3079
- .pro-form .pro-form-item-changed span.ant-input-affix-wrapper .ant-select-selection-placeholder,
3080
- .pro-form .pro-form-item-changed .ant-select .ant-select-selector .ant-select-selection-placeholder,
3081
- .pro-form .pro-form-item-changed .ant-picker .ant-select-selection-placeholder,
3082
- .pro-form .pro-form-item-changed .ant-input-number .ant-select-selection-placeholder {
3083
- z-index: 9;
3084
- }
3085
3079
  .pro-form .pro-form-item-changed .ant-form-item-control:has(.ant-switch-handle),
3086
3080
  .pro-form .pro-form-item-changed .ant-form-item-control:has(.ant-checkbox-wrapper-in-form-item) {
3087
3081
  background: var(--zaui-contract-bg, #fffaa1);
@@ -3137,12 +3131,6 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
3137
3131
  .pro-form .pro-form-item-add .ant-input-number input {
3138
3132
  background: transparent !important;
3139
3133
  }
3140
- .pro-form .pro-form-item-add span.ant-input-affix-wrapper .ant-select-selection-placeholder,
3141
- .pro-form .pro-form-item-add .ant-select .ant-select-selector .ant-select-selection-placeholder,
3142
- .pro-form .pro-form-item-add .ant-picker .ant-select-selection-placeholder,
3143
- .pro-form .pro-form-item-add .ant-input-number .ant-select-selection-placeholder {
3144
- z-index: 9;
3145
- }
3146
3134
  .pro-form .pro-form-item-add .ant-form-item-control:has(.ant-switch-handle),
3147
3135
  .pro-form .pro-form-item-add .ant-form-item-control:has(.ant-checkbox-wrapper-in-form-item) {
3148
3136
  background: var(--zaui-contract-bg-add, #d2fff4);
@@ -4623,12 +4611,17 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
4623
4611
  .pro-edit-table .ant-table-pagination .ant-pagination-options .ant-select.ant-select-in-form-item {
4624
4612
  width: auto;
4625
4613
  }
4626
- .pro-edit-table .ant-table .ant-table-tbody .is-new-row.ant-table-row td {
4627
- background: var(--zaui-contract-bg-add, #d2fff4) !important;
4614
+ .pro-edit-table .ant-table.ant-table-scroll-horizontal table .ant-table-tbody .ant-table-row:nth-child(even) td,
4615
+ .pro-edit-table .ant-table table .ant-table-tbody .is-new-row.ant-table-row td,
4616
+ .pro-edit-table .ant-table.ant-table-scroll-horizontal table .ant-table-tbody .is-new-row.ant-table-row td {
4617
+ background-color: var(--zaui-contract-bg-add, #d2fff4) !important;
4618
+ border-bottom: 1px solid var(--zaui-form-control-line, #dcdcdc);
4628
4619
  }
4629
4620
  .pro-edit-table .ant-table .ant-table-tbody .is-new-row.ant-table-row:hover td,
4630
- .pro-edit-table .ant-table .ant-table-tbody .is-new-row.ant-table-row:hover .ant-table-cell-row-hover {
4631
- background: var(--zaui-contract-bg-add, #d2fff4) !important;
4621
+ .pro-edit-table .ant-table.ant-table-scroll-horizontal table .ant-table-tbody .is-new-row.ant-table-row:hover td,
4622
+ .pro-edit-table .ant-table .ant-table-tbody .is-new-row.ant-table-row:hover .ant-table-cell-row-hover,
4623
+ .pro-edit-table .ant-table.ant-table-scroll-horizontal table .ant-table-tbody .is-new-row.ant-table-row:hover .ant-table-cell-row-hover {
4624
+ background-color: var(--zaui-contract-bg-add, #d2fff4) !important;
4632
4625
  }
4633
4626
  .pro-edit-table-footer {
4634
4627
  margin-top: 12px;
package/dist/less.esm.css CHANGED
@@ -3076,12 +3076,6 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
3076
3076
  .pro-form .pro-form-item-changed .ant-input-number input {
3077
3077
  background: transparent !important;
3078
3078
  }
3079
- .pro-form .pro-form-item-changed span.ant-input-affix-wrapper .ant-select-selection-placeholder,
3080
- .pro-form .pro-form-item-changed .ant-select .ant-select-selector .ant-select-selection-placeholder,
3081
- .pro-form .pro-form-item-changed .ant-picker .ant-select-selection-placeholder,
3082
- .pro-form .pro-form-item-changed .ant-input-number .ant-select-selection-placeholder {
3083
- z-index: 9;
3084
- }
3085
3079
  .pro-form .pro-form-item-changed .ant-form-item-control:has(.ant-switch-handle),
3086
3080
  .pro-form .pro-form-item-changed .ant-form-item-control:has(.ant-checkbox-wrapper-in-form-item) {
3087
3081
  background: var(--zaui-contract-bg, #fffaa1);
@@ -3137,12 +3131,6 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
3137
3131
  .pro-form .pro-form-item-add .ant-input-number input {
3138
3132
  background: transparent !important;
3139
3133
  }
3140
- .pro-form .pro-form-item-add span.ant-input-affix-wrapper .ant-select-selection-placeholder,
3141
- .pro-form .pro-form-item-add .ant-select .ant-select-selector .ant-select-selection-placeholder,
3142
- .pro-form .pro-form-item-add .ant-picker .ant-select-selection-placeholder,
3143
- .pro-form .pro-form-item-add .ant-input-number .ant-select-selection-placeholder {
3144
- z-index: 9;
3145
- }
3146
3134
  .pro-form .pro-form-item-add .ant-form-item-control:has(.ant-switch-handle),
3147
3135
  .pro-form .pro-form-item-add .ant-form-item-control:has(.ant-checkbox-wrapper-in-form-item) {
3148
3136
  background: var(--zaui-contract-bg-add, #d2fff4);
@@ -4623,12 +4611,17 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
4623
4611
  .pro-edit-table .ant-table-pagination .ant-pagination-options .ant-select.ant-select-in-form-item {
4624
4612
  width: auto;
4625
4613
  }
4626
- .pro-edit-table .ant-table .ant-table-tbody .is-new-row.ant-table-row td {
4627
- background: var(--zaui-contract-bg-add, #d2fff4) !important;
4614
+ .pro-edit-table .ant-table.ant-table-scroll-horizontal table .ant-table-tbody .ant-table-row:nth-child(even) td,
4615
+ .pro-edit-table .ant-table table .ant-table-tbody .is-new-row.ant-table-row td,
4616
+ .pro-edit-table .ant-table.ant-table-scroll-horizontal table .ant-table-tbody .is-new-row.ant-table-row td {
4617
+ background-color: var(--zaui-contract-bg-add, #d2fff4) !important;
4618
+ border-bottom: 1px solid var(--zaui-form-control-line, #dcdcdc);
4628
4619
  }
4629
4620
  .pro-edit-table .ant-table .ant-table-tbody .is-new-row.ant-table-row:hover td,
4630
- .pro-edit-table .ant-table .ant-table-tbody .is-new-row.ant-table-row:hover .ant-table-cell-row-hover {
4631
- background: var(--zaui-contract-bg-add, #d2fff4) !important;
4621
+ .pro-edit-table .ant-table.ant-table-scroll-horizontal table .ant-table-tbody .is-new-row.ant-table-row:hover td,
4622
+ .pro-edit-table .ant-table .ant-table-tbody .is-new-row.ant-table-row:hover .ant-table-cell-row-hover,
4623
+ .pro-edit-table .ant-table.ant-table-scroll-horizontal table .ant-table-tbody .is-new-row.ant-table-row:hover .ant-table-cell-row-hover {
4624
+ background-color: var(--zaui-contract-bg-add, #d2fff4) !important;
4632
4625
  }
4633
4626
  .pro-edit-table-footer {
4634
4627
  margin-top: 12px;
@@ -290,12 +290,17 @@
290
290
  }
291
291
  }
292
292
 
293
- .@{ant-prefix}-table .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row td{
294
- background: var(--zaui-contract-bg-add, #d2fff4) !important;
293
+ .ant-table.ant-table-scroll-horizontal table .ant-table-tbody .ant-table-row:nth-child(even) td,
294
+
295
+ .@{ant-prefix}-table table .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row td,
296
+ .@{ant-prefix}-table.@{ant-prefix}-table-scroll-horizontal table .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row td{
297
+ background-color: var(--zaui-contract-bg-add, #d2fff4) !important;
298
+ border-bottom: 1px solid var(--zaui-form-control-line,#dcdcdc) ;
295
299
  }
296
- .@{ant-prefix}-table .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row:hover{
300
+ .@{ant-prefix}-table .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row:hover,
301
+ .@{ant-prefix}-table.@{ant-prefix}-table-scroll-horizontal table .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row:hover{
297
302
  td, .@{ant-prefix}-table-cell-row-hover {
298
- background: var(--zaui-contract-bg-add, #d2fff4) !important;
303
+ background-color: var(--zaui-contract-bg-add, #d2fff4) !important;
299
304
  }
300
305
  }
301
306
  }
@@ -666,7 +666,7 @@ var ProModalSelect = function ProModalSelect(props, ref) {
666
666
  run(nextParams);
667
667
  }, 300);
668
668
  }
669
- }, [JSON.stringify(value), JSON.stringify(options), visible, JSON.stringify(useRequest === null || useRequest === void 0 ? void 0 : (_useRequest$options9 = useRequest.options) === null || _useRequest$options9 === void 0 ? void 0 : _useRequest$options9.defaultParams), JSON.stringify(initParams)]);
669
+ }, [JSON.stringify(value), visible, JSON.stringify(useRequest === null || useRequest === void 0 ? void 0 : (_useRequest$options9 = useRequest.options) === null || _useRequest$options9 === void 0 ? void 0 : _useRequest$options9.defaultParams), JSON.stringify(initParams)]);
670
670
  useDebounceEffect(function () {
671
671
  if (!value) {
672
672
  if (defaultOne) {
@@ -351,7 +351,7 @@
351
351
  background: transparent !important;
352
352
  }
353
353
  .@{ant-prefix}-select-selection-placeholder {
354
- z-index: 9;
354
+ // z-index: 9;
355
355
  }
356
356
  }
357
357
 
@@ -429,7 +429,7 @@
429
429
  background: transparent !important;
430
430
  }
431
431
  .@{ant-prefix}-select-selection-placeholder {
432
- z-index: 9;
432
+ // z-index: 9;
433
433
  }
434
434
  }
435
435
 
@@ -290,12 +290,17 @@
290
290
  }
291
291
  }
292
292
 
293
- .@{ant-prefix}-table .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row td{
294
- background: var(--zaui-contract-bg-add, #d2fff4) !important;
293
+ .ant-table.ant-table-scroll-horizontal table .ant-table-tbody .ant-table-row:nth-child(even) td,
294
+
295
+ .@{ant-prefix}-table table .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row td,
296
+ .@{ant-prefix}-table.@{ant-prefix}-table-scroll-horizontal table .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row td{
297
+ background-color: var(--zaui-contract-bg-add, #d2fff4) !important;
298
+ border-bottom: 1px solid var(--zaui-form-control-line,#dcdcdc) ;
295
299
  }
296
- .@{ant-prefix}-table .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row:hover{
300
+ .@{ant-prefix}-table .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row:hover,
301
+ .@{ant-prefix}-table.@{ant-prefix}-table-scroll-horizontal table .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row:hover{
297
302
  td, .@{ant-prefix}-table-cell-row-hover {
298
- background: var(--zaui-contract-bg-add, #d2fff4) !important;
303
+ background-color: var(--zaui-contract-bg-add, #d2fff4) !important;
299
304
  }
300
305
  }
301
306
  }
@@ -661,7 +661,7 @@ var ProModalSelect = function ProModalSelect(props, ref) {
661
661
  run(nextParams);
662
662
  }, 300);
663
663
  }
664
- }, [JSON.stringify(value), JSON.stringify(options), visible, JSON.stringify(useRequest === null || useRequest === void 0 ? void 0 : (_useRequest$options9 = useRequest.options) === null || _useRequest$options9 === void 0 ? void 0 : _useRequest$options9.defaultParams), JSON.stringify(initParams)]);
664
+ }, [JSON.stringify(value), visible, JSON.stringify(useRequest === null || useRequest === void 0 ? void 0 : (_useRequest$options9 = useRequest.options) === null || _useRequest$options9 === void 0 ? void 0 : _useRequest$options9.defaultParams), JSON.stringify(initParams)]);
665
665
  (0, _ahooks.useDebounceEffect)(function () {
666
666
  if (!value) {
667
667
  if (defaultOne) {
@@ -351,7 +351,7 @@
351
351
  background: transparent !important;
352
352
  }
353
353
  .@{ant-prefix}-select-selection-placeholder {
354
- z-index: 9;
354
+ // z-index: 9;
355
355
  }
356
356
  }
357
357
 
@@ -429,7 +429,7 @@
429
429
  background: transparent !important;
430
430
  }
431
431
  .@{ant-prefix}-select-selection-placeholder {
432
- z-index: 9;
432
+ // z-index: 9;
433
433
  }
434
434
  }
435
435
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zat-design/sisyphus-react",
3
- "version": "3.9.1-beta.2",
3
+ "version": "3.9.1-beta.4",
4
4
  "license": "Apache-2.0",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",