@steedos-widgets/amis-object 1.3.22-beta.2 → 3.6.0-beta.3

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.
@@ -1 +1,2 @@
1
+ import "./AmisSteedosField.less";
1
2
  export declare const AmisSteedosField: (props: any) => Promise<any>;
@@ -309,6 +309,15 @@ fieldset.antd-Collapse > legend{
309
309
  white-space: nowrap;
310
310
  }
311
311
 
312
+ /* amis3.6.3 .antd-Tree-itemText类中缺了flex样式 */
313
+ .antd-Tree-itemText{
314
+ flex: 1 auto;
315
+ }
316
+ /* amis3.6.3 .antd-Picker-input类中多了 overflow: auto; 样式 */
317
+ .antd-Picker-input{
318
+ overflow: hidden;
319
+ }
320
+
312
321
  .ant-dropdown-menu {
313
322
  border: 1px solid #e5e5e5;
314
323
  border-radius: 0.25rem;
@@ -1864,36 +1873,42 @@ body.steedos {
1864
1873
 
1865
1874
  @media (min-width: 767px) {
1866
1875
  /* 列表快速编辑功能样式 */
1867
- .steedos-object-table thead tr th:nth-child(2) {
1868
- display: none;
1876
+ /* amis3.2版本快速编辑单元格样式:start */
1877
+ body.amis-3-2 .steedos-object-table tbody td.antd-Field--quickEditable > div {
1878
+ display: flex;
1879
+ align-items: center;
1880
+ justify-content: space-between;
1881
+ }
1882
+ body.amis-3-2 .steedos-object-table tbody td.antd-Field--quickEditable > div .antd-Field-quickEditBtn {
1883
+ padding-right: 13px;
1869
1884
  }
1870
- .steedos-object-table.is-steedos-tree-table thead tr th:nth-child(3) {
1885
+ body.amis-3-2 .steedos-object-table tbody td.antd-Field--quickEditable > div .antd-Field-quickEditBtn svg {
1871
1886
  display: none;
1872
1887
  }
1873
- .steedos-object-table.is-steedos-tree-table thead tr th:nth-child(2) {
1874
- display: table-cell;
1888
+ body.amis-3-2 .steedos-object-table tbody td.antd-Field--quickEditable:hover div .antd-Field-quickEditBtn {
1889
+ padding-right: 0;
1875
1890
  }
1876
- .steedos-object-table .is-steedos-crud-data-empty thead tr th:nth-child(3) {
1877
- display: table-cell;
1891
+ body.amis-3-2 .steedos-object-table tbody td.antd-Field--quickEditable:hover div .antd-Field-quickEditBtn svg {
1892
+ display: inline-block;
1878
1893
  }
1879
- .steedos-object-table .is-steedos-crud-data-empty thead tr th:nth-child(2) {
1894
+ /* amis3.2版本快速编辑单元格样式:end */
1895
+ .steedos-object-table thead tr th:nth-last-child(2),
1896
+ .steedos-object-table colgroup col:nth-last-child(2) {
1880
1897
  display: none;
1881
1898
  }
1882
- .steedos-object-table tbody td.antd-Field--quickEditable > div {
1883
- display: flex;
1884
- align-items: center;
1885
- justify-content: space-between;
1899
+ .steedos-object-table tbody td.antd-Field--quickEditable > .antd-Form-static {
1900
+ display: inline;
1886
1901
  }
1887
- .steedos-object-table tbody td.antd-Field--quickEditable > div .antd-Field-quickEditBtn {
1902
+ .steedos-object-table tbody td.antd-Field--quickEditable .antd-Field-quickEditBtn {
1888
1903
  padding-right: 13px;
1889
1904
  }
1890
- .steedos-object-table tbody td.antd-Field--quickEditable > div .antd-Field-quickEditBtn svg {
1905
+ .steedos-object-table tbody td.antd-Field--quickEditable .antd-Field-quickEditBtn svg {
1891
1906
  display: none;
1892
1907
  }
1893
- .steedos-object-table tbody td.antd-Field--quickEditable:hover div .antd-Field-quickEditBtn {
1908
+ .steedos-object-table tbody td.antd-Field--quickEditable:hover .antd-Field-quickEditBtn {
1894
1909
  padding-right: 0;
1895
1910
  }
1896
- .steedos-object-table tbody td.antd-Field--quickEditable:hover div .antd-Field-quickEditBtn svg {
1911
+ .steedos-object-table tbody td.antd-Field--quickEditable:hover .antd-Field-quickEditBtn svg {
1897
1912
  display: inline-block;
1898
1913
  }
1899
1914
  .steedos-object-table .date-min-w {
@@ -1912,6 +1927,11 @@ body.steedos {
1912
1927
  height: var(--Table-placeholder-height);
1913
1928
  }
1914
1929
  }
1930
+ @media (max-width: 768px) {
1931
+ .steedos-object-table .antd-Table-table > tbody > tr + tr {
1932
+ border-top: none;
1933
+ }
1934
+ }
1915
1935
  .steedos-object-table.steedos-crud-mode-cards .antd-Crud {
1916
1936
  height: 100%;
1917
1937
  }
@@ -2183,6 +2203,7 @@ body.sidebar #sidebar {
2183
2203
  }
2184
2204
  }
2185
2205
 
2206
+
2186
2207
  .steedos-select-flow-service .antd-TreeControl > .antd-Tree {
2187
2208
  max-height: unset;
2188
2209
  }