@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.
package/dist/index.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;
|
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;
|