@zat-design/sisyphus-react 3.11.13-beta.1 → 3.11.13-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.
@@ -1841,6 +1841,9 @@
1841
1841
  z-index: 100;
1842
1842
  white-space: nowrap;
1843
1843
  }
1844
+ .pro-table .ant-table-cell-with-append > div {
1845
+ display: inline-block;
1846
+ }
1844
1847
  .pro-table .ant-table-content > table .ant-table-summary {
1845
1848
  color: var(--zaui-text, #343434);
1846
1849
  font-weight: 600;
package/dist/less.esm.css CHANGED
@@ -1841,6 +1841,9 @@
1841
1841
  z-index: 100;
1842
1842
  white-space: nowrap;
1843
1843
  }
1844
+ .pro-table .ant-table-cell-with-append > div {
1845
+ display: inline-block;
1846
+ }
1844
1847
  .pro-table .ant-table-content > table .ant-table-summary {
1845
1848
  color: var(--zaui-text, #343434);
1846
1849
  font-weight: 600;
@@ -17,6 +17,9 @@
17
17
  position: relative;
18
18
  z-index: 100;
19
19
  white-space: nowrap;
20
+ > div {
21
+ display: inline-block;
22
+ }
20
23
  }
21
24
 
22
25
 
@@ -17,6 +17,9 @@
17
17
  position: relative;
18
18
  z-index: 100;
19
19
  white-space: nowrap;
20
+ > div {
21
+ display: inline-block;
22
+ }
20
23
  }
21
24
 
22
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zat-design/sisyphus-react",
3
- "version": "3.11.13-beta.1",
3
+ "version": "3.11.13-beta.2",
4
4
  "license": "MIT",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",