@zat-design/sisyphus-react 3.9.2-beta.1 → 3.9.2-beta.3
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
@@ -1931,6 +1931,7 @@
|
|
1931
1931
|
}
|
1932
1932
|
.pro-table .ant-table table tbody.ant-table-tbody .ant-table-cell .varied-cell,
|
1933
1933
|
.pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody .ant-table-cell .varied-cell {
|
1934
|
+
display: block;
|
1934
1935
|
margin-left: -8px;
|
1935
1936
|
padding: var(--zaui-space-size-xs, 4px) var(--zaui-space-size-sm, 8px);
|
1936
1937
|
background-color: var(--zaui-contract-bg, #fffaa1) !important;
|
@@ -1944,6 +1945,7 @@
|
|
1944
1945
|
}
|
1945
1946
|
.pro-table .ant-table table tbody.ant-table-tbody .ant-table-cell .add-cell,
|
1946
1947
|
.pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody .ant-table-cell .add-cell {
|
1948
|
+
display: block;
|
1947
1949
|
margin-left: -8px;
|
1948
1950
|
padding: var(--zaui-space-size-xs, 4px) var(--zaui-space-size-sm, 8px);
|
1949
1951
|
background-color: var(--zaui-contract-bg-add, #d2fff4) !important;
|
@@ -2198,6 +2200,11 @@
|
|
2198
2200
|
.ant-table .original-value-tooltip {
|
2199
2201
|
position: fixed;
|
2200
2202
|
}
|
2203
|
+
.ant-table .original-value-tooltipant-tooltip > ant-tooltip-content > ant-tooltip-inner {
|
2204
|
+
width: -webkit-max-content;
|
2205
|
+
width: -moz-max-content;
|
2206
|
+
width: max-content;
|
2207
|
+
}
|
2201
2208
|
.pro-tooltip {
|
2202
2209
|
cursor: pointer;
|
2203
2210
|
}
|
package/dist/less.esm.css
CHANGED
@@ -1931,6 +1931,7 @@
|
|
1931
1931
|
}
|
1932
1932
|
.pro-table .ant-table table tbody.ant-table-tbody .ant-table-cell .varied-cell,
|
1933
1933
|
.pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody .ant-table-cell .varied-cell {
|
1934
|
+
display: block;
|
1934
1935
|
margin-left: -8px;
|
1935
1936
|
padding: var(--zaui-space-size-xs, 4px) var(--zaui-space-size-sm, 8px);
|
1936
1937
|
background-color: var(--zaui-contract-bg, #fffaa1) !important;
|
@@ -1944,6 +1945,7 @@
|
|
1944
1945
|
}
|
1945
1946
|
.pro-table .ant-table table tbody.ant-table-tbody .ant-table-cell .add-cell,
|
1946
1947
|
.pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody .ant-table-cell .add-cell {
|
1948
|
+
display: block;
|
1947
1949
|
margin-left: -8px;
|
1948
1950
|
padding: var(--zaui-space-size-xs, 4px) var(--zaui-space-size-sm, 8px);
|
1949
1951
|
background-color: var(--zaui-contract-bg-add, #d2fff4) !important;
|
@@ -2198,6 +2200,11 @@
|
|
2198
2200
|
.ant-table .original-value-tooltip {
|
2199
2201
|
position: fixed;
|
2200
2202
|
}
|
2203
|
+
.ant-table .original-value-tooltipant-tooltip > ant-tooltip-content > ant-tooltip-inner {
|
2204
|
+
width: -webkit-max-content;
|
2205
|
+
width: -moz-max-content;
|
2206
|
+
width: max-content;
|
2207
|
+
}
|
2201
2208
|
.pro-tooltip {
|
2202
2209
|
cursor: pointer;
|
2203
2210
|
}
|
@@ -279,9 +279,9 @@
|
|
279
279
|
|
280
280
|
.@{ant-prefix}-table-cell {
|
281
281
|
.varied-cell {
|
282
|
+
display: block;
|
282
283
|
margin-left: -8px;
|
283
284
|
padding: var(--zaui-space-size-xs, 4px) var(--zaui-space-size-sm, 8px);
|
284
|
-
|
285
285
|
background-color: var(--zaui-contract-bg; #fffaa1) !important;
|
286
286
|
border-radius: var(--zaui-border-radius, 8px);
|
287
287
|
.pro-form-view-container {
|
@@ -291,6 +291,7 @@
|
|
291
291
|
}
|
292
292
|
}
|
293
293
|
.add-cell{
|
294
|
+
display: block;
|
294
295
|
margin-left: -8px;
|
295
296
|
padding: var(--zaui-space-size-xs, 4px) var(--zaui-space-size-sm, 8px);
|
296
297
|
background-color: var(--zaui-contract-bg-add, #d2fff4) !important;
|
@@ -599,5 +600,8 @@
|
|
599
600
|
.@{ant-prefix}-table{
|
600
601
|
.original-value-tooltip{
|
601
602
|
position: fixed;
|
603
|
+
&@{ant-prefix}-tooltip > @{ant-prefix}-tooltip-content > @{ant-prefix}-tooltip-inner{
|
604
|
+
width: max-content;
|
605
|
+
}
|
602
606
|
}
|
603
607
|
}
|
@@ -279,9 +279,9 @@
|
|
279
279
|
|
280
280
|
.@{ant-prefix}-table-cell {
|
281
281
|
.varied-cell {
|
282
|
+
display: block;
|
282
283
|
margin-left: -8px;
|
283
284
|
padding: var(--zaui-space-size-xs, 4px) var(--zaui-space-size-sm, 8px);
|
284
|
-
|
285
285
|
background-color: var(--zaui-contract-bg; #fffaa1) !important;
|
286
286
|
border-radius: var(--zaui-border-radius, 8px);
|
287
287
|
.pro-form-view-container {
|
@@ -291,6 +291,7 @@
|
|
291
291
|
}
|
292
292
|
}
|
293
293
|
.add-cell{
|
294
|
+
display: block;
|
294
295
|
margin-left: -8px;
|
295
296
|
padding: var(--zaui-space-size-xs, 4px) var(--zaui-space-size-sm, 8px);
|
296
297
|
background-color: var(--zaui-contract-bg-add, #d2fff4) !important;
|
@@ -599,5 +600,8 @@
|
|
599
600
|
.@{ant-prefix}-table{
|
600
601
|
.original-value-tooltip{
|
601
602
|
position: fixed;
|
603
|
+
&@{ant-prefix}-tooltip > @{ant-prefix}-tooltip-content > @{ant-prefix}-tooltip-inner{
|
604
|
+
width: max-content;
|
605
|
+
}
|
602
606
|
}
|
603
607
|
}
|