@steedos-widgets/amis-object 1.3.17 → 1.3.18

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.
@@ -1827,6 +1827,18 @@ body.steedos {
1827
1827
  .steedos-object-table thead tr th:nth-child(2) {
1828
1828
  display: none;
1829
1829
  }
1830
+ .steedos-object-table.is-steedos-tree-table thead tr th:nth-child(3) {
1831
+ display: none;
1832
+ }
1833
+ .steedos-object-table.is-steedos-tree-table thead tr th:nth-child(2) {
1834
+ display: table-cell;
1835
+ }
1836
+ .steedos-object-table .is-steedos-crud-data-empty thead tr th:nth-child(3) {
1837
+ display: table-cell;
1838
+ }
1839
+ .steedos-object-table .is-steedos-crud-data-empty thead tr th:nth-child(2) {
1840
+ display: none;
1841
+ }
1830
1842
  .steedos-object-table tbody td.antd-Field--quickEditable > div {
1831
1843
  display: flex;
1832
1844
  align-items: center;