@zat-design/sisyphus-react 3.9.2-beta.1 → 3.9.2-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.
@@ -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;
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;
@@ -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;
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zat-design/sisyphus-react",
3
- "version": "3.9.2-beta.1",
3
+ "version": "3.9.2-beta.2",
4
4
  "license": "Apache-2.0",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",