@zat-design/sisyphus-react 3.9.1-beta.3 → 3.9.1-beta.5
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/.vscode/extensions.json +5 -0
- package/dist/index.esm.css +32 -16
- package/dist/less.esm.css +32 -16
- package/es/ProEditTable/style/index.less +7 -4
- package/es/ProTable/style/index.less +6 -7
- package/lib/ProEditTable/style/index.less +7 -4
- package/lib/ProTable/style/index.less +6 -7
- package/package.json +1 -1
package/dist/index.esm.css
CHANGED
@@ -1899,42 +1899,54 @@
|
|
1899
1899
|
.pro-table .ant-table-tbody .ant-table-cell-fix-right {
|
1900
1900
|
background: unset !important;
|
1901
1901
|
}
|
1902
|
-
.pro-table tbody.ant-table-tbody tr.ant-table-row.new-cell
|
1903
|
-
|
1902
|
+
.pro-table .ant-table table tbody.ant-table-tbody tr.ant-table-row.new-cell,
|
1903
|
+
.pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody tr.ant-table-row.new-cell,
|
1904
|
+
.pro-table .ant-table table tbody.ant-table-tbody tr.ant-table-row.new-cell:hover,
|
1905
|
+
.pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody tr.ant-table-row.new-cell:hover {
|
1904
1906
|
background-color: var(--zaui-contract-bg-add, #d2fff4) !important;
|
1905
1907
|
}
|
1906
|
-
.pro-table tbody.ant-table-tbody tr.ant-table-row.new-cell td.ant-table-cell
|
1907
|
-
|
1908
|
+
.pro-table .ant-table table tbody.ant-table-tbody tr.ant-table-row.new-cell td.ant-table-cell,
|
1909
|
+
.pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody tr.ant-table-row.new-cell td.ant-table-cell,
|
1910
|
+
.pro-table .ant-table table tbody.ant-table-tbody tr.ant-table-row.new-cell:hover td.ant-table-cell,
|
1911
|
+
.pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody tr.ant-table-row.new-cell:hover td.ant-table-cell {
|
1908
1912
|
background-color: var(--zaui-contract-bg-add, #d2fff4) !important;
|
1909
1913
|
border-bottom: 1px solid var(--zaui-form-control-line, #dcdcdc);
|
1910
1914
|
}
|
1911
|
-
.pro-table tbody.ant-table-tbody tr.ant-table-row.new-cell td.ant-table-cell.ant-table-cell-fix-right
|
1912
|
-
|
1915
|
+
.pro-table .ant-table table tbody.ant-table-tbody tr.ant-table-row.new-cell td.ant-table-cell.ant-table-cell-fix-right,
|
1916
|
+
.pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody tr.ant-table-row.new-cell td.ant-table-cell.ant-table-cell-fix-right,
|
1917
|
+
.pro-table .ant-table table tbody.ant-table-tbody tr.ant-table-row.new-cell:hover td.ant-table-cell.ant-table-cell-fix-right,
|
1918
|
+
.pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody tr.ant-table-row.new-cell:hover td.ant-table-cell.ant-table-cell-fix-right {
|
1913
1919
|
background-color: var(--zaui-contract-bg-add, #d2fff4) !important;
|
1914
1920
|
border-bottom: 1px solid var(--zaui-form-control-line, #dcdcdc);
|
1915
1921
|
}
|
1916
|
-
.pro-table tbody.ant-table-tbody tr.ant-table-row.new-cell td.ant-table-cell.ant-table-cell-fix-left
|
1917
|
-
|
1922
|
+
.pro-table .ant-table table tbody.ant-table-tbody tr.ant-table-row.new-cell td.ant-table-cell.ant-table-cell-fix-left,
|
1923
|
+
.pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody tr.ant-table-row.new-cell td.ant-table-cell.ant-table-cell-fix-left,
|
1924
|
+
.pro-table .ant-table table tbody.ant-table-tbody tr.ant-table-row.new-cell:hover td.ant-table-cell.ant-table-cell-fix-left,
|
1925
|
+
.pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody tr.ant-table-row.new-cell:hover td.ant-table-cell.ant-table-cell-fix-left {
|
1918
1926
|
background-color: var(--zaui-contract-bg-add, #d2fff4) !important;
|
1919
1927
|
border-bottom: 1px solid var(--zaui-form-control-line, #dcdcdc);
|
1920
1928
|
}
|
1921
|
-
.pro-table tbody.ant-table-tbody .ant-table-cell .varied-cell
|
1929
|
+
.pro-table .ant-table table tbody.ant-table-tbody .ant-table-cell .varied-cell,
|
1930
|
+
.pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody .ant-table-cell .varied-cell {
|
1922
1931
|
margin-left: -8px;
|
1923
1932
|
padding: var(--zaui-space-size-xs, 4px) var(--zaui-space-size-sm, 8px);
|
1924
1933
|
background: var(--zaui-contract-bg, #fffaa1) !important;
|
1925
1934
|
border-radius: var(--zaui-border-radius, 8px);
|
1926
1935
|
}
|
1927
|
-
.pro-table tbody.ant-table-tbody .ant-table-cell .varied-cell .pro-form-view-container
|
1936
|
+
.pro-table .ant-table table tbody.ant-table-tbody .ant-table-cell .varied-cell .pro-form-view-container,
|
1937
|
+
.pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody .ant-table-cell .varied-cell .pro-form-view-container {
|
1928
1938
|
overflow: hidden;
|
1929
1939
|
white-space: nowrap;
|
1930
1940
|
text-overflow: ellipsis;
|
1931
1941
|
}
|
1932
|
-
.pro-table tbody.ant-table-tbody .ant-table-cell .ant-typography-ellipsis .pro-form-view-container
|
1942
|
+
.pro-table .ant-table table tbody.ant-table-tbody .ant-table-cell .ant-typography-ellipsis .pro-form-view-container,
|
1943
|
+
.pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody .ant-table-cell .ant-typography-ellipsis .pro-form-view-container {
|
1933
1944
|
overflow: hidden;
|
1934
1945
|
white-space: nowrap;
|
1935
1946
|
text-overflow: ellipsis;
|
1936
1947
|
}
|
1937
|
-
.pro-table tbody.ant-table-tbody .varied-cell.empty-cell
|
1948
|
+
.pro-table .ant-table table tbody.ant-table-tbody .varied-cell.empty-cell,
|
1949
|
+
.pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody .varied-cell.empty-cell {
|
1938
1950
|
width: 24.5px;
|
1939
1951
|
}
|
1940
1952
|
.pro-table .copyable-table-cell .ant-typography {
|
@@ -4611,12 +4623,16 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
4611
4623
|
.pro-edit-table .ant-table-pagination .ant-pagination-options .ant-select.ant-select-in-form-item {
|
4612
4624
|
width: auto;
|
4613
4625
|
}
|
4614
|
-
.pro-edit-table .ant-table .ant-table-tbody .is-new-row.ant-table-row td
|
4615
|
-
|
4626
|
+
.pro-edit-table .ant-table table .ant-table-tbody .is-new-row.ant-table-row td,
|
4627
|
+
.pro-edit-table .ant-table.ant-table-scroll-horizontal table .ant-table-tbody .is-new-row.ant-table-row td {
|
4628
|
+
background-color: var(--zaui-contract-bg-add, #d2fff4) !important;
|
4629
|
+
border-bottom: 1px solid var(--zaui-form-control-line, #dcdcdc);
|
4616
4630
|
}
|
4617
4631
|
.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
|
-
|
4632
|
+
.pro-edit-table .ant-table.ant-table-scroll-horizontal table .ant-table-tbody .is-new-row.ant-table-row:hover td,
|
4633
|
+
.pro-edit-table .ant-table .ant-table-tbody .is-new-row.ant-table-row:hover .ant-table-cell-row-hover,
|
4634
|
+
.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 {
|
4635
|
+
background-color: var(--zaui-contract-bg-add, #d2fff4) !important;
|
4620
4636
|
}
|
4621
4637
|
.pro-edit-table-footer {
|
4622
4638
|
margin-top: 12px;
|
package/dist/less.esm.css
CHANGED
@@ -1899,42 +1899,54 @@
|
|
1899
1899
|
.pro-table .ant-table-tbody .ant-table-cell-fix-right {
|
1900
1900
|
background: unset !important;
|
1901
1901
|
}
|
1902
|
-
.pro-table tbody.ant-table-tbody tr.ant-table-row.new-cell
|
1903
|
-
|
1902
|
+
.pro-table .ant-table table tbody.ant-table-tbody tr.ant-table-row.new-cell,
|
1903
|
+
.pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody tr.ant-table-row.new-cell,
|
1904
|
+
.pro-table .ant-table table tbody.ant-table-tbody tr.ant-table-row.new-cell:hover,
|
1905
|
+
.pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody tr.ant-table-row.new-cell:hover {
|
1904
1906
|
background-color: var(--zaui-contract-bg-add, #d2fff4) !important;
|
1905
1907
|
}
|
1906
|
-
.pro-table tbody.ant-table-tbody tr.ant-table-row.new-cell td.ant-table-cell
|
1907
|
-
|
1908
|
+
.pro-table .ant-table table tbody.ant-table-tbody tr.ant-table-row.new-cell td.ant-table-cell,
|
1909
|
+
.pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody tr.ant-table-row.new-cell td.ant-table-cell,
|
1910
|
+
.pro-table .ant-table table tbody.ant-table-tbody tr.ant-table-row.new-cell:hover td.ant-table-cell,
|
1911
|
+
.pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody tr.ant-table-row.new-cell:hover td.ant-table-cell {
|
1908
1912
|
background-color: var(--zaui-contract-bg-add, #d2fff4) !important;
|
1909
1913
|
border-bottom: 1px solid var(--zaui-form-control-line, #dcdcdc);
|
1910
1914
|
}
|
1911
|
-
.pro-table tbody.ant-table-tbody tr.ant-table-row.new-cell td.ant-table-cell.ant-table-cell-fix-right
|
1912
|
-
|
1915
|
+
.pro-table .ant-table table tbody.ant-table-tbody tr.ant-table-row.new-cell td.ant-table-cell.ant-table-cell-fix-right,
|
1916
|
+
.pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody tr.ant-table-row.new-cell td.ant-table-cell.ant-table-cell-fix-right,
|
1917
|
+
.pro-table .ant-table table tbody.ant-table-tbody tr.ant-table-row.new-cell:hover td.ant-table-cell.ant-table-cell-fix-right,
|
1918
|
+
.pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody tr.ant-table-row.new-cell:hover td.ant-table-cell.ant-table-cell-fix-right {
|
1913
1919
|
background-color: var(--zaui-contract-bg-add, #d2fff4) !important;
|
1914
1920
|
border-bottom: 1px solid var(--zaui-form-control-line, #dcdcdc);
|
1915
1921
|
}
|
1916
|
-
.pro-table tbody.ant-table-tbody tr.ant-table-row.new-cell td.ant-table-cell.ant-table-cell-fix-left
|
1917
|
-
|
1922
|
+
.pro-table .ant-table table tbody.ant-table-tbody tr.ant-table-row.new-cell td.ant-table-cell.ant-table-cell-fix-left,
|
1923
|
+
.pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody tr.ant-table-row.new-cell td.ant-table-cell.ant-table-cell-fix-left,
|
1924
|
+
.pro-table .ant-table table tbody.ant-table-tbody tr.ant-table-row.new-cell:hover td.ant-table-cell.ant-table-cell-fix-left,
|
1925
|
+
.pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody tr.ant-table-row.new-cell:hover td.ant-table-cell.ant-table-cell-fix-left {
|
1918
1926
|
background-color: var(--zaui-contract-bg-add, #d2fff4) !important;
|
1919
1927
|
border-bottom: 1px solid var(--zaui-form-control-line, #dcdcdc);
|
1920
1928
|
}
|
1921
|
-
.pro-table tbody.ant-table-tbody .ant-table-cell .varied-cell
|
1929
|
+
.pro-table .ant-table table tbody.ant-table-tbody .ant-table-cell .varied-cell,
|
1930
|
+
.pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody .ant-table-cell .varied-cell {
|
1922
1931
|
margin-left: -8px;
|
1923
1932
|
padding: var(--zaui-space-size-xs, 4px) var(--zaui-space-size-sm, 8px);
|
1924
1933
|
background: var(--zaui-contract-bg, #fffaa1) !important;
|
1925
1934
|
border-radius: var(--zaui-border-radius, 8px);
|
1926
1935
|
}
|
1927
|
-
.pro-table tbody.ant-table-tbody .ant-table-cell .varied-cell .pro-form-view-container
|
1936
|
+
.pro-table .ant-table table tbody.ant-table-tbody .ant-table-cell .varied-cell .pro-form-view-container,
|
1937
|
+
.pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody .ant-table-cell .varied-cell .pro-form-view-container {
|
1928
1938
|
overflow: hidden;
|
1929
1939
|
white-space: nowrap;
|
1930
1940
|
text-overflow: ellipsis;
|
1931
1941
|
}
|
1932
|
-
.pro-table tbody.ant-table-tbody .ant-table-cell .ant-typography-ellipsis .pro-form-view-container
|
1942
|
+
.pro-table .ant-table table tbody.ant-table-tbody .ant-table-cell .ant-typography-ellipsis .pro-form-view-container,
|
1943
|
+
.pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody .ant-table-cell .ant-typography-ellipsis .pro-form-view-container {
|
1933
1944
|
overflow: hidden;
|
1934
1945
|
white-space: nowrap;
|
1935
1946
|
text-overflow: ellipsis;
|
1936
1947
|
}
|
1937
|
-
.pro-table tbody.ant-table-tbody .varied-cell.empty-cell
|
1948
|
+
.pro-table .ant-table table tbody.ant-table-tbody .varied-cell.empty-cell,
|
1949
|
+
.pro-table .ant-table.ant-table-scroll-horizontal table tbody.ant-table-tbody .varied-cell.empty-cell {
|
1938
1950
|
width: 24.5px;
|
1939
1951
|
}
|
1940
1952
|
.pro-table .copyable-table-cell .ant-typography {
|
@@ -4611,12 +4623,16 @@ span.ant-input-group-compact.pro-range-limit .forever-checkbox {
|
|
4611
4623
|
.pro-edit-table .ant-table-pagination .ant-pagination-options .ant-select.ant-select-in-form-item {
|
4612
4624
|
width: auto;
|
4613
4625
|
}
|
4614
|
-
.pro-edit-table .ant-table .ant-table-tbody .is-new-row.ant-table-row td
|
4615
|
-
|
4626
|
+
.pro-edit-table .ant-table table .ant-table-tbody .is-new-row.ant-table-row td,
|
4627
|
+
.pro-edit-table .ant-table.ant-table-scroll-horizontal table .ant-table-tbody .is-new-row.ant-table-row td {
|
4628
|
+
background-color: var(--zaui-contract-bg-add, #d2fff4) !important;
|
4629
|
+
border-bottom: 1px solid var(--zaui-form-control-line, #dcdcdc);
|
4616
4630
|
}
|
4617
4631
|
.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
|
-
|
4632
|
+
.pro-edit-table .ant-table.ant-table-scroll-horizontal table .ant-table-tbody .is-new-row.ant-table-row:hover td,
|
4633
|
+
.pro-edit-table .ant-table .ant-table-tbody .is-new-row.ant-table-row:hover .ant-table-cell-row-hover,
|
4634
|
+
.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 {
|
4635
|
+
background-color: var(--zaui-contract-bg-add, #d2fff4) !important;
|
4620
4636
|
}
|
4621
4637
|
.pro-edit-table-footer {
|
4622
4638
|
margin-top: 12px;
|
@@ -290,12 +290,15 @@
|
|
290
290
|
}
|
291
291
|
}
|
292
292
|
|
293
|
-
.@{ant-prefix}-table .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row td
|
294
|
-
|
293
|
+
.@{ant-prefix}-table table .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row td,
|
294
|
+
.@{ant-prefix}-table.@{ant-prefix}-table-scroll-horizontal table .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row td{
|
295
|
+
background-color: var(--zaui-contract-bg-add, #d2fff4) !important;
|
296
|
+
border-bottom: 1px solid var(--zaui-form-control-line,#dcdcdc) ;
|
295
297
|
}
|
296
|
-
.@{ant-prefix}-table .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row:hover
|
298
|
+
.@{ant-prefix}-table .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row:hover,
|
299
|
+
.@{ant-prefix}-table.@{ant-prefix}-table-scroll-horizontal table .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row:hover{
|
297
300
|
td, .@{ant-prefix}-table-cell-row-hover {
|
298
|
-
background: var(--zaui-contract-bg-add, #d2fff4) !important;
|
301
|
+
background-color: var(--zaui-contract-bg-add, #d2fff4) !important;
|
299
302
|
}
|
300
303
|
}
|
301
304
|
}
|
@@ -257,21 +257,20 @@
|
|
257
257
|
}
|
258
258
|
}
|
259
259
|
|
260
|
-
|
261
|
-
|
262
|
-
|
260
|
+
|
261
|
+
.@{ant-prefix}-table table tbody.@{ant-prefix}-table-tbody,
|
262
|
+
.@{ant-prefix}-table.@{ant-prefix}-table-scroll-horizontal table tbody.@{ant-prefix}-table-tbody {
|
263
|
+
tr.@{ant-prefix}-table-row.new-cell,
|
264
|
+
tr.@{ant-prefix}-table-row.new-cell:hover {
|
263
265
|
background-color: var(--zaui-contract-bg-add; #d2fff4) !important;
|
264
|
-
td.@{ant-prefix}-table-cell
|
265
|
-
background: var(--zaui-contract-bg-add; #d2fff4) !important;
|
266
|
+
td.@{ant-prefix}-table-cell{
|
266
267
|
background-color: var(--zaui-contract-bg-add; #d2fff4) !important;
|
267
268
|
border-bottom: 1px solid var(--zaui-form-control-line, #dcdcdc);
|
268
269
|
&.@{ant-prefix}-table-cell-fix-right {
|
269
|
-
background: var(--zaui-contract-bg-add; #d2fff4) !important;
|
270
270
|
background-color: var(--zaui-contract-bg-add; #d2fff4) !important;
|
271
271
|
border-bottom: 1px solid var(--zaui-form-control-line, #dcdcdc);
|
272
272
|
}
|
273
273
|
&.@{ant-prefix}-table-cell-fix-left {
|
274
|
-
background: var(--zaui-contract-bg-add; #d2fff4) !important;
|
275
274
|
background-color: var(--zaui-contract-bg-add; #d2fff4) !important;
|
276
275
|
border-bottom: 1px solid var(--zaui-form-control-line, #dcdcdc);
|
277
276
|
}
|
@@ -290,12 +290,15 @@
|
|
290
290
|
}
|
291
291
|
}
|
292
292
|
|
293
|
-
.@{ant-prefix}-table .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row td
|
294
|
-
|
293
|
+
.@{ant-prefix}-table table .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row td,
|
294
|
+
.@{ant-prefix}-table.@{ant-prefix}-table-scroll-horizontal table .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row td{
|
295
|
+
background-color: var(--zaui-contract-bg-add, #d2fff4) !important;
|
296
|
+
border-bottom: 1px solid var(--zaui-form-control-line,#dcdcdc) ;
|
295
297
|
}
|
296
|
-
.@{ant-prefix}-table .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row:hover
|
298
|
+
.@{ant-prefix}-table .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row:hover,
|
299
|
+
.@{ant-prefix}-table.@{ant-prefix}-table-scroll-horizontal table .@{ant-prefix}-table-tbody .is-new-row.@{ant-prefix}-table-row:hover{
|
297
300
|
td, .@{ant-prefix}-table-cell-row-hover {
|
298
|
-
background: var(--zaui-contract-bg-add, #d2fff4) !important;
|
301
|
+
background-color: var(--zaui-contract-bg-add, #d2fff4) !important;
|
299
302
|
}
|
300
303
|
}
|
301
304
|
}
|
@@ -257,21 +257,20 @@
|
|
257
257
|
}
|
258
258
|
}
|
259
259
|
|
260
|
-
|
261
|
-
|
262
|
-
|
260
|
+
|
261
|
+
.@{ant-prefix}-table table tbody.@{ant-prefix}-table-tbody,
|
262
|
+
.@{ant-prefix}-table.@{ant-prefix}-table-scroll-horizontal table tbody.@{ant-prefix}-table-tbody {
|
263
|
+
tr.@{ant-prefix}-table-row.new-cell,
|
264
|
+
tr.@{ant-prefix}-table-row.new-cell:hover {
|
263
265
|
background-color: var(--zaui-contract-bg-add; #d2fff4) !important;
|
264
|
-
td.@{ant-prefix}-table-cell
|
265
|
-
background: var(--zaui-contract-bg-add; #d2fff4) !important;
|
266
|
+
td.@{ant-prefix}-table-cell{
|
266
267
|
background-color: var(--zaui-contract-bg-add; #d2fff4) !important;
|
267
268
|
border-bottom: 1px solid var(--zaui-form-control-line, #dcdcdc);
|
268
269
|
&.@{ant-prefix}-table-cell-fix-right {
|
269
|
-
background: var(--zaui-contract-bg-add; #d2fff4) !important;
|
270
270
|
background-color: var(--zaui-contract-bg-add; #d2fff4) !important;
|
271
271
|
border-bottom: 1px solid var(--zaui-form-control-line, #dcdcdc);
|
272
272
|
}
|
273
273
|
&.@{ant-prefix}-table-cell-fix-left {
|
274
|
-
background: var(--zaui-contract-bg-add; #d2fff4) !important;
|
275
274
|
background-color: var(--zaui-contract-bg-add; #d2fff4) !important;
|
276
275
|
border-bottom: 1px solid var(--zaui-form-control-line, #dcdcdc);
|
277
276
|
}
|