@zat-design/sisyphus-react 3.9.1-beta.3 → 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.
package/dist/index.esm.css
CHANGED
@@ -4611,12 +4611,17 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
4611
4611
|
.pro-edit-table .ant-table-pagination .ant-pagination-options .ant-select.ant-select-in-form-item {
|
4612
4612
|
width: auto;
|
4613
4613
|
}
|
4614
|
-
.pro-edit-table .ant-table
|
4615
|
-
|
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);
|
4616
4619
|
}
|
4617
4620
|
.pro-edit-table .ant-table .ant-table-tbody .is-new-row.ant-table-row:hover td,
|
4618
|
-
.pro-edit-table .ant-table .ant-table-tbody .is-new-row.ant-table-row:hover
|
4619
|
-
|
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;
|
4620
4625
|
}
|
4621
4626
|
.pro-edit-table-footer {
|
4622
4627
|
margin-top: 12px;
|
package/dist/less.esm.css
CHANGED
@@ -4611,12 +4611,17 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
4611
4611
|
.pro-edit-table .ant-table-pagination .ant-pagination-options .ant-select.ant-select-in-form-item {
|
4612
4612
|
width: auto;
|
4613
4613
|
}
|
4614
|
-
.pro-edit-table .ant-table
|
4615
|
-
|
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);
|
4616
4619
|
}
|
4617
4620
|
.pro-edit-table .ant-table .ant-table-tbody .is-new-row.ant-table-row:hover td,
|
4618
|
-
.pro-edit-table .ant-table .ant-table-tbody .is-new-row.ant-table-row:hover
|
4619
|
-
|
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;
|
4620
4625
|
}
|
4621
4626
|
.pro-edit-table-footer {
|
4622
4627
|
margin-top: 12px;
|
@@ -290,12 +290,17 @@
|
|
290
290
|
}
|
291
291
|
}
|
292
292
|
|
293
|
-
|
294
|
-
|
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
|
}
|
@@ -290,12 +290,17 @@
|
|
290
290
|
}
|
291
291
|
}
|
292
292
|
|
293
|
-
|
294
|
-
|
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
|
}
|